# Check App Prices, Categories, and Developers

**Use case:** 

Check app prices, categories, developers, ratings, screenshots, availability, and source URLs for known Google Play and Apple App Store apps.

## Input

```json
{
  "targets": [
    "https://apps.apple.com/us/app/slack-for-desktop/id803453959",
    "https://play.google.com/store/apps/details?id=com.Slack"
  ],
  "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.