Google Play Store Tracker avatar

Google Play Store Tracker

Pricing

from $1.00 / 1,000 item trackeds

Go to Apify Store
Google Play Store Tracker

Google Play Store Tracker

Fetch Android app data from Google Play Store: ratings, reviews count, installs, price, developer, category, last update, permissions, and screenshots. Search by keyword or fetch specific app IDs. Uses unofficial Google Play API. No API key required.

Pricing

from $1.00 / 1,000 item trackeds

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

What does Google Play Store Tracker do?

Google Play Store Tracker is an Apify Actor that extracts Android app metadata from the Google Play Store — ratings, review counts, install ranges, pricing, developer info, category, last update date, and direct store links. It supports keyword search and direct package ID lookup, making it a flexible Play Store data API for competitive research, ASO (App Store Optimization), and market intelligence. No API key required.

Whether you need to track a handful of competitor apps or scrape an entire category, this Google Play Store tracker delivers structured JSON output ready for analysis, dashboards, or automated monitoring.


Why use Google Play Store Tracker?

  • Competitive research — track competitor Android apps' star ratings, review counts, and install milestones over time to benchmark your own product and spot gaps in the market.
  • App Store Optimization (ASO) — compare your app's positioning against top-ranking apps in your category using real Android app rankings data from multiple countries.
  • Investment due diligence — verify the real-world traction of apps cited in pitch decks or funding rounds by checking live install ranges, ratings, and update cadence.
  • Price monitoring — identify when apps switch from paid to free (or add in-app purchases) to track competitive pricing strategy shifts across categories.
  • Market and category intelligence — scrape entire categories or keyword searches to discover emerging apps, declining incumbents, and white-space opportunities using the Play Store data API.

How to use Google Play Store Tracker

  1. Open the Actor on Apify and click Try for free.
  2. Choose your input method: provide packageIds for direct lookup, a keyword for search, or both.
  3. Set country to the Play Store country code (e.g. us, kr, gb).
  4. Set maxResults (1–100) for keyword search runs.
  5. Click Start — each app produces one record in the dataset.
  6. Export as JSON or CSV, or poll results via the Google Play Store tracker API endpoint.
  7. Schedule runs daily or weekly in Apify to build a time-series tracking dataset.

Input

FieldTypeDefaultDescription
packageIdsarrayAndroid package names to look up (e.g. ["com.whatsapp", "com.spotify.music"])
keywordstringSearch term to find apps on the Play Store
maxResultsinteger20Max apps to return from keyword search (1–100)
countrystringusTwo-letter Play Store country code

Provide either packageIds, keyword, or both. At least one is required.


Output

Sample Android app rankings data records:

[
{
"package_id": "com.spotify.music",
"name": "Spotify: Music and Podcasts",
"developer": "Spotify AB",
"category": "Music & Audio",
"rating": 4.3,
"rating_count": 28745123,
"installs": "1,000,000,000+",
"price": "Free",
"is_free": true,
"last_updated": "2026-08-20",
"content_rating": "Teen",
"description": "With Spotify, you can play millions of songs and podcasts for free. Browse your library...",
"icon_url": "https://play-lh.googleusercontent.com/...",
"play_store_url": "https://play.google.com/store/apps/details?id=com.spotify.music"
},
{
"package_id": "com.whatsapp",
"name": "WhatsApp Messenger",
"developer": "WhatsApp LLC",
"category": "Communication",
"rating": 4.1,
"rating_count": 199843200,
"installs": "5,000,000,000+",
"price": "Free",
"is_free": true,
"last_updated": "2026-08-28",
"content_rating": "Everyone",
"description": "WhatsApp Messenger is a FREE messaging app available for Android and other smartphones...",
"icon_url": "https://play-lh.googleusercontent.com/...",
"play_store_url": "https://play.google.com/store/apps/details?id=com.whatsapp"
}
]

Data fields

FieldTypeDescription
package_idstringAndroid package name (e.g. com.whatsapp)
namestringApp display name
developerstringDeveloper or publisher name
categorystringPrimary Play Store category (e.g. Finance, Social)
ratingnumberAverage star rating (0–5.0)
rating_countintegerTotal number of ratings and reviews
installsstringInstall count range (e.g. 1,000,000+)
pricestringFree or price with currency (e.g. 2.99 USD)
is_freebooleantrue if the app is free
last_updatedstringDate the app was last updated (YYYY-MM-DD)
content_ratingstringESRB/PEGI content rating (e.g. Everyone, Teen)
descriptionstringFirst 500 characters of the Play Store description
icon_urlstringURL of the app icon
play_store_urlstringDirect link to the Play Store listing

Cost estimation

Pricing is Pay-Per-Event at $0.005 per app successfully fetched. Failed lookups are not charged.

Run scenarioAppsEstimated cost
Lookup 10 specific package IDs10$0.05
Keyword search, 50 results50$0.25
Category sweep, 100 apps100$0.50
Daily competitor monitor, 20 apps20/day$0.10/day
Monthly market analysis, 1,000 apps1,000$5.00

FAQ

Does the Google Play Store Tracker require a Google API key? No. The Actor parses Google Play Store public HTML pages — the same content a mobile browser renders. No Google Cloud credentials, no developer account, no API quota is needed for this Play Store data API.

Can I track Android app rankings changes over time? Yes. Schedule the Actor on a daily or weekly cron via Apify's built-in scheduler. Each run appends new records to the dataset, giving you a rolling time series of ratings, install counts, and last_updated dates. Combine with your own alerting to detect significant rating drops or install milestones.

Which countries are supported? Any country code recognized by the Google Play Store can be passed as the country parameter (e.g. us, kr, jp, de, gb, br). Note that some apps have regional availability restrictions — the Actor returns only apps accessible in the specified country.

Disclaimer: This Actor parses publicly accessible Google Play Store pages for research, competitive analysis, and market intelligence purposes. Users are responsible for complying with Google's Terms of Service. Do not use to circumvent access controls, scrape at abusive rates, or redistribute data in ways that violate Google's policies.


Keywords: Google Play Store tracker, Android app rankings, Play Store data API, Google Play scraper, ASO tool, app competitive research, Android market intelligence, app ratings tracker


Feedback

If this actor powers your app market research, a review helps others find it: Leave a review on Apify Store