Yahoo Web Scrapes: What are the limits?
        Posted  
        
            by bvandrunen
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by bvandrunen
        
        
        
        Published on 2010-04-20T23:27:03Z
        Indexed on 
            2010/04/20
            23:33 UTC
        
        
        Read the original article
        Hit count: 374
        
We are using a web scraper and have it set up to have a sleep function which has a random function set up (so that it isn't the same time between each scrape) but we are still getting blocked from Yahoo after 20-30 requests.
Does any one know if there is a limit (i.e: 20 requests per minutes, 200 an hour) Right now our average between each request is around 3-6 seconds. Thanks for any help
© Stack Overflow or respective owner