Posts

Post not yet marked as solved
1 Replies
2k Views
Hi!I was develop some Node.js script in order to retrieve info about certains appsIds (for example: 932381063) from this endpoint: https://itunes.apple.com/{country}/app/{advertiser}, i know that the search api limit is about 20 calls per minute, https://developer.apple.com/library/archive/documentation/AudioVideo/Conceptual/iTuneSearchAPI/Searching.html#//apple_ref/doc/uid/TP40017632-CH5-SW1Unfortunately due to an implementation error i made more requests than Apple allows so i began to obtain 403 Forbidden message. That's ok, but the main problem is that i can't even search in my browser any app in the store since yesterday.I know that other APIs bans the requests or IPs for certain period of time, and its logical, but me and all of my company can't access now to app store for searching normally (with Safari) any app in the store. We faced this issue since yesterday and i can't find in the docs if there is any kind of penalty.Is my company IP banned or something?If its banned, how much time? Is there any way to reduce the banned period?Its critical to us to perform searchs in App Store.Thanks!
Posted Last updated
.