socialcrawl/
← All platforms

googleplay

Google Play listings with ratings and install signals.

GET /v1/googleplay/app 1 credit background job cached 1h
Parameters
id required e.g. 6448311069
lang optional e.g. en
curl "http://datatrend.nl/v1/googleplay/app?id=6448311069" \
  -H "x-api-key: YOUR_KEY"
GET /v1/googleplay/app-search 1 credit cached 30m
Parameters
query required e.g. open source
country optional e.g. value
language optional e.g. value
curl "http://datatrend.nl/v1/googleplay/app-search?query=open+source" \
  -H "x-api-key: YOUR_KEY"
GET /v1/googleplay/app-info 1 credit cached 1h
Parameters
app_id required e.g. value
language optional e.g. value
curl "http://datatrend.nl/v1/googleplay/app-info?app_id=value" \
  -H "x-api-key: YOUR_KEY"