# Apple App Store Competitor App Discovery

**Use case:** 

Discover public app-store listings for apple app store competitor app discovery and export ratings, categories, URLs, and metadata for ASO, competitor, or...

## Input

```json
{
  "searchTerms": [
    "competitor discovery"
  ],
  "appIds": [
    "284882215",
    "310633997"
  ],
  "country": "US",
  "language": "en_us",
  "maxItems": 20,
  "includeDeveloperApps": true
}
```

## Output

```json
{
  "appName": {
    "label": "App name",
    "format": "text"
  },
  "appId": {
    "label": "App ID",
    "format": "number"
  },
  "bundleId": {
    "label": "Bundle ID",
    "format": "text"
  },
  "developer": {
    "label": "Developer",
    "format": "text"
  },
  "primaryGenre": {
    "label": "Primary genre",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "averageRating": {
    "label": "Avg. rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "number"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "updatedDate": {
    "label": "Updated",
    "format": "date"
  },
  "appStoreUrl": {
    "label": "App Store URL",
    "format": "link"
  },
  "artworkUrl": {
    "label": "Artwork",
    "format": "image"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "searchTerm": {
    "label": "Search term",
    "format": "text"
  }
}
```

## About this Actor

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