AppsBeta
Google Play Store API
Live Google Play data, fetched the moment you ask and handed back in a clean, structured form. Use it in your own app, a spreadsheet or as a tool for an AI assistant.
What you can get: Android app details, search, reviews, developer apps.
100 free requests every month · no credit card
- App details
- Search apps
- Reviews
- Developer apps
What teams build with Google Play data
Android app data from the Google Play Store per country and language: app details (developer, price, rating histogram, installs, version, update date, content rating, ads and in-app purchases), keyword search, paged reviews with developer replies and all apps of a developer. Field names match the App Store API. Reviews without user names or avatars.
- App store optimization (ASO)
- Competitor & release tracking
- Review mining & sentiment
- Market research on app categories
Works with AI assistants
Models only know what they saw in training. Add the Google Play endpoints as a tool in ChatGPT, Claude, Gemini or your agent framework, and your assistant can look up current data while it answers.
Google Play endpoints
All Google Play endpoints are served under the /gpl prefix and share the same API key and quota as every other platform.
App page by package name or Play URL: developer, description, screenshots, price, rating, installs, version, dates.
appIdurllangcountryKeyword search per store country and language (up to 30 apps).
keywordlangcountry40 reviews per page (newest, most relevant or by rating) with developer replies; token paging.
appIdurllangcountrysortBynextPageTokenApps of a developer by developer id or name.
developerIdlangcountryExample request
curl "https://api.everydata.io/gpl/googleplay-lookup-app?appId=com.mojang.minecraftpe&lang=de&country=DE" \
-H "x-api-key: YOUR_API_KEY"Example response
{
"responseStatus": "PRODUCT_FOUND_RESPONSE",
"responseMessage": "Product successfully found!",
"appId": "com.mojang.minecraftpe",
"title": "Minecraft",
"developer": "Mojang",
"price": 6.99,
"currency": "EUR",
"free": false,
"rating": 4.38,
"ratingCount": 5840584,
"installs": "50.000.000+",
"version": "1.26.51.1",
"updatedAt": "2026-09-15T18:13:38Z"
}Included in every plan
The Google Play API is part of the shared quota – no separate subscription needed.
Production
Recommended- Requests / month
- 50,000
- Rate limit
- 100 / min
- Platforms
- all
- Support
Frequently asked questions
Try the Google Play API with your own data.
Sign up with your e-mail, copy your API key and make your first request in about a minute. The free plan never expires.