# Compare UK Reviews for Messaging Apps

**Use case:** 

Export public iOS App Store reviews with ratings, review text, versions, countries, authors, and timestamps for ASO or product analysis. Use it for compare...

## Input

```json
{
  "appUrlsOrIds": [
    "https://apps.apple.com/gb/app/whatsapp-messenger/id310633997",
    "https://apps.apple.com/gb/app/facebook/id284882215"
  ],
  "country": "gb",
  "sortBy": "mostrecent",
  "maxReviewsPerApp": 40,
  "includeAppMetadata": true
}
```

## Output

```json
{
  "appId": {
    "label": "App ID",
    "format": "text"
  },
  "appName": {
    "label": "App Name",
    "format": "text"
  },
  "developerName": {
    "label": "Developer",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "title": {
    "label": "Review Title",
    "format": "text"
  },
  "content": {
    "label": "Review Text",
    "format": "text"
  },
  "authorName": {
    "label": "Author",
    "format": "text"
  },
  "updatedAt": {
    "label": "Updated At",
    "format": "date"
  },
  "reviewId": {
    "label": "Review ID",
    "format": "text"
  },
  "reviewUrl": {
    "label": "Review URL",
    "format": "link"
  },
  "authorUri": {
    "label": "Author URI",
    "format": "link"
  },
  "appUrl": {
    "label": "App URL",
    "format": "link"
  },
  "sourceFeedUrl": {
    "label": "Source Feed URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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