Service Details
- Service ID:
turnstile - Price: $0.001 ($1 per 1000 solves)
- Average Solve Time: 6 seconds
- Success Rate: 98%
Required Parameters
string
required
The URL of the page where the Turnstile challenge is located.
string
required
The site key of the Turnstile challenge from the target website.
Optional Parameters
string
Proxy in format
login:password@ip_address:port. Using a proxy can improve success rates.boolean
Set to
true if the Turnstile is invisible. Default is false.Example Request
Solution Format
Integration Examples
Browser JavaScript
Python
Notes
- The solution token is typically valid for 5 minutes after being issued.
- Turnstile challenges are typically easier to solve than other CAPTCHA types, resulting in faster solving times.
- Be sure to specify the correct
invisibleparameter value based on the Turnstile implementation on the target site.