# ChatGPT App Store Data

**Use case:** 

Scrape Apple App Store results for ChatGPT with app names, developers, ratings, prices, genres, versions, icons, App Store URLs, and update dates.

## Input

```json
{
  "searchTerms": [
    "ChatGPT"
  ],
  "appIds": [
    "6448311069"
  ],
  "entity": "software",
  "country": "us",
  "maxResultsPerTerm": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "appId": {
    "label": "App ID",
    "format": "text"
  },
  "appName": {
    "label": "Name",
    "format": "text"
  },
  "developer": {
    "label": "Developer",
    "format": "text"
  },
  "primaryGenre": {
    "label": "Genre",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "formattedPrice": {
    "label": "Price (text)",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "number"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "contentRating": {
    "label": "Content Rating",
    "format": "text"
  },
  "minimumOsVersion": {
    "label": "Min OS",
    "format": "text"
  },
  "bundleId": {
    "label": "Bundle ID",
    "format": "text"
  },
  "appStoreUrl": {
    "label": "App Store URL",
    "format": "link"
  },
  "artworkUrl": {
    "label": "Icon",
    "format": "image"
  },
  "currentVersionReleaseDate": {
    "label": "Updated",
    "format": "date"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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