I am looking at the search API provided by Itunes, however I noticed it set limit to 200 which means if there are more than 200 results to be returned it will only return 200.
What I want to realize is I want to search certain keywords and retrieve all the apps related to this keyword, is it possible? Thanks a lot!
The following are examples of fully-qualified URLs for specific search requests:
Please refer to below Apple docs:
https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/#searchexamples
To Search on iOS apps for all countries:
https://itunes.apple.com/search?term=yelp&entity=software&limit=200