veroq_extract
Extract clean article text from multiple URLs for analysis. Bypass paywalls where possible, returning title, domain, word count, and content. Supports up to 5 URLs per request.
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) |