map_site
Discover a site's URLs without fetching page content — reads robots.txt sitemap directives, sitemap.xml and nested sitemap indexes, falling back to homepage link extraction. Price: $0.004
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Site URL to map | |
| limit | No | Maximum URLs to return (1-5000, default: 1000) | |
| exclude | No | Skip URLs whose path+query contains one of these substrings | |
| include | No | Only URLs whose path+query contains one of these substrings | |
| timeout | No | Timeout in ms (default 10000) |