map
Discover and extract all URLs from a website using sitemap.xml and root-page link analysis. Returns a filtered, capped list for efficient site mapping.
Instructions
Discover URLs on a site via sitemap.xml + root-page link extraction. Returns a newline-separated list of URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The site root URL. | |
| search | No | Optional case-insensitive substring filter on the returned URLs (e.g. "/blog/"). | |
| maxUrls | No | Cap on the number of URLs to return. Default 1000. | |
| allowOffsite | No | Keep off-site URLs in the result. Default false. |