full_crawl
Discover all sitemaps for a domain and extract every URL across all of them in one call. Returns deduplicated URLs with metadata.
Instructions
Discover all sitemaps for a domain and extract every URL across all of them in one call. This is the most convenient tool when you want the complete URL list for a site. Returns deduplicated URLs with metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The domain to crawl, e.g. 'https://example.com'. | |
| max_urls | No | Maximum number of URLs to return. Defaults to 1000. Max allowed by your plan. |