App Store Charts — Daily Rank Movement avatar

App Store Charts — Daily Rank Movement

Pricing

from $1.00 / 1,000 results

Go to Apify Store
App Store Charts — Daily Rank Movement

App Store Charts — Daily Rank Movement

Track App Store Top Free and Top Paid charts by country, and see exactly which apps moved since your last run: rank change, direction, new entries and drop-outs. Apple's official free feed - no key, no login, no anti-bot.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

alaudin burki

alaudin burki

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Track App Store Top Free and Top Paid charts by country — and see exactly which apps moved since your last run: rank change, direction, new entries and drop-outs.

Apple's official free RSS feed. No API key, no login, no anti-bot.

Why this one

A chart snapshot is a commodity — anyone can fetch today's top 50. The value is the delta: "Duolingo jumped +14 places in US Top Free overnight", "3 new entries in Finance", "this app fell out of the top 100 entirely". Schedule it daily and every row carries its movement, so you get the signal ASO teams and app-focused investors actually act on.

What you get

FieldDescription
rank / previousRankPosition now, and last run
rankChangePlaces gained (+) or lost (−) since the last run
signalsurging (+10 or more) · rising · stable · falling · plunging · new_entry · dropped_out
directionup · down · flat · new · dropped_out
isNewEntryFirst time this app appears in the chart
appName / developer / genre / genresApp identity and category
country / chartLabelWhich store and which chart
appId / appUrl / artwork / releaseDateIdentifiers and links

How to use it

  1. Pick countries (us, gb, de, pk…) and charts (Top Free / Top Paid), and a depth up to 200.
  2. Schedule it daily — the first run sets the baseline, and every run after that reports movement.
  3. Tick Only apps that moved for a clean alert feed, and wire a webhook.

First run has no baseline, so everything comes back as new_entry. That's expected — run it again tomorrow to see real movement.

Input

{
"countries": ["us", "gb"],
"charts": ["top-free", "top-paid"],
"limit": 50,
"trackRankChanges": true,
"moversOnly": false
}

Sample output

[
{
"rank": 2,
"previousRank": 12,
"rankChange": 10,
"signal": "surging",
"direction": "up",
"isNewEntry": false,
"appName": "Alpha",
"developer": "A Inc",
"genre": "Games",
"country": "US",
"chartLabel": "Top Free apps",
"appId": "1",
"appUrl": "https://apps.apple.com/us/app/id1",
"releaseDate": "2020-01-01",
"status": "ok"
}
]

Typical uses

  • ASO / marketing — prove a launch or campaign moved the chart, and watch competitors climb.
  • App investing / alt-data — chart velocity is a cheap public proxy for download momentum.
  • Category scouting — spot new entries breaking into a genre early.
  • Competitive alerting — schedule with moversOnly + a webhook and get pinged only on real moves.

Pricing

$1.00 / 1,000 rows ($0.001 per result), plus a near-zero start fee. Never charged beyond your maxItems; failed charts are reported in QUALITY_REPORT, not billed as data.

FAQ & limitations

  • Where does the data come from? Apple's official RSS Marketing Tools feed — public and free.
  • Why is everything new_entry on run 1? There's no previous snapshot yet. The baseline is stored in the key-value store (RANK_SNAPSHOTS) and used on the next run.
  • Does it give download numbers? No. Public chart rank only — no vendor publishes true downloads for free. Rank movement is the honest proxy, and it's labelled as such.
  • Google Play? Not yet — Apple's feed is the one with a clean, official, unauthenticated source.
  • How deep can it go? Up to 200 ranks per chart per country.
  • Grossing charts? Apple's v2 apps feed exposes Top Free and Top Paid; grossing isn't offered there.
  • iTunes / App Store Search — look up app metadata, ratings and reviews for any app you spot here.
  • SEC EDGAR Filings — corporate events for the public companies behind the apps.
  • Google Trends Scraper — pair chart movement with search interest.