up vote 0 down vote favorite
1
share [g+] share [fb]

I'm running a bunch of scripts that are scraping data from a website. For reasons I won't bore you with, I can't run them all off the same host--instead I need to set up six different hosts. I want to configure my hosting setup to disguise the fact that all six hosts have the same owner.

I have gotten six different shared hosting accounts that are located in different geographical locations. Is there anything else I need to do? Should a buy a different domain name for each host? If not, what domain should I give to each host?

link|improve this question

74% accept rate
1  
I have a feeling those reasons would not bore me in the least. – JoshJordan Sep 20 '09 at 17:12
Just a suggestion, but you might get more responses if you could provide an ethical justification for why you are doing this. – TrueWill Sep 20 '09 at 17:13
Have you checked whether the Website owner has a public API you can use instead? – RichardOD Sep 20 '09 at 17:28
Yeah, they don't have an API unfortunately, but thanks for the suggestion. – Jack7890 Sep 20 '09 at 17:29
feedback

1 Answer

up vote 1 down vote accepted

You could set up multiple instances of TOR, configure each with a seperate control port, and run your scrapes on one computer, each using a separate TOR. This will make each HTTP request jump through separate chains of proxies, and therefore when they get to the desired site, they will be coming from a unique IP.

link|improve this answer
Interesting, thanks. I'll check out TOR. Just to confirm--the domain name is irrelevant here, right? IP address is all that matters for detection purposes? – Jack7890 Sep 22 '09 at 14:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.