How do I track price changes on iPhone or iPad apps, or retrieve data from apps like App Annie?
Is there an API where we can index price changes for iPhone or iPad?
For example, how does this company , this company , and the Annie App collect iOS pricing data?
Is cleaning iTunes the only option?
+3
Crashalot
source
to share
3 answers
Use the Apple Enterprise Partner Feed as someone answered our other question: Fastest service to crawl web pages or call APIs (iTunes specifically)
+1
Crashalot
source
to share
Have you tried this Apple Affiliates Api and this Search Api .. What you can do is poll the server right in the application using AFNetworking and there is a simple JSON request that parses the feed you pass it into an accessible dictionary. Or you can pre-poll it using PHP (or whatever language you are using) to trim the extra results and only display what you need.
0
ninjr
source
to share
You can use the AppCorner.it API
0
user1746557
source
to share