Reputation: 7025
In my android application, I want to show list of applications made by a specific company and exist in play store.But I am not finding any api to perform search with some keyword.
Any web APIs are available for searching on Google Play store?
what all ways are possible to solve this problem.
Upvotes: 0
Views: 371
Reputation: 11
Another option is also 42matters.com Google Play Store Android API where you can fetch all the data you are searching for.
Access to the data is not free, but you can try the API with a 14 days free trial
Upvotes: 1
Reputation: 812
There's an unofficial API for Google Play Apps, try checking this out:
https://code.google.com/p/android-market-api/
Upvotes: 1