App Store Reviews Scraper

App Store Reviews Scraper

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! 📊

INTEGRATIONSApify

📝 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]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!