I have a sprider collect data from some web site.but it offen be denied.

I think it basis of my IP address.

how can I fake my IP address. or have a another way to avoid be denied.

thx.

link|improve this question

62% accept rate
3  
You avoid being denied by respecting the terms and conditions of the websites you scrape. – Mat Jun 18 '11 at 7:36
are you paying attention to directives in the ROBOTS file? Also to terms and conditons of use? some sites prohibit any kind of automated access to the site without prior permission. – Chuck van der Linden Jun 18 '11 at 7:44
feedback

closed as not constructive by PengOne, zengr, Mat, Gareth, Graviton Jun 18 '11 at 8:18

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

2 Answers

Well what you can do is try to access the end point through a proxy server. If the end point is tougher and can detect if you're coming through a proxy, you can try proxy chaining, or better still try something like tor. Look at this question - Connect to Tor network with ruby for further help.

link|improve this answer
feedback

The only way would be to use a proxy, or to ask your ISP/hosting provider to give you a new one (and I suspect they probably won't, or if they do, they won't do it too often.)

If a site is blocking your IP address because you're running a spider on it, you should maybe think about how often you go to that website and how much traffic you cause the site. There's a reason they're blocking your IP (if they are.) Maybe change how often you go to the side with the spider, and also determine whether or not you should be (though I don't have any details on the site, so I can't comment on that)

link|improve this answer
feedback

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