map_site
Discover a domain's sitemap or traverse internal anchor links to return a canonical URL tree, helping agents navigate sites before scraping.
Instructions
Discovers domain sitemap or traverses internal anchor links to return a canonical URL tree (0.002 USDC).
Usage Guidelines:
Use this tool to map an entire website or documentation site before scraping.
Firecrawl /map equivalent for autonomous web navigation agents.
Returns: Target URL, domain, total URL count, list of discovered URLs, and sitemap detection status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target website domain or URL to map (e.g., 'https://docs.github.com' or 'example.com'). | |
| max_links | No | Maximum internal URLs to discover (default: 50, max: 100). | |
| auth_token_or_tx | No | Optional x402 auth token or tx hash. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |