extract_url
Extract any web page into structured JSON, capturing text, tables, prices, contacts, hours, ratings, links, and images. Handles JavaScript-rendered SPAs and bot-blocked sites.
Instructions
Extract and structure a web page into clean JSON. Returns text, tables, prices, contacts, hours, ratings, dates, links, and images. Handles JavaScript-rendered SPAs and bot-blocked sites. Requires an API key (from register) or x402 payment. Cached URLs are free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to extract | |
| sync | No | Wait for result inline (default: true) | |
| api_key | No | API key from register (cpk_ prefix). Required for uncached URLs unless using x402. | |
| tx_hash | No | Transaction hash for x402 payment proof (alternative to API key) |