tavily_extract
Extract raw content from web pages in markdown or text format. Supports advanced extraction for complex sites like LinkedIn.
Instructions
Extract content from URLs. Returns raw page content in markdown or text format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | List of URLs to extract content from | |
| query | No | Query to rerank content chunks by relevance | |
| format | No | Output format | markdown |
| extract_depth | No | Use 'advanced' for LinkedIn, protected sites, or tables/embedded content | basic |
| include_images | No | Include images from pages | |
| include_favicon | No | Include favicon URLs |