App Store & Google Play Scraper - $1/1K Apps avatar

App Store & Google Play Scraper - $1/1K Apps

Pricing

from $0.01 / actor start

Go to Apify Store
App Store & Google Play Scraper - $1/1K Apps

App Store & Google Play Scraper - $1/1K Apps

Search the App Store by keyword or load specific apps from Apple and Google Play in one dataset: ratings, rating counts, price, category, version, update date, size, languages and user reviews. One record shape for both stores, so the same app can be compared row by row.

Pricing

from $0.01 / actor start

Rating

0.0

(0)

Developer

Thomas Ehrler

Thomas Ehrler

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

App Store & Google Play Intelligence — both stores, one dataset

Search the App Store by keyword or pull specific apps from Apple and Google Play into a single table: ratings, rating counts, price, category, version, update date, size, languages and user reviews.

The point is the shared record shape. Most scrapers cover one store, so comparing an app across both means merging two incompatible exports by hand. Here both stores come back with the same field names.

Why the comparison matters

Real numbers from a test run:

AppApp StoreGoogle Play
Spotify4.71★ from 5,621,877 ratings4.19★ from 36,028,975 ratings

Same product, half a star apart, and a sixfold difference in review volume. Anyone doing app-market research, competitor tracking or store optimisation needs both sides — and needs them aligned.

What you get per app

FieldExample
store, title, developerapple · Instagram · Instagram, Inc.
rating, ratingCount, ratingCurrentVersion4.71 · 5,621,877
price, currency, isFree0 · EUR · true
category, categories, contentRatingPhoto & Video · 12+
version, lastUpdated, releaseDate, releaseNotes440.0.0 · 2026-07-27
sizeBytes, languages, supportedDevices, screenshotCountapp footprint and reach
description, iconUrl, storeUrl, sellerUrlfull listing content
searchKeyword, searchPositionin search mode: where the app ranks
reviews[]rating, title, text, app version, author, vote count

Use cases

  • Store optimisation (ASO) — which apps rank for your keywords, in which position, and what their listings look like
  • Competitor tracking — schedule a weekly run and watch ratings, prices, versions and update cadence move
  • Market research — the size and quality of a category before you build in it
  • Review mining — hundreds of recent reviews as structured text, ready for sentiment or topic analysis
  • Cross-store audits — where your app is rated worse and why
  • AI agents — one clean schema for both stores, callable via MCP

Input examples

Keyword research in the German App Store:

{ "mode": "search", "keywords": ["budget planner", "Rechnung scannen"], "country": "de", "max_items": 50 }

Compare one product across both stores:

{
"mode": "apps",
"apple_ids": ["com.spotify.client"],
"play_ids": ["com.spotify.music"],
"country": "de"
}

Mine reviews of a competitor:

{ "mode": "apps", "apple_ids": ["284882215"], "include_reviews": true, "max_reviews_per_app": 500 }

What does a run cost?

RecordsCost
100 apps$0.11
1,000 apps$1.01
1 app with 500 reviews$0.01

$0.01 per run start plus $0.001 per app record. Reviews come nested inside the app record, so a review-heavy run stays cheap.

Limitations — stated honestly

  • Keyword search covers the App Store. Google Play has no stable public search endpoint; Play apps are loaded by package name. Say com.whatsapp, not "WhatsApp".
  • Reviews are Apple only. Apple publishes a public review feed of up to 500 recent reviews per app and country. Google Play publishes no equivalent feed, and this actor does not pretend otherwise.
  • Rankings are per country. A keyword position in de says nothing about us — run each store front you care about.
  • Apps that do not exist return found: false instead of an empty row.

Data sources

Apple data comes from the official iTunes Search API and the public customer-review feed. Google Play data comes from the structured schema.org block that each store page publishes for search engines. No login, no paywall and no access control is involved, and no personal data beyond the public display names attached to reviews.

Not affiliated with or endorsed by Apple or Google.

ActorWhat it does
Website to Company DataTurn app developer websites into verified company records
EUDAMED Medical DevicesEU medical device registry
EU Public Tenders (TED)Public procurement across all 27 EU states

Support

Need another store front, field or export shape? Open an issue in the Issues tab — response within 1–2 business days.