web_map
Discover a website's URL structure by crawling from a root URL, returning linked pages with configurable depth and breadth limits.
Instructions
Discover a website's URL structure using Tavily Map.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Root HTTP or HTTPS URL to map. | |
| limit | No | Maximum total URLs returned. | |
| timeout | No | Operation timeout in seconds. | |
| max_depth | No | Maximum traversal depth. | |
| max_breadth | No | Maximum links followed per page. | |
| instructions | No | Optional natural-language filter instructions. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| status | No | success | |
| partial | No | ||
| results | No | ||
| base_url | No | ||
| error_detail | No | ||
| tavily_error | No | ||
| response_time | No | ||
| ignored_results | No |