Skip to content

xsolve-me/cloudflare-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Cloudflare Challenge Solver (Turnstile & IUAM)

Website Documentation

A high-performance, ultra-fast API solver for Cloudflare Turnstile and Cloudflare IUAM (Under Attack Mode) challenges. Designed for seamless, automated web scraping, data extraction, and bot automation.


πŸ“Š Screenshot

Xsolve API Solver Screenshot


πŸ”— Links


✨ Features

  • πŸš€ High Speed: Solves under 1-4s
  • πŸ›‘οΈ Advanced Bypass: Bypasses Turnstile (task.turnstile) and IUAM (task.iuam) defense layers.
  • πŸ’³ Pay-Per-Solve: 100% success-only billing policy.
  • πŸ”Œ Simple Integration: Integrate easily using HTTP requests in Python, JavaScript, Curl, Go, PHP, etc.

πŸ’° Pricing & Available Tasks

We offer high-performance solvers at competitive prices:

Available Task Task Identifier Price (per 1k requests)
Cloudflare Turnstile task.turnstile $0.08
Cloudflare IUAM (Currently down) task.iuam $0.08
  • ⚑ Cost: $0.00008 per one solve
  • βœ”οΈ Only pay for successful solves
  • πŸͺ™ Payment Method: Cryptocurrency

πŸ’³ Deposit Value Examples

That's over 12,500 CAPTCHAs solved for just a single dollar!

Deposit Amount Solves / Tokens
$1 12,500 (12.5k)
$5 62,500 (62.5k)
$10 125,000 (125k)
$20 250,000 (250k)
$50 625,000 (625k)
$100 1,250,000 (1.25m)

πŸš€ Quick Integration (Python)

To integrate our solver into your application, use the following simple Python example:

import requests

url = "https://api.xsolve.me/task"

headers = {
    "X-Api-Key": "YOUR_API_KEY",
    "Content-Type": "application/json"
}

payload = {
    "mode": "turnstile",
    "url": "https://example.com",  # Replace with the target site URL
    "sitekey": "0x4AAAAAA..."      # Replace with the target Turnstile sitekey
}

response = requests.post(url, headers=headers, json=payload)
print(response.json())

For full API documentation, other languages (Curl, JavaScript), and custom integrations, check our Documentation or log in to your dashboard at xsolve.me.


πŸ’¬ Community & Support

About

Cloudflare Turnstile solver With fast solve times of 1-4s, simple API integration, just $0.00008 per solve over 12,500 CAPTCHAs solved for only $1.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors