Skip to main content
Scrape Google Play app details and search

Authorizations

x-scrapeunblocker-key
string
header
required

Your ScrapeUnblocker API key. Apply on every request.

Query Parameters

mode
string
default:app

What to scrape: app, search, reviews. 'reviews' is not available yet.

app_id
string | null

Play package id for mode=app, e.g. 'com.whatsapp'.

q
string | null

Search term for mode=search, e.g. 'vpn'.

max_results
integer
default:30

How many apps to return for mode=search (one page).

Required range: 1 <= x <= 100
hl
string
default:en

Language code (ISO), e.g. 'en'.

gl
string
default:us

Store country (ISO-2), e.g. 'us'.

proxy_country
string | null

Exit-IP country (ISO-2). Blank lets us pick the exit.

Response

JSON app object (mode=app) or apps array (mode=search).