Software
«2captcha-ts» logo

2captcha-ts

Website

This software is compatible with any site

941 Users this week

4.83 Reviews
FreePrice

2captcha-ts

A wrapper around the 2captcha API for nodejs. This wrapper support reCAPTCHA V2, reCAPTCHA V3, Arkose Labs FunCaptcha, image captcha, Geetest, Geetest V4, Yandex Smart Captcha, CyberSiARA, DataDome CAPTCHA, MTCaptcha.

2captcha is a service that solves many different types of captchas, this library serves as a wrapper around their API to bring easy, promise-based functionality to NodeJS. This libary specilizes in concurrent solves, and bulk-api usage.

Usage example:

const Captcha = require('2captcha-ts')
const solver = new Captcha.Solver('Your 2captcha api key')

Code example:

// Example reCAPTCHA Website
 solver.recaptcha({ 
  pageurl: 'https://2captcha.com/demo/recaptcha-v2',
  googlekey: '6LfD3PIbAAAAAJs_eEHvoOl75_83eXSqpPSRFJ_u'})
.then((res) =>  console.log(res))
.catch((err) => console.log(err))

Usage examples with source code and description:
Solving reCAPTCHA using Puppeteer
Solving GeeTest Captcha using Puppeteer
Solving Yandex Smart Captcha using Puppeteer
Solving MTCaptcha using Puppeteer
Solving image captcha using Puppeteer

Statistics

Comments3

  • Nassim
    4.5

    Works great. It might be worth adding a loader when solving a captcha or add debugging mode.

  • Вадим
    5

    Работает нормально, решаю recaptcha v2

  • user
    5

    Полёт нормальный.