Cloudflare Turnstile
Last updated
Last updated
Warning
Proxy is obligatory, use a static proxy or one that doesn't rotate too quick.
Please use our User-agent with tokens & headers returned by our API.
We currently only support Turnstile with user provided proxy, and all its types
Manual
Non-Interactive
Invisible
creating the task using the createTask
Task object
type
String
No
has to be "TurnstileTask" for cloudflare task types.
subtask_type
String
No
has to be "token" for this type.
websiteURL
String
No
the target website address.
websiteKey
String
No
Turnstile website key.
metadata
Map<String,String>
Yes
metadata.data_action
String
Yes
The value of data-action attribute of the captcha if available.
metadata.data_cdata
String
Yes
The value of data-cdata attribute of the captcha if available.
proxyType
String
No
input is http/socks5 only.
proxyAddress
String
No
the proxy address.
proxyPort
Integer
No
proxy port as int.
proxyLogin
String
No
proxy login.
proxyPassword
String
No
proxy password.
Use the getTaskResult method to get the task results.
Depending on several factors you will get task results from 2 seconds to 20 seconds.
such factors include:
Proxy speed
target website location
Server load
Turnstile extra data Check