工具 API
tavily_ crawl
Crawl a website starting from a URL. Extracts content from pages with configurable depth and breadth.
调用信息
- 工具标识
- tavily.tavily_crawl
- 服务提供方
- Tavily
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
url必填The root URL to begin the crawl
max_depthMax depth of the crawl. 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. Instructions specify which types of pages the crawler should return.
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
extract_depthAdvanced extraction retrieves more data, including tables and embedded content, with higher success but may increase latency
formatThe format of the extracted web page content. markdown returns content in markdown format. text returns plain text and may increase latency.
include_faviconWhether to include the favicon URL for each result