TOOL API
tavily_ map
Map a website's structure. Returns a list of URLs found starting from the base URL.
search1 credits
Call information
- Tool slug
- tavily.tavily_map
- Provider
- Tavily
- Average response
- 0 ms
- Calls in 7 days
- 0
Input parameters
urlrequiredThe root URL to begin the mapping
max_depthMax depth of the mapping. Defines how far from the base URL the crawler can explore
max_breadthMax number of links to follow per level of the tree (i.e., per page)
limitTotal number of links the crawler will process before stopping
instructionsNatural language instructions for the crawler
select_pathsRegex patterns to select only URLs with specific path patterns (e.g., /docs/.*, /api/v1.*)
select_domainsRegex patterns to restrict crawling to specific domains or subdomains (e.g., ^docs\.example\.com$)
allow_externalWhether to return external links in the final response