# Compare Google Play and App Store Ratings

**Use case:** 

Compare Google Play and Apple App Store app ratings in one Apify dataset with normalized ratings, review counts, prices, and metadata.

## Input

```json
{
  "targets": [
    "https://apps.apple.com/us/app/spotify-music-and-podcasts/id324684580",
    "https://play.google.com/store/apps/details?id=com.spotify.music"
  ],
  "appleCountry": "us",
  "googleCountry": "US",
  "googleLanguage": "en",
  "maxItems": 5,
  "includeScreenshots": true,
  "includeDescription": true
}
```

## Output

```json
{
  "name": {
    "label": "App name",
    "format": "string"
  },
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Rating count",
    "format": "integer"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "integer"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "developerName": {
    "label": "Developer",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "storeUrl": {
    "label": "Store URL",
    "format": "string"
  },
  "fetchedAt": {
    "label": "Fetched at",
    "format": "string"
  }
}
```

## About this Actor

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