Solving Captchas

How to solve captchas with Airtop

Overview

From time to time, you may encounter captchas during web automation, but Airtop has you covered. Airtop can solve Captchas in 2 ways:

  1. Using a Chrome extension
    • Provides a lot more flexibility, but requires a bit more setup
  2. Using a built-in Captcha solver
    • Very simple to use, but less flexible

Chrome Extension

There are several commercial Captcha solving extensions available. We recommend using the following:

All these products offer a Chrome extension that can be used to solve Captchas and can be configured to be used with Airtop’s Chrome extension integration.

NopeCHA Demo

We built a demo of using NopeCHA to solve a Captcha, which can be found here. To use it, follow these steps:

  1. Clone the repository
  2. Create an account on NopeCHA and get an API key
  3. Install the dependencies
    $npm install
  4. Create a .env file and add your Airtop API key
  5. Run the demo
    $npm run dev
  6. Select the option to configure the Chrome extension
  7. Open the Live View and open the extension menu to configure the NopeCHA extension with the API key
  8. Finish the Chrome extension setup in the command line
  9. Select the option to Solve the Captcha
  10. Click on the Live View URL to see the Captcha being solved and the form submitted.

Built-in Captcha Solver

This feature is currently in alpha and being tested before being released.