工具 API

tavily_map

Map a website's structure. Returns a list of URLs found starting from the base URL.

search1 积分

调用信息

工具标识
tavily.tavily_map
服务提供方
Tavily
平均响应
0 ms
近 7 天调用
0

输入参数

url必填

The root URL to begin the mapping

max_depth

Max depth of the mapping. Defines how far from the base URL the crawler can explore

max_breadth

Max number of links to follow per level of the tree (i.e., per page)

limit

Total number of links the crawler will process before stopping

instructions

Natural language instructions for the crawler

select_paths

Regex patterns to select only URLs with specific path patterns (e.g., /docs/.*, /api/v1.*)

select_domains

Regex patterns to restrict crawling to specific domains or subdomains (e.g., ^docs\.example\.com$)

allow_external

Whether to return external links in the final response