I have a php based application that get's data from Yahoo API?

It hits up Yahoo quite a few times. I am going to do what I can to limit how many times it has to go through but it's still a bit. It's lately noticed that the Yahoo Api stops sending back data after running this application 5-6 times. Is there a way to prevent Yahoo from doing that..perhaps making it so it looks like your coming from a different location each time..all I want is for this application to run smoothly without Yahoo blocking it for 24 hours every once in awhile?
 
Back
Top