bernard-dali / yandex-demo

Example how to solving Yandex Smart Captcha using JavaScript (Puppeteer)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solving Yandex Smart Captcha using JavaScript (Puppeteer)

Description

This demo shows you how you can automate bypass Yandex SmartCaptcha. I solve captcha on https://captcha-api.yandex.ru/demo. I use Puppeteer for make automation. The captcha is solved in the 2captcha.com service, I get the result and use it on the page. To do this, you need to get the captcha parameters from the page, send them to the 2captcha.com service, then apply the resulting token. Done.

For this example to work, you will need to enter your apikey. To do this, you need to register at 2captcha.com, and copy the apikey on the home page. The service solves captchas for a fee, 1000 captcha solutions cost about 3$.

Setup

Set apikey in index.js file

Run

npm install

npm run start


The example is for demonstration purposes, please use it only with good intentions.

About

Example how to solving Yandex Smart Captcha using JavaScript (Puppeteer)


Languages

Language:JavaScript 100.0%