Captcha services for Recaptcha v2

Status
Not open for further replies.

Javardo69

Junior Member
Joined
Jul 19, 2014
Messages
117
Reaction score
9
Hello, i need to know services that can solve these type of captchas, i already used 2captcha and it works flawless but the scraping i'm doing revolves around going thousands of url's with captchas and since 2captcha charges $3 for 1k captchas this becomes quite expensive in the long run. I would like to know cheaper alternatives or a service that instead of charging per number of captchas, charges for a fixed value of threads a fixed price.

The captcha i'm talking about its this https://support.google.com/recaptcha/?hl=en#6081880 .

I maybe try this https://github.com/eastee/rebreakcaptcha to see if it works.
 
That github script looks interesting, i'll give it a try on my vps later. Thanks for sharing it OP :eek:
 
Quality comes before quantity.
From what I know, 2Captcha is the fastest and the most accurate (from what I have used)
If you wanna go cheap your wish, but the captcha answer success rate might go down
 
Quality comes before quantity.
From what I know, 2Captcha is the fastest and the most accurate (from what I have used)
If you wanna go cheap your wish, but the captcha answer success rate might go down
well said , agree with you ..i am also using 2captcha for my one of platform
 
Quality comes before quantity.
From what I know, 2Captcha is the fastest and the most accurate (from what I have used)
If you wanna go cheap your wish, but the captcha answer success rate might go down

success rate its not my concern
 
Did you try anti-captcha.com?


herofront_nocape.png
 
Did you try anti-captcha.com?


herofront_nocape.png

i've seen it before but forgot to bookmark, $2 for 1000 its better but still i would like to know more options, especially if there is on a thread basis with a fixed price per month.
 
Not really sure then, try snipers.
My algos are based mostly on success rate so that matters alot to me

if i fail i just retry again, only thing i lose its time but not a big deal if i scale up. There is a place that i need to scrape almost 10k/15k links with captchas of this sort daily so paying for x captchas its unprofitable on the long run (for me not for who sells the service hehe)
 
I forgot the name.. but search for tool under Zennoposter site. You will find the captcha tool.
It uses Machine learning to break Recaptcha 2.
Success rate is lower but I think it suits your need
 
Hm, interesting.. I read the code you posted
It makes sense to use speech recognition to break audio captcha
That's actually very funny because both techs are doomed to contradict to each other!
Captcha wants to stop bots, while bots becoming like human day by day by humans engineers themselves ahahahahaha...
You should certainly try that code dude but i am too lazy to do that and i don't need to break captcha these days
 
Seems even 2captcha has issues with Googles recaptcha.


2captcha.png


Id suspect the recaptcha has very dynamic logic and checks, tracking even mouse movements of the user while solving, thus making it difficult for any service to reliably solve.
 
Status
Not open for further replies.
Back
Top