Tavily Crawl
tavily.crawlCrawl a website from a root URL to extract content across multiple pages, with optional custom instructions for targeted retrieval.
Instructions
Traverse a site and retrieve multi-page content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Root URL to begin crawling. | |
| instructions | No | Optional crawling guidance. | |
| ctx | No | Optional FastMCP context. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_url | No | ||
| results | No | ||
| request_id | No | ||
| response_time | No |