Bypass Cloudflare’s “I’m Under Attack Mode” (IUAM) and interactive challenges automatically. This endpoint returns the cleared cookies and user-agent needed to make subsequent requests to the target site.Documentation Index
Fetch the complete documentation index at: https://docs.scrapely.io/llms.txt
Use this file to discover all available pages before exploring further.
Request fields
crawler
| Field | Type | Required | Description |
|---|---|---|---|
websiteURL | string | Yes | URL of the page protected by Cloudflare. Must start with http:// or https://. Max 254 chars. |
proxy (optional)
We highly recommend using proxies when solving Cloudflare challenges to maintain the reputation of the solving IP. The cookies returned will be tied to the IP used to solve the challenge.
| Field | Type | Required | Description |
|---|---|---|---|
scheme | string | Yes | Proxy scheme (e.g. http, socks5). |
host | string | Yes | Proxy host. |
port | integer | Yes | Proxy port. |
username | string | No | Proxy username. |
password | string | No | Required if username is provided. |
Response
The
cf_clearance cookie must be used alongside the exact same user_agent returned in the response for subsequent requests to the target site.
