# Top VPN Apps on Google Play

**Use case:** 

Scrape the top VPN apps on Google Play. Get app names, developers, ratings, install counts, prices and category rankings.

## Input

```json
{
  "maxItems": 40,
  "withDetails": true,
  "mode": "search",
  "searchQuery": "vpn",
  "appIds": [
    "com.whatsapp",
    "com.spotify.music"
  ],
  "category": "GAME",
  "country": "US",
  "language": "en",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "icon": {
    "label": "Icon",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "appId": {
    "label": "App ID",
    "format": "text"
  },
  "developer": {
    "label": "Developer",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "ratingsCount": {
    "label": "Ratings",
    "format": "number"
  },
  "installs": {
    "label": "Installs",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "free": {
    "label": "Free",
    "format": "boolean"
  },
  "contentRating": {
    "label": "Content Rating",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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