Light cream colored background for clean website interface.
Light cream colored background for clean website interface.

Penyelesai reCAPTCHA v2 Terbaik

Penyelesai reCAPTCHA v2

Apa itu reCAPTCHA v2?

Untuk membedakan manusia dari bot, reCAPTCHA v2 meminta pengguna untuk mengklik kotak centang. Dalam beberapa kasus, mereka mungkin diminta untuk memilih jenis gambar tertentu dari kisi, memberikan lapisan keamanan ekstra.

Lebih lanjut tentang reCAPTCHA v2

Cara Menyelesaikan reCAPTCHA v2 - Panduan API

Layanan CapSolver membantu Anda menyelesaikan reCAPTCHA v2 dengan mudah. Tersedia melalui API CapSolver dan Ekstensi. Silakan daftar di CapSolver untuk menggunakan.

Step 1 : Creating a Task

To solve reCaptcha v2, you first need to create a task using the createTask method.

Here's the structure of the task object:

  • type: Required. This should be ReCaptchaV2Task or ReCaptchaV2TaskProxyLess.
  • websiteURL: Required. This is the web address of the website using reCaptcha v2.
  • websiteKey: Required. This is the domain's public key.
  • proxy: Optional. If you're using a proxy, you can include it here.
  • isInvisible: Optional. If the reCaptcha doesn't have pageAction, set this to true.
  • userAgent: Optional. If you're emulating a browser, include its User-Agent here.
  • cookies: Optional. If you need to use cookies, include them here.

Here's an example request:

json Copy
{
  "clientKey": "YOUR_API_KEY",
  "task": {
    "type": "ReCaptchaV2Task",
    "websiteURL": "https://www.google.com/recaptcha/api2/demo",
    "websiteKey": "6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-",
    "isInvisible": false,
    "userAgent": "",
    "cookies": [
      {
        "name": "__Secure-3PSID",
        "value": "sdadasdasdsda"
      },
      {
        "name": "__Secure-3PAPISID",
        "value": "sd/AytXQTb6RUALqxSEL"
      }
    ],
    "proxy": ""
  }
}

Once the task is successfully submitted, you'll receive a Task ID in the response:

json Copy
{
  "errorId": 0,
  "errorCode": "",
  "errorDescription": "",
  "taskId": "61138bb6-19fb-11ec-a9c8-0242ac110006"
}

Step 2 : Getting Results

Once you have the Task ID, you can use it to retrieve the solution. Submit the Task ID with the getTaskResult method. The results should be ready within an interval of 1s to 10s.

Here's an example request:

json Copy
{
  "clientKey": "YOUR_API_KEY",
  "taskId": "61138bb6-19fb-11ec-a9c8-0242ac110006"
}

The response will include the solution token:

json Copy
{
  "errorId": 0,
  "errorCode": null,
  "errorDescription": null,
  "solution": {
    "userAgent": "xxx",
    "expireTime": 1671615324290,
    "gRecaptchaResponse": "3AHJ....." // This is the solution token
  },
  "status": "ready"
}

Selesaikan reCAPTCHA v2 dengan SDK CapSolver

Mendukung CAPTCHA Populer

Selesaikan CAPTCHA dengan Mudah Menggunakan CapSolver

Kami berusaha membuat integrasi produk kami semudah mungkin. Dengan dukungan multibahasa dan contoh siap pakai, kami memastikan awal yang cepat.

Dokumentasi Pengembang

Cara Menyelesaikan
reCAPTCHA v2 -
Ekstensi CapSolver

Menyelesaikan tantangan reCAPTCHA v2 secara otomatis di browser Anda.

Soft green gradient backgroundSoft green gradient background
A soft light green-to-white gradient background.

Uji Coba Gratis

Kenali berbagai jenis CAPTCHA

reCAPTCHA v2 / v3
Cloudflare Challenge
AWS WAF
Gambar ke Teks
Cloudflare Turnstile
Jenis Lainnya

Memastikan Kepatuhan terhadap PeraturanUntuk Semua Pengguna

Compliance badges including CCPA, GDPR, and ISO

Kami mendukung penggunaan teknologi secara etis dan menentang praktik ilegal. Kami mendukung agregasi data publik secara bertanggung jawab. Jika Anda menemukan penyalahgunaan, silakan laporkan. Kami telah meluncurkan pusat privasi dengan alat dan wawasan tentang hak data.