Could this be a solution?: run a website, and let your visitors do the crawling.
Won’t work. Adversaries can taint your data by sending back fake results.
How to scrape anything on the web and not get caught
21–30 of 57 posts
Re: How to scrape anything on the web and not get caught
#22Re: How to scrape anything on the web and not get caught
#23I use paid service proxy bonanza ($12/mo for 2 IPs), and build my own as well using squid ($5/mo DigitalOcean).
Re: How to scrape anything on the web and not get caught
#24I have no idea what tools are available for denying access to web scrapers, this I should know given that I have built a few websites and know what to do to get pages serving quickly. Somehow I missed the memo on how to set your site up to not be scraped. Is there an nginx setting for that? This could be interesting for people that do scrape sites to know too, what basic reasonable measures can one take beyond lookin…
Re: How to scrape anything on the web and not get caught
#25Earlier quoted context omitted.
Won’t work. Adversaries can taint your data by sending back fake results.
Could multiple downloads and a "consensus" algorithm solve this problem?
Re: How to scrape anything on the web and not get caught
#26Re: How to scrape anything on the web and not get caught
#27Re: How to scrape anything on the web and not get caught
#28Re: How to scrape anything on the web and not get caught
#29I have no idea what tools are available for denying access to web scrapers, this I should know given that I have built a few websites and know what to do to get pages serving quickly. Somehow I missed the memo on how to set your site up to not be scraped. Is there an nginx setting for that? This could be interesting for people that do scrape sites to know too, what basic reasonable measures can one take beyond lookin…
IP bans alone are probably not enough to stop a motivated scraper, or work longterm, so checking whether or not traffic is coming from a cloud provider and throwing up a captcha would be a significant hurdle, while allowing humans on cloud-hosted VPNs to pass through without much trouble.