Chorelet
Apify Actor

App Store & Google Play Rankings

Top charts and keyword rankings from both stores — per country, per category, with your own apps tracked.

Pay per result on Apify. Runs that return nothing cost nothing; Apify's free plan includes $5 of usage a month, and Apify Bronze, Silver and Gold subscribers get 10%, 20% and 30% off.

Pick charts (top free, paid, grossing), keywords, countries and categories and get one table with position, app, developer, price, rating and store link — as JSON, CSV or Excel, or through the Apify API into your own ASO dashboard.

Put your App Store ids or Google Play package names into “Track only these apps” and every run keeps just your positions, plus a list of the keywords and charts where you did not rank at all.

What you get

  • • Both stores, one schema
  • • Top free, paid and grossing — overall or per genre
  • • Keyword rankings in store search order
  • • Track your own apps across keywords and countries
  • • Monitored daily

Typical uses

  • • Daily ASO rank tracking
  • • Competitor and market monitoring by country
  • • Finding which apps own a keyword
  • • Category research before building an app

Output

platform, source, chart, keyword, country, categoryWhich ranking the row belongs to
rankPosition, 1 = top
appId, appName, developer, url, iconThe app
price, currency, free, score, ratingsCountHow the store presents it

Run it from code

Same Actor, same output, from your own scripts (any language) or from n8n, Make and Zapier.

curl -X POST "https://api.apify.com/v2/acts/chorelet~app-rankings-scraper/run-sync-get-dataset-items?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"platforms":["apple","google"],"charts":["free"],"keywords":["meditation"],"countries":["us"],"maxResults":50}'