url.map
Extract all URLs referenced by a webpage or XML sitemap in one request. Resolves to absolute links, deduplicates, and filters to http(s) — ideal for quickly mapping a site's outlinks or sitemap entries.
Instructions
Discover the URLs a page or sitemap points at in a single fetch — entries from an XML sitemap/sitemap-index, or links from an HTML page (auto-detected). Resolved-absolute, deduped, http(s)-only. Stateless, no JS, NOT a recursive crawler — re-call on a child sitemap/page to go deeper. limit 1-2000 (default 200); sameHostOnly keeps same-host links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| limit | No | ||
| sameHostOnly | No |