Recognize ReCaptcha
Please read the Terms of Use for Materials on ZennoLab
Table of contents
Description
Allows you to be verified on sites with installed protection against bots. The method is only suitable for captchas: reCAPTCHA v2, reCAPTCHA v2 Invisible and reCAPTCHA v3 .
How to add an action to a project?
Via context menu Add Action → Tabs → Recognize ReCaptcha
Or use smart search .
What is it used for?
Passing registrations
Parsing sites and search engines
Performing bulk actions
How to work with an action?
Main settings
Selecting a module for captcha recognition. Select the desired captcha recognition service from the drop-down list (you must first specify its API key in the settings ).
Installing CapMonster.Cloud as the default service
Registration of an account in CapMonster.Cloud. All ZennoPoster license holders receive $ 5 free of charge on the balance of the service for solving captchas.
Recognizing reCaptcha v2 in tab
Recognition takes place directly in the browser window.
Recognition method
Select the appropriate function (Recognition reCaptcha v2) and the recognition method (In tab)
Use proxy from project
The current proxy of the project will be sent to the recognition service along with the captcha.
Use project cookies
The current project cookies will be sent to the recognition service along with the captcha.
Tab:
a) Active - the tab that you have in front of your eyes at the moment.
b) First - is the first window on the left.
c) By name - indicate the name of the tab or variable considering the case of letters.
d) By number - set the tab number. The numbering goes from left to right starting from 0. If you need to close the very first tab, then specify zero in the field, the subsequent tabs are 1, 2, 3….
Enable autosubmit
If the page does not have a button for submitting a form with a recognized recaptcha, you need to enable this option to perform an autosubmit.
Save task ID to variable
Variable for the task ID.
ReCaptcha v2 recognition via sitekey
The process takes place without loading the browser.
Recognition method
Select the appropriate function (Recognition reCaptcha v2) and the recognition method (Via SiteKey)
Use proxy from project
The current proxy of the project will be sent to the recognition service along with the captcha.
Use project cookies
The current project cookies will be sent to the recognition service along with the captcha.
SiteKey
Recaptcha site key.
Sitekey parameter is individual for each site
URL
Full URL of the page on which Recaptcha is recognized.
data-s
Not necessary
An additional parameter that is not found on all sites, so its transmission is optional.
At least this parameter is found in Google search and on its services.
Save task ID to variable
Variable for the job ID.
Put to variable
The response from the recognition service will be saved to the variable specified here - the token of the resolved Recaptcha.
Token sending examples
Recognizing reCaptcha v3 in a tab
Recognition takes place directly in the browser window.
Recognition method
Select the appropriate function (Recognition reCaptcha v3) and the recognition method (In tab)
Use proxy from project
The current proxy of the project will be sent to the recognition service along with the captcha.
Use project cookies
The current project cookies will be sent to the recognition service along with the captcha.
Tab:
a) Active - the tab that you have in front of your eyes at the moment.
b) First is the first window on the left.
c) By name - indicate the name of the tab or variable considering the case of letters.
d) By number - set the tab number. The numbering goes from left to right starting from 0.
Action
The parameter that must be found in the source code of the site.
It is located in the page code in the grecaptcha.execute function call
Min score
User rating at which the check will be considered successful, range from 0.1 to 0.9.
Most often, a value of 0.3 is sufficient, but for each site it is necessary to check it individually.
Save task ID to variable
Variable for the job ID.
Put to variable
The response from the recognition service will be saved to the variable specified here - the token of the resolved Recaptcha.
ReCaptcha v3 recognition via sitekey
The process of recognition occurs without loading the browser.
Recognition method
Select the appropriate function (Recognition reCaptcha v2) and the recognition method (Via SiteKey)
Use proxy from project
The current proxy of the project will be sent to the recognition service along with the captcha.
Use project cookies
The current project cookies will be sent to the recognition service along with the captcha.
SiteKey
Recaptcha site key.
URL
Full URL of the page on which Recaptcha is recognized.
data-s
Not necessary
An additional parameter that is not found on all sites, so its transmission is optional.
At least this parameter is found in Google search and on its services.
Action
The parameter that must be found in the source code of the site.
It is located in the page code in the grecaptcha.execute function call
Min score
User rating at which the check will be considered successful, range from 0.1 to 0.9.
Most often, a value of 0.3 is sufficient, but for each site it is necessary to check it individually.
Save task ID to variable
Variable for the job ID.
Put to variable
The response from the recognition service will be saved to the variable specified here - the token of the resolved Recaptcha.
A note on reCaptcha v3
When loading a page in the traffic window, it is very important to pay attention to the request
If the request occurs when the page is loaded, then we select the recognition of reCaptcha v3 via sitekey.
When the request is made after submitting the form to the site, then reCaptcha v3 recognition in the tab.
Parameters: SiteKey, Action, Score, Url can be set through variables.
An example of sending a reCaptcha v3 token when solving in a tab
An example of sending a reCaptcha v3 token when recognition via SiteKey
Bug report
Allows you to return funds in case of an unsuccessful attempt to recognition the captcha.
Task ID specified by a static value or a variable.
Success report
We inform the service about the successful solving of the captcha.
Task ID specified by a static value or a variable.
Usage example
When you enter the antibot page, the system asks you to confirm that you are not a robot.
You go to the page.
Add an action to recognize reCaptcha to the project.
Setting up the cube.
You pass the site check.
Today, many resources are protected by Google. It helps sites to suppress mass actions or identify bots, but thanks to the Zennoposter functionality, it will not be difficult to pass such checks.
Useful links