# App Store Top Charts Tracker - Free, Paid & Grossing

**Use case:** 

Pull the live Apple App Store top charts (Free, Paid, Grossing, New) for any country as clean JSON. Track app rankings and spot breakout apps fast.

## Input

```json
{
  "mode": "charts",
  "feed": "topfreeapplications",
  "entity": "software",
  "country": "us",
  "maxResults": 100
}
```

## Output

```json
{
  "name": {
    "label": "App",
    "format": "text"
  },
  "developer": {
    "label": "Developer",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "number"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "genre": {
    "label": "Genre",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [🍎 App Store Scraper API | ASO, Keyword Search & Top Charts](https://apify.com/plum_spear/aztec-appstore-aso) with a specific input configuration. Visit the [Actor detail page](https://apify.com/plum_spear/aztec-appstore-aso) to learn more, explore other use cases, and run it yourself.