scrape
Fetch any URL by bypassing Cloudflare, with configurable retries and optional response metadata. Get raw HTML directly for parsing or extraction.
Instructions
Fetch a URL with Cloudflare bypass, retries, and optional metadata. Returns raw HTML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to fetch | |
| method | No | HTTP method | GET |
| headers | No | Custom HTTP headers | |
| retries | No | Retry attempts (0-10) | |
| timeout | No | Timeout in ms (1000-120000) | |
| metadata | No | Include response metadata (status, headers, size, time) |