

最高のCloudflare Challengeソルバー
Cloudflare Challenge ソルバー
Cloudflare Challengeとは
Cloudflare Challengeは、JavaScriptチャレンジ、ブラウザフィンガープリント、およびフォールバックメカニズムとしてのCAPTCHAを使用して、自動化されたトラフィックや疑わしいトラフィックを検出およびブロックするボット対策メカニズムです。
Cloudflare Challenge CAPTCHAソルバーの詳細情報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の自動CAPTCHA解決サービスは、Cloudflare Challengeを簡単に解決できます。当社のサービスは、CapSolver API を通じて利用可能です。CapSolverに 登録 して、CAPTCHAサービスをご利用ください。
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の解決
人気のCAPTCHAをサポート
CapSolverを使用して簡単にCAPTCHAを解決
当社の製品をインフラに統合することが可能な限り簡単になるように努めています。多言語サポートとすぐに使えるコード例により、Webプロジェクトの迅速かつ簡単な開始を保証します。


サポートしている主なCAPTCHA解決サービス

reCAPTCHA v2 / v3
Cloudflare Challenge
AWS WAF
画像からテキストへ
Cloudflare Turnstile
その他のタイプ
コンプライアンス規制の遵守を保証すべてのユーザーへ

私たちは、人類の幸福を促進するためのテクノロジーの倫理的利用を支持し、違法な慣行や当社のソリューションの不適切な使用に断固として反対します。私たちは、適切な同意なしに機密データを不法に収集することを厳しく非難する一方で、人間の存在を豊かにするための公開データの責任ある集約を提唱します。当社のプラットフォームを悪用している個人に遭遇した場合は、そのような不正行為を報告することをお勧めします。信頼を高め、ユーザーにより大きな自律性と知識を提供するために、データ権利に関する強化されたツールとインサイトを個人に提供する専用のプライバシーハブを開設しました。