RuCaptcha ReCaptcha v2 without browser

CAPTCHAFORUM

Administrator
maxresdefault[1].jpg

RuCaptcha.com is an anti-captcha service for manual image recognition, here there are those who need to recognize text from scanned documents, letterheads, captchas in real time and those who want to make money by entering text from the screen.

The system employs Russian-speaking and English-speaking workers.

RuCaptcha.com anti-captcha service not only supports the standard API on an equal footing with pixodrom, antigate, anti-captcha and others, but also provides advanced functionality that is replenished for each round of the fight against automation. RuCaptcha API supports ReCaptcha v2 (where you need to click on pictures), ClickCaptcha (where you need to click on certain points) and Rotatecaptcha (FunCaptcha and other captchas that need to be rotated).

Prices
1000 solutions cost 160 rubles.

Recognition Description
This method allows you to go through the recaptcha without emulating the browser and sending us pictures, and this method also gives 100% passing of the captcha.

Where to get what data and where to insert it? Look at the HTML code of the page where you met the captcha:

find the parameter data-sitekey = This is the site key, it is constant and unique for each site (unless the site admin has changed it manually) 2. find the form for the text <textarea id = "g-recaptcha-response" name = "g-recaptcha-response" class = "g-recaptcha-response" style = "width: 250px; height: 40px; border: 1px solid # c1c1c1; margin: 10px 25px; padding: 0px; resize: none; "> </textarea> This is where you'll need to insert our response.

Example
Initialization Specify the key, required and optional parameters. Try to fill them as much as possible, this contributes to faster captcha recognition.
Code:
use jumper423 \ decaptcha \ services \ TwoCaptchaReCaptcha;

$ captcha = new TwoCaptchaReCaptcha ([

     TwoCaptchaReCaptcha :: ACTION_FIELD_KEY => '94f39af4bb295c40546fba5c932e0d32',

]);

Documentation https://github.com/jumper423/decaptcha/blob/master/docs/TwoCaptchaReCaptcha-ru.md