# Track Daily App Store Top Free Rankings

**Use case:** 

Get the App Store Top Free chart for any country and category, with rank, developer, price and rating. Schedule it daily to watch apps climb and fall.

## Input

```json
{
  "countries": [
    "us"
  ],
  "charts": [
    "top-free"
  ],
  "categories": [
    "all"
  ],
  "limit": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "rank": {
    "label": "#",
    "format": "number"
  },
  "title": {
    "label": "App",
    "format": "text"
  },
  "developer": {
    "label": "Developer",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "chart": {
    "label": "Chart",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "genre": {
    "label": "Genre",
    "format": "text"
  },
  "appId": {
    "label": "App ID",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [App Store Top Charts Scraper — Rankings by Country](https://apify.com/glitchbound/app-charts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/glitchbound/app-charts-scraper) to learn more, explore other use cases, and run it yourself.