Fetches one Google Play store page per package name (or store URL) and delivers title, developer, category, description, rating and review count, price and currency, content rating, install band when shown, icon and the localized store URL. Read from the page's schema.org block, which survives Play's internal reshuffles. Packages that return nothing come back under `failed` — never billed. TLS tier, no browser.
$0.003 per delivered app, up to 50 apps per run. Nothing delivered means nothing charged.
Inputs
packages (array, required) — Android package names (com.spotify.music) or Play store URLs.
country (string) — ISO 3166-1 alpha-2 code — picks the local site AND the proxy exit (default us).
lang (string) — Interface language (hl), e.g. en, it, de.
max_results (integer) — How many apps to deliver at most (1–50). You pay only for delivered apps.
installs (string, nullable) — Install band when the page shows one.
icon (string, nullable) — Icon URL.
url (string) — Localized store URL.
FAQ
What does the Google Play apps API return?
Fetches one Google Play store page per package name (or store URL) and delivers title, developer, category, description, rating and review count, price and currency, content rating, install band when shown, icon and the localized store URL. Read from the page's schema.org block, which survives Play's internal reshuffles. Packages that return nothing come back under `failed` — never billed. TLS tier, no browser. Each row carries 15 fields, listed in full on this page.
What do I send it?
A semantic input, not a URL list: packages are required. One run returns up to 50 apps.
How much does the Google Play apps API cost?
$0.003 per delivered app. A run that delivers nothing is not billed, and the
monthly free credit covers about 333 apps here.
Do I need my own proxies for it?
No. The collector runs on our residential network and handles rotation, retries and pagination internally.