# Google Play Top Free Apps Rankings Scraper

**Use case:** 

Scrape US Google Play top-free app rankings, rank movement, ratings, developers, package IDs, and install estimates from AppBrain.

## Input

```json
{
  "charts": [
    "top_free"
  ],
  "countries": [
    "us"
  ],
  "categories": [
    "all"
  ],
  "maxItems": 100,
  "maxPagesPerChart": 1,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "chart": {
    "label": "Chart",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "categoryFilter": {
    "label": "Filter",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "rankMovement": {
    "label": "Movement",
    "format": "number"
  },
  "rankDirection": {
    "label": "Direction",
    "format": "text"
  },
  "appName": {
    "label": "App",
    "format": "text"
  },
  "appUrl": {
    "label": "AppBrain",
    "format": "link"
  },
  "packageId": {
    "label": "Package ID",
    "format": "text"
  },
  "developerName": {
    "label": "Developer",
    "format": "text"
  },
  "developerUrl": {
    "label": "Developer URL",
    "format": "link"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "installsEstimate": {
    "label": "Installs",
    "format": "number"
  },
  "recentInstallsEstimate": {
    "label": "Recent installs",
    "format": "number"
  },
  "iconUrl": {
    "label": "Icon",
    "format": "image"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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