# Scrape App Store Apps by Country

**Use case:** 

Search the App Store in any country storefront: app name, developer, rating, price and category — compare apps across regions. Export to CSV.

## Input

```json
{
  "mode": "search",
  "searchTerms": [
    "crypto wallet"
  ],
  "appIds": [
    "324684580"
  ],
  "collection": "TOP_FREE",
  "genre": "ALL",
  "maxAppsPerQuery": 50,
  "fullDetails": true,
  "maxReviewsPerApp": 100,
  "reviewsSort": "mostrecent",
  "country": "gb",
  "language": "",
  "monitorMode": false,
  "monitorStoreName": "app-store-monitor",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "appId": {
    "label": "App ID"
  },
  "title": {
    "label": "Title"
  },
  "artistName": {
    "label": "Developer"
  },
  "averageUserRating": {
    "label": "Rating"
  },
  "userRatingCount": {
    "label": "# Ratings"
  },
  "formattedPrice": {
    "label": "Price"
  },
  "primaryGenreName": {
    "label": "Category"
  },
  "version": {
    "label": "Version"
  },
  "currentVersionReleaseDate": {
    "label": "Updated"
  },
  "minimumOsVersion": {
    "label": "Min iOS"
  },
  "trackViewUrl": {
    "label": "URL"
  }
}
```

## About this Actor

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