How to scrape user's data without being banned by the server?

Posted by embedded on Stack Overflow See other posts from Stack Overflow or by embedded
Published on 2010-05-05T12:23:27Z Indexed on 2010/05/05 12:28 UTC
Read the original article Hit count: 215

Filed under:
|
|
|

I'm developing a site which monitors user's date. It uses the cURL over PHP. It first gets authorized using cookie and then parses the required data.

My problem is that it needs to fire multiple requests to the server (for all registered users) and this may Get me banned by the remote server.

I would like to know if there is something I could do to prevent being banned. (This activity is legal - the users have provided their login information)

Thanks

© Stack Overflow or respective owner

Related posts about php

Related posts about curl