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.
