Google Play Store API
# Google Play Store API The most comprehensive Google Play Store data API on RapidAPI — **20 endpoints** covering search, app details, reviews, top charts, similar apps, developer profiles, data safety, permissions, and more. ## Why this API - **Exclusive Data Safety endpoint** — Google's 2022 transparency labels (data shared/collected, encryption, security practices). No competing API exposes…
Google Play Store API endpoints
| Method | Endpoint | Description |
|---|---|---|
| apps | ||
| GET |
/apps/{packageName}/reviews-summary /apps/{packageName}/reviews-summary |
Compact ratings histogram and totals. |
| GET |
/apps/{packageName}/data-safety /apps/{packageName}/data-safety |
Returns the Data Safety section (Google's 2022 transparency feature). White-space — no competing API exposes this. |
| GET |
/apps/{packageName}/by-locale /apps/{packageName}/by-locale |
Fetch the same app's metadata in up to 10 locales. Useful for ASO multi-market analysis. White-space. |
| GET |
/apps/{packageName}/version-history /apps/{packageName}/version-history |
Current version + most recent release notes. Google Play does not expose older version data publicly — only what's available is returned. |
| GET |
/apps/{packageName} /apps/{packageName} |
Full metadata for a single app. |
| GET |
/apps/{packageName}/similar /apps/{packageName}/similar |
Apps recommended by Google Play as similar. |
| GET |
/apps/{packageName}/permissions /apps/{packageName}/permissions |
Returns the permissions an app requests. White-space — no competing API exposes this. |
| GET |
/apps/search /apps/search |
Full-text search across all Play Store apps. |
| GET |
/apps/compare /apps/compare |
Fetch up to 10 apps in a single call. Useful for ASO competitive analysis. White-space convenience endpoint. |
| GET |
/apps/{packageName}/reviews /apps/{packageName}/reviews |
Returns user reviews. Pagination via `pagination_token`. |
| charts | ||
| GET |
/charts/top-paid-games /charts/top-paid-games |
|
| GET |
/charts/top-grossing-games /charts/top-grossing-games |
|
| GET |
/charts/top-free-games /charts/top-free-games |
|
| GET |
/charts/top-grossing-apps /charts/top-grossing-apps |
|
| GET |
/charts/top-paid-apps /charts/top-paid-apps |
|
| GET |
/charts/top-free-apps /charts/top-free-apps |
|
| developers | ||
| GET |
/developers/{developerId} /developers/{developerId} |
All apps published by a developer. |
| categories | ||
| GET |
/categories/{categoryId} /categories/{categoryId} |
Returns top-free, top-paid, and top-grossing in one category. |
| GET |
/categories /categories |
Static list of all Google Play categories. |
| search | ||
| GET |
/search/suggest /search/suggest |
Autocomplete suggestions for a partial query. |
Google Play Store API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | — |
|
| ULTRA Recommended | $50 / month | — |
|
| MEGA | $125 / month | — |
|