# Top Paid Apps Scraper - Google Play US Charts

**Use case:** 

Pull the top paid apps chart from Google Play US. Export rank, title, rating, install counts, developer and price to CSV or JSON. Pay per result.

## Input

```json
{
  "dataTypes": [
    "topcharts"
  ],
  "searchQueries": [
    "puzzle games"
  ],
  "appIds": [],
  "developerIds": [],
  "similarToAppIds": [],
  "country": "us",
  "lang": "en",
  "maxResults": 100,
  "includeAppDetails": false,
  "chartCollection": "topselling_paid",
  "chartCategory": "APPLICATION",
  "chartDevice": "phone"
}
```

## Output

```json
{
  "title": {
    "label": "📛 Title",
    "format": "string"
  },
  "developer": {
    "label": "👤 Developer",
    "format": "string"
  },
  "category": {
    "label": "🗂 Category",
    "format": "string"
  },
  "score": {
    "label": "⭐ Score",
    "format": "number"
  },
  "ratings": {
    "label": "🗳 Ratings",
    "format": "integer"
  },
  "installs": {
    "label": "⬇ Installs",
    "format": "string"
  },
  "content_rating": {
    "label": "🔞 Content rating",
    "format": "string"
  }
}
```

## About this Actor

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