What to do with an impossible to detect web automation bot (bypasses cloudflare)

drblade31

Regular Member
Joined
Feb 6, 2022
Messages
389
Reaction score
437
So basically, i managed to make a bot that is almost impossible to detect including cloudflare bypass and google recaptcha, i can automate any website even the hardest ones

i'm not sure if that's hard but it took me a lot of time to reach and trying a 1000 ways but always gets detected somehow, since it took me a lot of time and found a lot of other developers unable to make it i thought maybe i have something special and i need to profit from it somehow but i couldn't really do much

What i tried:
- i did some upwork projects but ended up spending most of the revenue on applying to other jobs and now i have 0$ (50+ proposals per project especially for web scraping so it's almost impossible to get the job)
- i tried as well scraping domains from expireddomains.net and made it find potential clients through google/instagram/facebook/linkedin/twitter and i'm now trying to make the full workflow with the intention of making buyers buy through my affiliate links (i tried to use sedo.com but now my account got suspended gonna need to either verify with id or find another affiliate program for ex. godaddy on commission junction)

My problem/questions:
- Is there any other ways i can try to make money with this 'undetectable bot' ?
- any suggestions on the workflow for domain affiliate ? and is there any other platform that has affiliate program for premium domain names, i think godaddy only pays for new domain buy does it also pay for broker commissions ? like when domain is listed on another platform but the client uses godaddy broker, do i still get the affiliate commission ?
- I also thought about scraping reddit for trending crypto coins and publish them to twitter/linkedin...etc and add an affilaite link for a crypto platform

What sites can the bot scrape & automate ?
Up to this moment i didn't face any website that blocked me or even required captcha, i can basically surf the web however i want

Any suggestions or help would be much appreciated!
 
There are already ways of getting passed CloudFlare but you could be able to package it as an anti detect scraping tool or something
 
These captcha services charge $1.45 to $2.5 per 1k.

Turn this into an api cheaper or an affordable pricing model with higher limit or no limit than those providers.

Then search in Google for various tools and softwares that have these captcha apis integrated and collaborate with them integrating your api in their tool.
 
These captcha services charge $1.45 to $2.5 per 1k.

Turn this into an api cheaper or an affordable pricing model with higher limit or no limit than those providers.

Then search in Google for various tools and softwares that have these captcha apis integrated and collaborate with them integrating your api in their tool.
captcha solvers aren't a cure-all. some google services have extra protection, so solving the captcha doesn't always guarantee data access.
 
captcha solvers aren't a cure-all. some google services have extra protection, so solving the captcha doesn't always guarantee data access.
There's a market where others are selling a service and if got something cheaper or affordable with higher limits it will sell.

Doesn't matter if it's a cure or not.
What matters is can you compete in the market or not.
 
There's a market where others are selling a service and if got something cheaper or affordable with higher limits it will sell.

Doesn't matter if it's a cure or not.
What matters is can you compete in the market or not.
Hell! Yeah!
 
Open a SaaS and rent it as a service.
i think i'll just get a vr jr membership and post it here tbh maybe it'll workout better than a full saas (marketing, budget....etc) somehow i'm just afraid of spending my latest couple bucks lol

There are already ways of getting passed CloudFlare but you could be able to package it as an anti detect scraping tool or something
you mean paid or free ? cuz free ones are pretty hard to make or find for a developer not just a normal guy (most people tend to avoid the hassle of programming and shit)
These captcha services charge $1.45 to $2.5 per 1k.

Turn this into an api cheaper or an affordable pricing model with higher limit or no limit than those providers.

Then search in Google for various tools and softwares that have these captcha apis integrated and collaborate with them integrating your api in their tool.
Honestly, this is the best idea, love it, thank you

recaptcha2 as well?
yep, i have a way to get around it
 
The thing that bites at enterprise scale is that "anti-bot" isn't one thing — Cloudflare, DataDome, PerimeterX, Akamai each fail differently, so one bypass strategy gets you ~70% and the rest is per-vendor. Worth a detection step that IDs which vendor you hit (cookies/headers/challenge format) and routes accordingly. And separate "deployed behind WAF X" (rides normal 200s) from "actively challenged" (non-200 + challenge token) — conflating them makes your success metrics lie. The captcha solve is the last layer, not the first.
 
Back
Top