Play Store
API for retrieving up to date information from the Google Play Store. Retrieve App Information, the latest app charts, user reviews and more!
Play Store endpoints
| Method | Endpoint | Description |
|---|---|---|
| Play Store | ||
| GET |
Application Information /app/{id} |
Get Details about an application from the Play Store |
| GET |
Categories /categories |
Get category codes for the Play Store. |
| GET |
Search /search |
Returns a list of applications found by a search query. Pass your search term as the query parameter q. |
| GET |
Search Suggestions /search/suggestions |
Get a list of related search terms for the provided query. |
| GET |
Apps by Developer /developer/{id} |
Returns a list of applications published by the provided developer. |
| GET |
Reviews /reviews/{id} |
Get reviews for a provided app |
| GET |
Similar Apps /similar/{id} |
Returns a list of apps similar to the provided app. |
| Top Charts | ||
| GET |
Top Free Games /games/top/free |
Returns a list of the top free games |
| GET |
Top Paid Games /games/top/paid |
Returns a list of the top paid games |
| GET |
Top Grossing Games /games/top/grossing |
Returns a list of the top grossing games |
| GET |
Top Free Apps /apps/top/free |
Returns a list of the top free apps |
| GET |
Top Paid Apps /apps/top/paid |
Returns a list of the top paid apps |
| GET |
Top Grossing Apps /apps/top/grossing |
Returns a list of the top grossing apps |
Play Store pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $2.5 / month | — |
|
| ULTRA | $5 / month | — |
|
| MEGA | $12 / month | 1 / second |
|