# Track Latest X App Store Reviews

**Use case:** 

Track the latest US App Store reviews for X with ratings, titles, text, authors, versions, vote counts, dates, and export-ready records.

## Input

```json
{
  "appIds": [
    "333903271"
  ],
  "appUrls": [
    "https://apps.apple.com/us/app/x/id333903271"
  ],
  "countries": [
    "us"
  ],
  "maxReviews": 3,
  "sortBy": "mostRecent",
  "delaySeconds": 0.5
}
```

## Output

```json
{
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "app_id": {
    "label": "App ID",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "app_name": {
    "label": "App Name",
    "format": "text"
  },
  "app_url": {
    "label": "App URL",
    "format": "link"
  },
  "author_name": {
    "label": "Author Name",
    "format": "text"
  }
}
```

## About this Actor

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