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

What you can look upbeta
  • App details
  • Search apps
  • Reviews
  • Developer apps
Use cases

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.

For developers

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 details
GET/gpl/googleplay-lookup-app

App page by package name or Play URL: developer, description, screenshots, price, rating, installs, version, dates.

appIdurllangcountry
Search apps
GET/gpl/googleplay-search-apps

Keyword search per store country and language (up to 30 apps).

keywordlangcountry
Reviews
GET/gpl/googleplay-lookup-reviews

40 reviews per page (newest, most relevant or by rating) with developer replies; token paging.

appIdurllangcountrysortBynextPageToken
Developer apps
GET/gpl/googleplay-developer-apps

Apps of a developer by developer id or name.

developerIdlangcountry

Example 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

200 OK · application/json
{
  "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"
}
API reference
Pricing

Included in every plan

The Google Play API is part of the shared quota – no separate subscription needed.

Free

€0/ month
Requests / month
100
Rate limit
10 / min
Platforms
all
Support
e-mail

Starter

€30/ month
Requests / month
5,000
Rate limit
50 / min
Platforms
all
Support
e-mail

Production

Recommended
€80/ month
Requests / month
50,000
Rate limit
100 / min
Platforms
all
Support
e-mail

Business

€300/ month
Requests / month
300,000
Rate limit
250 / min
Platforms
all
Support
e-mail
All plans

Frequently asked questions

Something missing? Write to support@everydata.io.

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.