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 Turnstile. Must start with http:// or https://. Max 254 chars. |
websiteKey | string | Yes | The sitekey from the page. Min 10, max 200 chars. |
type | string | Yes | Must be "Turnstile". |
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 Turnstile token is single-use. Submit it to the target site immediately after receiving it.

