Extract Web Page HTML
web.scrape.extractExtract raw HTML from any URL for data extraction, content analysis, or price monitoring. Automatically handles anti-bot protection.
Instructions
⚡ ACTION: Extract raw HTML from any URL — cheapest web scraping API ($0.00013 for simple sites). Returns decoded HTML content, HTTP status code, and content length. Use for data extraction, content analysis, or price monitoring. Handles anti-bot protection automatically (Zyte)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to scrape — returns raw HTML content. Fast and cheap ($0.00013 for simple sites). Example: "https://example.com" |
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. |