App Store Reviews Scraper avatar

App Store Reviews Scraper

Try for free

1 day trial then $9.99/month - No credit card required now

View all Actors
App Store Reviews Scraper

App Store Reviews Scraper

easyapi/app-store-reviews-scraper
Try for free

1 day trial then $9.99/month - No credit card required now

App Store Reviews Scraper is a valuable tool for collecting and analyzing user reviews from the App Store. With customizable options and detailed feedback retrieval, it’s perfect for developers and marketers looking to enhance their understanding of app performance and user satisfaction! 📊

📝 App Store Reviews Scraper

Enhance your app insights with our App Store Reviews Scraper! This Apify actor allows you to efficiently collect user reviews from the App Store, providing valuable feedback and ratings to help you analyze app performance and user satisfaction.

🌟 Key Features

  • Customizable Search Options:
    • appId: Specify the app's unique identifier to fetch reviews (required).
    • country: Use a two-letter country code to target specific regional reviews (defaults to us).
    • limit: Set the limit num for the reviews result.

🛠️ Data Fields Retrieved

Our scraper retrieves a variety of fields for each review, including:

  • id: Unique identifier for the review.
  • userName: Name of the user who submitted the review.
  • userUrl: Link to the user's review profile.
  • version: The app version the review pertains to.
  • score: Star rating given by the user (1 to 5 stars).
  • title: Title of the review.
  • text: Full text of the user review.
  • url: Direct link to the specific review on the App Store.
  • updated: Date the review was last updated.

🚀 Why Choose Our Scraper?

  • Comprehensive Feedback Collection: Easily gather user reviews to understand user sentiment and areas for improvement.
  • User-Friendly: Designed to simplify the review retrieval process for developers and marketers alike.
  • Efficient Data Analysis: Quickly analyze trends and feedback to enhance your app strategies.

Input

A full explanation of an input example in JSON.

1{
2  "country": "us",
3  "limit": 100,
4  "appId": "com.midasplayer.apps.candycrushsaga"
5}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2  {
3    "id": "11709937316",
4    "userName": "pppppiuuuuuuuuuuuu",
5    "userUrl": "https://itunes.apple.com/us/reviews/id904957940",
6    "version": "1.285.0.1",
7    "score": 1,
8    "title": "Waste of time",
9    "text": "I used to LOVE this game, now I find in can’t even finish a level for DAYS if at all. I blow through the 5 lives I have in less than 5 minutes because it’s impossible to complete. I’m not sure what happened to this game, but don’t bother. There are a TON of games out there that you can actually win when playing. This isn’t one of them.",
10    "url": "https://itunes.apple.com/us/review?id=553834731&type=Purple%20Software",
11    "updated": "2024-09-10T10:05:32-07:00"
12  },
13  {
14    "id": "11709506850",
15    "userName": "El caballo de Guatemala",
16    "userUrl": "https://itunes.apple.com/us/reviews/id1024816674",
17    "version": "1.285.0.1",
18    "score": 5,
19    "title": "Buenos",
20    "text": "Entretenido",
21    "url": "https://itunes.apple.com/us/review?id=553834731&type=Purple%20Software",
22    "updated": "2024-09-10T07:42:06-07:00"
23  },
24  ...
25]
Developer
Maintained by Community
Actor metrics
  • 2 monthly users
  • 1 star
  • 100.0% runs succeeded
  • Created in Sep 2024
  • Modified 7 days ago