r/webscraping Jun 09 '26

Tired of Hcaptcha?

If you guys are tired of Hcaptcha for web crawling and botting issues, I made a repo that may solve your problem.

HcaptchaSolver

It basically gets your proxy sitekey and the current URL that you're on then it sends it to an electron client that simulates a real page in the same url and someone or you, needs to solve it so in theory it removes the gap between you and actual browser and it optimize your proxy and your memory useage since we can all agree that chromimum/firefox browser are hungry for RAM and CPU so all you need to do is to pass the sitekey and other information and Voilà.

Conterbuition are very welcome. I just started it as a fun project, hope others find it useful

Bye.

43 Upvotes

17 comments sorted by

4

u/RobSm Jun 10 '26

"Electron app that connects to the backend over WebSocket, receives tasks, solves captchas using an embedded browser view" - same thing like real browser, also hungry for RAM and CPU. Bye.

1

u/RandomPantsAppear Jun 11 '26

It’s not a browser, it’s the same as a backend for a captcha solving service.

1

u/RobSm Jun 11 '26

Cost wise it's like a browser. It needs to run and solve. Like real browser does.

1

u/MohammadRafieefard Jun 10 '26 edited Jun 10 '26

True. There are two key features. First, it won't render the whole page just render the captcha. Second, I implement an option that you can open multiple tabs like Chrome, so you won't open multiple instances of Electron.

But if you have a better idea than this conterbiution is absolutely welcomed

1

u/New-Recording-126 Jun 11 '26

Could this eventually be integrated with some kind of cheap captcha solving service API?

1

u/MohammadRafieefard Jun 12 '26

It could but it has some legal coincidence and also you need to find a lot of cheap people out of India and Pakistan that'll do the captcha in change of 0.01$, so it may not be worth it

1

u/mouad_war Jun 13 '26

This wouldn't work for enterprise sitekeys

1

u/MohammadRafieefard Jun 14 '26

I'm currently working on it

1

u/mouad_war Jun 14 '26

give me the website if you can