# Niche + Competitor Map Scraper - Google Play Apps

**Use case:** 

Map a Google Play niche with keyword search plus the competitor cluster around a leading app. Export ratings, installs and developer to CSV or JSON.

## Input

```json
{
  "dataTypes": [
    "search",
    "similar"
  ],
  "searchQueries": [
    "music streaming apps"
  ],
  "similarToAppIds": [
    "com.spotify.music"
  ],
  "maxResults": 40,
  "includeAppDetails": false,
  "country": "us",
  "lang": "en",
  "chartCollection": "topselling_free",
  "chartCategory": "APPLICATION",
  "chartDevice": "",
  "reviewsSort": "newest",
  "maxReviewsPerApp": 100,
  "filterScore": ""
}
```

## Output

```json
{
  "row_type": {
    "label": "🏷 Row type",
    "format": "string"
  },
  "title": {
    "label": "📛 Title",
    "format": "string"
  },
  "developer": {
    "label": "👤 Developer",
    "format": "string"
  },
  "score": {
    "label": "⭐ Score",
    "format": "number"
  },
  "installs": {
    "label": "⬇ Installs",
    "format": "string"
  },
  "price": {
    "label": "💲 Price",
    "format": "number"
  }
}
```

## About this Actor

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