# VPN Apps Scraper - Google Play Search Results

**Use case:** 

Search Google Play for VPN and proxy apps. Export titles, ratings, install counts, developer, price and category as CSV or JSON. Pay per result.

## Input

```json
{
  "dataTypes": [
    "search"
  ],
  "searchQueries": [
    "vpn",
    "free vpn",
    "secure vpn proxy"
  ],
  "appIds": [],
  "developerIds": [],
  "similarToAppIds": [],
  "country": "us",
  "lang": "en",
  "maxResults": 50,
  "includeAppDetails": false,
  "chartCollection": "topselling_free",
  "chartCategory": "APPLICATION",
  "chartDevice": ""
}
```

## Output

```json
{
  "title": {
    "label": "📛 Title",
    "format": "string"
  },
  "developer": {
    "label": "👤 Developer",
    "format": "string"
  },
  "category": {
    "label": "🗂 Category",
    "format": "string"
  },
  "score": {
    "label": "⭐ Score",
    "format": "number"
  },
  "ratings": {
    "label": "🗳 Ratings",
    "format": "integer"
  },
  "installs": {
    "label": "⬇ Installs",
    "format": "string"
  },
  "content_rating": {
    "label": "🔞 Content rating",
    "format": "string"
  }
}
```

## About this Actor

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