How to scrape anything on the web and not get caught
tinyendian.com
How to scrape anything on the web and not get caught
1–10 of 57 posts
Re: How to scrape anything on the web and not get caught
#2Re: How to scrape anything on the web and not get caught
#3Yeah, same experience. Right now I use luminati.io datacenter IPs that work ok, anyone know of a cheaper option that works well? Scraping tens of millions of pages a month.
Re: How to scrape anything on the web and not get caught
#4I don't know if scrapy handles this, but I've run into issues with sites fingerprinting my browser. Proxies help, but there are other ways to identify site visitors aside from IP addresses.
Re: How to scrape anything on the web and not get caught
#5I don't know if scrapy handles this, but I've run into issues with sites fingerprinting my browser. Proxies help, but there are other ways to identify site visitors aside from IP addresses.
Re: How to scrape anything on the web and not get caught
#6>after introducing proxies my crawl times grew by an order of magnitude from minutes to hours Yeah, same experience. Right now I use luminati.io datacenter IPs that work ok, anyone know of a cheaper option that works well? Scraping tens of millions of pages a month.
Re: How to scrape anything on the web and not get caught
#7This is my favorite consensual alternative: https://github.com/mattes/rotating-proxy
Re: How to scrape anything on the web and not get caught
#8>after introducing proxies my crawl times grew by an order of magnitude from minutes to hours Yeah, same experience. Right now I use luminati.io datacenter IPs that work ok, anyone know of a cheaper option that works well? Scraping tens of millions of pages a month.
You could use https://oxylabs.io/ or buy some regular VPN accounts and build a http proxy wrapper around that. Extremely cheap and works well. There’s a lot of existing projects on Github for that too.
Problem with VPN is it's shared and hard to get a lot of IPs, any specific ones I could get say 100 dedicated US IPs for a reasonable price?
Re: How to scrape anything on the web and not get caught
#9This could be interesting for people that do scrape sites to know too, what basic reasonable measures can one take beyond looking at logs and doing IP bans?
Re: How to scrape anything on the web and not get caught
#10Careful. Using open proxies could be considered unauthorized access in some jurisdictions. Some of these proxies were installed without the user's permission. This is my favorite consensual alternative: https://github.com/mattes/rotating-proxy