What can one do if the IP of a VPS server is blocked from scraping from a website. The website blocked the VPS server from scraping. How can one have anonymous IP for the server to bypass this block. Anything that can be used to just bypass the block so that scraping can be done from same server is all that is needed. Thanks for helping. P.S. Trying to help a friend.
1) Look for a free proxy server. 2) Set up your scrapper application to access that particular website through a proxy server. 3) The scrapper will now access the site from a different IP address that isn't blocked. 4) I guess this will solve the problem.
How do i use a proxy server with the server? I have a proxy server account, can i use that proxy service to do this? By the way this proxy server has like 5000 IP addresses and can change to different IP addresses. Any link or detailed way to do this will be appreciated.
No, I mean which scraping software are you using? I've never used scrapers, but I guess they should definitely have proxy support, for obvious reasons.
looks like you dnt know these thing ursef well u dnt have to use a software to scrap...u can scrap with a script
Lol Script is a program, isn't it? And a program is a software, alright? Anyway, if you're using the "right" script for gathering (ok, "scraping") the data, it should have the support for proxies. Otherwise, you could just modify the script (or ask someone) to make it work with proxy servers. I guess this is the only viable solution to your problem. If you ever find a better one, please let me know.