socialcrawl/
← All platforms

appstore

App Store listings and search, with ratings and review counts.

GET /v1/appstore/app 1 credit cached 1h
Parameters
id required e.g. 6448311069
curl "http://datatrend.nl/v1/appstore/app?id=6448311069" \
  -H "x-api-key: YOUR_KEY"
GET /v1/appstore/search 1 credit cached 30m
Parameters
query required e.g. open source
curl "http://datatrend.nl/v1/appstore/search?query=open+source" \
  -H "x-api-key: YOUR_KEY"
GET /v1/appstore/app-search 1 credit cached 30m
Parameters
query required e.g. open source
country optional e.g. value
depth optional e.g. value
curl "http://datatrend.nl/v1/appstore/app-search?query=open+source" \
  -H "x-api-key: YOUR_KEY"
GET /v1/appstore/app-info 1 credit cached 1h
Parameters
app_id required e.g. value
country optional e.g. value
curl "http://datatrend.nl/v1/appstore/app-info?app_id=value" \
  -H "x-api-key: YOUR_KEY"
GET /v1/appstore/app-reviews 1 credit cached 30m
Parameters
app_id required e.g. value
country optional e.g. value
sort_by optional e.g. value
curl "http://datatrend.nl/v1/appstore/app-reviews?app_id=value" \
  -H "x-api-key: YOUR_KEY"
GET /v1/appstore/app-list 1 credit cached 30m
Parameters
app_collection required e.g. value
country optional e.g. value
depth optional e.g. value
curl "http://datatrend.nl/v1/appstore/app-list?app_collection=value" \
  -H "x-api-key: YOUR_KEY"