veroq_extract
Extract clean text content from web articles and news pages, handling paywalls when possible to provide full text for analysis.
Instructions
Extract article content from one or more URLs into clean text.
WHEN TO USE: When you need the full text of a news article or web page for analysis. Handles paywalls where possible. RETURNS: Per-URL results with title, domain, word count, and extracted text (truncated at 2000 chars). COST: 3 credits. EXAMPLE: { "urls": "https://reuters.com/article/123,https://bloomberg.com/news/456" } CONSTRAINTS: Max 5 URLs per request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | Comma-separated URLs to extract (max 5) |