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
captcha
| Field | Type | Required | Description |
|---|---|---|---|
websiteURL | string | Yes | URL of the page with the CAPTCHA. Must start with http:// or https://. |
CaptchaURL | string | Yes | The DataDome CAPTCHA URL (usually starting with https://geo.captcha-delivery.com/captcha/...). |
type | string | Yes | Must be "DataDome". |
options
| Field | Type | Default | Description |
|---|---|---|---|
user_agent | string | null | The User-Agent string to use when solving the CAPTCHA. |
proxy (optional)
| 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
solution returned contains the datadome cookie required to bypass the challenge. Pass this cookie in your subsequent requests.
