extract_page
Extract structured JSON from a web page (by URL) or raw HTML: title, byline, excerpt, siteName, publishedTime, language, plain text, links, images, and meta tags. Paid tool: $0.005 per call via x402 (USDC on Base).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Public http(s) URL of the page to fetch and convert | |
| html | No | Raw HTML to convert instead of fetching a URL | |
| mode | No | article (default): main content only. full: whole page. |