Looking for help getting past google captcha

JmesB

Newbie
Joined
Dec 13, 2023
Messages
1
Reaction score
0
I'm not sure if i'm posting this in the correct section..please forgive me if i am. I have thousands of emails i have to check and i have to also extract everything in those emails. the problem is google only lets you log into so many gmail accounts on the same ip address etcetc and if i use a proxy server i get hit with all these CAPTCHAs ...so i want to create a script using selenium to do all email checking for me but i need a solution on getting past the captcha...does anyone have any tips or a service/product that can help me? let me know if i'm not making any sense here :P i can try to explain better ...
 
There are loads of captcha solver services and apps that you can use. The majority of them use some version of the 2captcha API, so you might as well take a look at them first: https://2captcha.com/api-docs
The usual workflow for recaptcha is: extract sitekey > send sitekey and url to API > wait a few seconds > check on API job > get solution (gRecaptchaResponse) > send gRecaptchaResponse as part of your request to Google
 
Google captcha on gmail login can be bypassed without the need to solve it
also you can you use imap to check emails
 
Those are easy, I've been sending them to Death By captcha, no complaints.
 
Back
Top