# App Store Instagram Reviews Scraper

**Use case:** 

Scrape recent App Store reviews and ratings for Instagram. Get rating, title, body, author, version and app rating data for feedback monitoring.

## Input

```json
{
  "appIds": [
    "389801252"
  ],
  "appUrls": [],
  "searchLimit": 3,
  "country": "us",
  "maxReviews": 50,
  "sortBy": "mostRecent"
}
```

## Output

```json
{
  "appName": {
    "label": "App",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "body": {
    "label": "Review",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "appVersion": {
    "label": "Version",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "updatedAt": {
    "label": "Date",
    "format": "date"
  },
  "appAverageRating": {
    "label": "App rating",
    "format": "number"
  },
  "appRatingCount": {
    "label": "App ratings",
    "format": "number"
  },
  "url": {
    "label": "App URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [App Store Reviews Scraper](https://apify.com/scrapers_lat/app-store-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/app-store-reviews-scraper) to learn more, explore other use cases, and run it yourself.