Discover URLs on a website and return them as a table
Per-row — runs once for each row.
| name | type | description |
|---|---|---|
| url | VARCHAR | Domain or page URL to discover |
| search(optional) | VARCHAR | Optional search term to filter discovered URLs |
| limit(optional) | INTEGER | Max URLs to return |
Discover URLs on a website and return them as a table
Per-row — runs once for each row.
| name | type | description |
|---|---|---|
| url | VARCHAR | Domain or page URL to discover |
| search(optional) | VARCHAR | Optional search term to filter discovered URLs |
| limit(optional) | INTEGER | Max URLs to return |