# Podcast Player Apps Scraper - Google Play Store

**Use case:** 

Search Google Play for podcast player apps and export titles, ratings, install counts, developer and price to CSV or JSON. Pay per result.

## Input

```json
{
  "dataTypes": [
    "search"
  ],
  "searchQueries": [
    "podcast player",
    "podcast app",
    "podcasts"
  ],
  "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.