Bypass captcha recaptcha v2 on https://kgd.gov.kz
This demo demonstrates how to bypass captcha recaptcha v2 on https://kgd.gov.kz/ using Puppeteer and 2captcha service. This may be useful to you if you want to parse data from this site. The example uses browser emulation, but if you write a parser, you can just do with queries.
- Set your 2captcha apikey in
index.js
- Set value 'inn' in
index.js
file for check
To run the project, clone the repository, install the dependencies, and run the project.
npm install
npm run start