Google Play, as an API.

GpAPI returns app details, reviews and developer profiles straight from the Play Store — fetched at request time, no scraping infrastructure to run. One key, three endpoints, JSON back in milliseconds.

GET /v1/apps/com.spotify.music 200 · 214 ms
{
  "appId":     "com.spotify.music",
  "title":     "Spotify: Music and Podcasts",
  "developer": "Spotify AB",
  "score":     4.4,
  "ratings":   32914581,
  "installs":  "1,000,000,000+",
  "free":      true,
  "updated":   "2026-08-01",
  
}

$0.004

Per successful request

3

Endpoints, one key

$0

For failed requests

0

Subscriptions or minimums

Three endpoints

App details

GET /v1/apps/{packageName}

Everything on the store listing: title, description, ratings, install counts, price, category, screenshots, current version and release notes — parsed into stable JSON at the moment you ask.

App reviews

GET /v1/apps/{packageName}/reviews

User reviews with rating, text, date, helpfulness and developer replies. Paginated and sortable by newest, rating or relevance — built for pipelines that watch sentiment at scale.

Developer details

GET /v1/developers/{devId}

A developer's public profile and full app portfolio in one call: publisher name, website, contact address and every listing they ship — the fastest way to map a competitor's catalog.

Pricing

Pay for what you use. Nothing else.

$0.004 per successful request, metered as you go — failed requests cost nothing. Running volume? We set custom rates and RPS per customer. Free credits for testing, on demand.

Your first requests are on us

Get a key, ask for test credits, and make your first call in minutes. No card, no subscription — you pay only when it works.