# ChatGPT Google Play Store Data

**Use case:** 

Scrape ChatGPT Google Play Store data with app title, developer, ratings, installs, price, category, version, content rating, update date, and app URL.

## Input

```json
{
  "appIds": [
    "com.openai.chatgpt"
  ],
  "keywords": [],
  "categories": [],
  "includeReviews": false,
  "maxReviewsPerApp": 10,
  "maxResults": 1,
  "country": "us",
  "language": "en",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "appId": {
    "label": "App ID",
    "format": "text"
  },
  "appName": {
    "label": "Name",
    "format": "text"
  },
  "developer": {
    "label": "Developer",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "score": {
    "label": "Rating",
    "format": "number"
  },
  "ratingsCount": {
    "label": "Ratings",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "installs": {
    "label": "Installs",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceText": {
    "label": "Price (text)",
    "format": "text"
  },
  "free": {
    "label": "Free",
    "format": "boolean"
  },
  "contentRating": {
    "label": "Content Rating",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "androidVersion": {
    "label": "Android",
    "format": "text"
  },
  "updated": {
    "label": "Updated",
    "format": "date"
  },
  "appUrl": {
    "label": "URL",
    "format": "link"
  },
  "iconUrl": {
    "label": "Icon",
    "format": "image"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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