Extract Web Page Content (Tavily)
search.ai.extractExtract clean readable content from up to 20 URLs: text, title, author, date. Eliminates scraping. Feed web pages into AI agent context windows.
Instructions
Extract clean readable content from up to 20 URLs — returns text, title, author, published date. Eliminates scraping. Perfect for feeding web pages into agent context windows (Tavily)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | URLs to extract clean content from (1-20 URLs). Returns readable text, title, author, date. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |