Tavily Map
List a site’s URLs from a root url without fetching any page content.
url without fetching any page content. Steer it with natural-language instructions and regex select_paths / exclude_paths / select_domains filters. Returns base_url and results — a flat array of URL strings, not objects — with response_time and request_id. Fast and cheap: measured at about 1.5 seconds. Use it to size a site before committing to a crawl, then fetch only the parts that matter with post_tavily_extract. When you want the content rather than the shape, post_tavily_crawl does both in one call.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The root URL to begin the mapping.
"docs.tavily.com"
Natural language instructions for the crawler.
Max depth of the mapping.
1 <= x <= 5Max number of links to follow per level of the tree.
1 <= x <= 500Total number of links the crawler will process before stopping.
x >= 1Regex patterns to select only URLs with specific path patterns.
Regex patterns to select crawling to specific domains or subdomains.
Regex patterns to exclude URLs with specific path patterns.
Regex patterns to exclude specific domains or subdomains from mapping.
Include external domain links in the final results list.
Maximum time in seconds to wait for the map operation.
10 <= x <= 150Include credit usage information in the response.