# US Top Paid App Store Chart Tracker

**Use case:** 

Scrape the App Store Top Paid best-selling chart for the US with prices, ratings, and developer details in local currency.

## Input

```json
{
  "platforms": [
    "apple"
  ],
  "countries": [
    "us"
  ],
  "chartTypes": [
    "top-paid"
  ],
  "categories": [],
  "resultsPerChart": 50,
  "perAppEnrichment": true,
  "emitMovers": false,
  "enableForecast": false,
  "historySnapshots": 30,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "snapshot_ts": {
    "label": "Snapshot",
    "format": "date"
  },
  "platform": {
    "label": "Platform",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "chart_type": {
    "label": "Chart",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "app_id": {
    "label": "App ID",
    "format": "text"
  },
  "app_name": {
    "label": "App",
    "format": "text"
  },
  "developer": {
    "label": "Developer",
    "format": "text"
  },
  "app_genre": {
    "label": "Genre",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "rating_count": {
    "label": "Reviews",
    "format": "number"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "size_bytes": {
    "label": "Size",
    "format": "number"
  },
  "release_date": {
    "label": "Released",
    "format": "date"
  },
  "url": {
    "label": "Store URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [App Store + Google Play Rank Tracker](https://apify.com/constructive_calm/app-store-rank-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/app-store-rank-tracker) to learn more, explore other use cases, and run it yourself.