App Store Scraper - Apps, Reviews & Rankings avatar

App Store Scraper - Apps, Reviews & Rankings

Under maintenance

Pricing

from $1.28 / 1,000 results

Go to Apify Store
App Store Scraper - Apps, Reviews & Rankings

App Store Scraper - Apps, Reviews & Rankings

Under maintenance

Scrape Apple App Store apps, reviews & rankings. Extract app names, descriptions, ratings, review counts, prices, screenshots, developer info. Search by keyword or category. Pay per result. Export JSON/CSV.

Pricing

from $1.28 / 1,000 results

Rating

0.0

(0)

Developer

Harald

Harald

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

0

Monthly active users

5 days ago

Last modified

Share

App Store Scraper - Apple Apps, Reviews & Rankings

Scrape the Apple App Store at scale without an API key. Extract app details, user reviews, ratings, prices, screenshots, and developer info. Search by keyword, pull a single app, or collect thousands of reviews. Perfect for ASO (App Store Optimization), competitor research, review monitoring, and market analysis.

What this App Store Scraper does

  • 🔍 Search the App Store by keyword and collect matching apps
  • 📱 Extract full app details from any App Store URL or app ID
  • 💬 Scrape user reviews with ratings, titles, authors, and dates
  • ⭐ Get ratings, review counts, price, genres, version, and release info
  • 🖼️ Collect app icon and screenshot URLs
  • 💾 Export to JSON, CSV, or Excel
  • 🚫 No Apple account or API key required

Use cases

  • ASO / App Store Optimization keyword and ranking research
  • Monitor user reviews and ratings for your app or competitors
  • Build an app market database across categories
  • Track pricing, versions, and update cadence
  • Sentiment analysis on review content

Input

The Actor supports three modes:

FieldTypeDescription
modestringsearch, app, or reviews
searchQuerystringKeyword to search (mode = search)
appUrlstringApp Store URL or numeric app ID (mode = app / reviews)
countrystringTwo-letter country/store code (e.g. us, gb, de)
maxResultsintegerMaximum results to return

Example input

{
"mode": "search",
"searchQuery": "meditation",
"country": "us",
"maxResults": 25
}

Scrape reviews for one app:

{
"mode": "reviews",
"appUrl": "https://apps.apple.com/us/app/id389801252",
"country": "us",
"maxResults": 100
}

Output

App record includes fields such as:

FieldDescription
appId / appNameApp identifier and name
developerDeveloper / seller name
rating / ratingCountAverage rating and number of ratings
price / currencyPrice and currency
genres / primaryGenreCategory information
descriptionFull app description
version / releaseDateCurrent version and release date
size / contentRatingApp size and age rating
icon / screenshotsImage URLs
urlApp Store link

Review record includes: reviewId, title, content, author, rating, date, and vote counts.

How to use

  1. Pick a mode (search, app, or reviews).
  2. Provide a search query or app URL/ID.
  3. Set country and maxResults.
  4. Click Start and export as JSON, CSV, or Excel.

Pricing

This Actor uses pay-per-result pricing — you only pay for the data you collect.

Frequently asked questions

Do I need an Apple Developer account or API key? No. It works out of the box.

Can I scrape reviews from a specific country store? Yes — set the country code to target a regional App Store.

Which formats can I export? JSON, CSV, and Excel from the run's Storage tab.

Is this legal? The Actor collects only publicly available data. You are responsible for how you use it and for complying with Apple's terms and applicable laws.


Built by Harald. Questions or feature requests? Open an issue on the Actor's Issues tab.