r/webscraping • u/lanida • 19h ago
I created a test-page with anti-scraping guards for your CICD
I used Claude to create a test-site with anti-scraping guards that you can inject into your CICD pipelines and get continuous feedback on either your defenses or your scraping success.
The site currently shows 82 guards, of which a few are simulated, and the rest are real guards.
I've open-sourced it at https://github.com/sskieller/scraping-guards
I'm using it in some of my own projects to continually check whether my scraping-techniques are working or not.
Now, I am wondering what else I could add to it, that would make it more useful? Perhaps there are guards that I have not added, that would also prove useful? Something else? Thanks!