

सबसे अच्छा Cloudflare Challenge सॉल्वर
Cloudflare Challenge सॉल्वर
Cloudflare Challenge क्या है?
Cloudflare Challenge एक एंटी-बॉट तंत्र है जो स्वचालित या संदिग्ध ट्रैफ़िक का पता लगाने और उसे ब्लॉक करने के लिए जावास्क्रिप्ट चुनौतियों, ब्राउज़र फ़िंगरप्रिंटिंग और कैप्चा का उपयोग करता है।
Cloudflare Challenge सॉल्वर के बारे में अधिक जानकारीCloudflare Turnstile डेमो
www.demo.com
Verifying you are human by completing the action below.
www.demo.com needs to review the security of your connection before proceeding.
Cloudflare Challenge को कैसे हल करें - API गाइड
CapSolver की स्वचालित सेवा आपको Cloudflare Challenge को आसानी से हल करने में मदद कर सकती है। हमारी सेवा CapSolver API के माध्यम से उपलब्ध है। कृपया सेवा का उपयोग करने के लिए CapSolver पर पंजीकरण करें।
Step 1 : Creating a Task
Create the task with the createTask.
In the process of using challenge, we must input websiteURL and websiteKey, other parameters are optional.
Task Object Structure
| Properties | Type | Required | Description |
|---|---|---|---|
| type | String | Required | AntiCloudflareTask |
| websiteURL | String | Required | The address of the target page. |
| proxy | String | Required | Your Static proxy or Sticky proxy. Learn Using proxies |
| userAgent | String | Optional | The user-agent you used to request the target website. Only Chrome's userAgent is supported. |
| html | String | Optional | The response of requesting the target website, it usually contains "Just a moment..." and status code is 403. we need this html for some websites, please be sure to use your sticky proxy to dynamically scrape the HTML every time. |
Example Request
txt
POST https://api.capsolver.com/createTask
Host: api.capsolver.com
Content-Type: application/json
json lines
{
"clientKey": "YOUR_API_KEY",
"task": {
"type": "AntiCloudflareTask",
"websiteURL": "https://www.yourwebsite.com",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36",
"html": "<!DOCTYPE html><html lang="en-US"><head><title>Just a moment...</title>...",
"proxy": "ip:port:user:pass"
}
}
Example Response
json lines
{
"errorId": 0,
"status": "idle",
"taskId": "df944101-64ac-468d-bc9f-41baecc3b8ca"
}
Step 2 : Getting Results
Use the getTaskResult method to get the recognition results
Depending on the system load, you will get the results within the interval of 1s to 20s
Example Request
txt
POST https://api.capsolver.com/getTaskResult
Host: api.capsolver.com
Content-Type: application/json
json lines
{
"clientKey": "YOUR_API_KEY",
"taskId": "df944101-64ac-468d-bc9f-41baecc3b8ca"
}
Example Response
json lines
{
"errorId": 0,
"taskId": "df944101-64ac-468d-bc9f-41baecc3b8ca",
"status": "ready",
"errorCode": "",
"errorDescription": "",
"solution": {
"cookies": {
"cf_clearance": "Bcg6jNLzTVaa3IsFhtDI.e4_LX8p7q7zFYHF7wiHPo...uya1bbdfwBEi3tNNQpc"
},
"token": "Bcg6jNLzTVaa3IsFhtDI.e4_LX8p7q7zFYHF7wiHPo...uya1bbdfwBEi3tNNQpc",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36"
}
}
CapSolver SDK के साथ Cloudflare Challenge हल करें
लोकप्रिय कैप्चा प्रकारों का समर्थन करता है
CapSolver के साथ आसानी से कैप्चा हल करें
हम अपने उत्पादों को आपके सिस्टम में एकीकृत करना जितना संभव हो उतना आसान बनाने का प्रयास करते हैं। बहु-भाषी समर्थन और कोड उदाहरणों के साथ, हम आपकी परियोजनाओं के लिए तेज़ शुरुआत सुनिश्चित करते हैं।


लोकप्रिय कैप्चा सॉल्विंग सेवाएं जिनका हम समर्थन करते हैं

reCAPTCHA v2 / v3
Cloudflare Challenge
AWS WAF
इमेज से टेक्स्ट
Cloudflare Turnstile
अधिक प्रकार
नियमों का अनुपालन सुनिश्चित करनासभी उपयोगकर्ताओं के लिए

हम नैतिकता के साथ प्रौद्योगिकी के उपयोग का समर्थन करते हैं और अवैध प्रथाओं का विरोध करते हैं। हम सार्वजनिक डेटा के जिम्मेदार संग्रह का समर्थन करते हैं। यदि आपको दुरुपयोग मिले, तो रिपोर्ट करें। हमने एक गोपनीयता केंद्र लॉन्च किया है जो डेटा अधिकारों पर उपकरण और जानकारी प्रदान करता है।