# Post-Release Reaction — Instagram (Last 30 Days)

**Use case:** 

Instagram reviews posted since 2026-07-01 only, across four storefronts. Point the date at a release day to isolate reaction to that update.

## Input

```json
{
  "appIds": [
    "389801252"
  ],
  "searchTerms": [],
  "appsPerSearchTerm": 3,
  "countries": [
    "us",
    "gb",
    "br",
    "in"
  ],
  "sortBy": "mostrecent",
  "maxReviewsPerApp": 120,
  "maxTotalReviews": 480,
  "minRating": 1,
  "maxRating": 5,
  "reviewedAfter": "2026-07-01",
  "keywords": [],
  "onlyReviewsWithText": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "reviewedAt": {
    "label": "Reviewed at (UTC)",
    "format": "string"
  },
  "rating": {
    "label": "Star rating",
    "format": "integer"
  },
  "reviewTitle": {
    "label": "Review title",
    "format": "string"
  },
  "reviewBody": {
    "label": "Review text",
    "format": "string"
  },
  "reviewerName": {
    "label": "Reviewer nickname",
    "format": "string"
  },
  "appName": {
    "label": "App name",
    "format": "string"
  },
  "country": {
    "label": "Storefront code",
    "format": "string"
  },
  "reviewAppVersion": {
    "label": "App version reviewed",
    "format": "string"
  },
  "helpfulVoteSum": {
    "label": "Helpful vote balance",
    "format": "integer"
  },
  "reviewUrl": {
    "label": "Reviews page URL",
    "format": "string"
  }
}
```

## About this Actor

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