Apple App Store Scraper avatar

Apple App Store Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Apple App Store Scraper

Apple App Store Scraper

Scrape the Apple App Store: search apps by keyword, look up full app details by ID or bundle ID, and pull recent customer reviews. Ratings, pricing, genre, version, description, and review text. For app store optimization (ASO), competitor research, and review mining.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Saturnin Pugnet

Saturnin Pugnet

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

Scrape the Apple App Store via the open iTunes API. Three modes:

  • Search — find apps by keyword (name, ratings, price, genre, seller…)
  • Details — full metadata for apps by App Store ID or bundle ID
  • Reviews — recent customer reviews (rating, title, text, author, version)

No auth, no key, near-zero maintenance.

Use Cases

  • App Store Optimization (ASO): track rankings, ratings, and metadata for keywords
  • Competitor research: monitor competitor apps' ratings, versions, and release notes
  • Review mining: pull customer reviews for sentiment analysis and product feedback
  • Market research: analyze categories, pricing, and ratings across apps

Input

{ "mode": "search", "term": "meditation", "limit": 50 }
{ "mode": "reviews", "appIds": ["1459969523"], "maxReviewPages": 5 }
{ "mode": "details", "bundleIds": ["com.spotify.client"] }
FieldDescription
modesearch, details, or reviews
termsearch mode: keyword
appIdsdetails/reviews mode: numeric App Store IDs
bundleIdsdetails mode: bundle IDs (e.g. com.spotify.client)
countryTwo-letter store country (default us)
limitsearch: max apps (≤200)
maxReviewPagesreviews: pages per app (~50 each, ≤10)
maxResultsCap (0 = unlimited)

Output

Apps: appId, bundleId, name, seller, price, averageRating, ratingCount, primaryGenre, genres, version, currentVersionReleaseDate, contentRating, minimumOsVersion, fileSizeBytes, description, releaseNotes, sellerUrl, appUrl, artworkUrl.

Reviews: appId, reviewId, title, review, rating, author, appVersion, voteCount, country.