# Fintech Apps + Reviews Scraper - Google Play Data

**Use case:** 

Search mobile banking and payment apps on Google Play and pull a review sample for the leaders. Export apps and reviews to CSV or JSON.

## Input

```json
{
  "dataTypes": [
    "search",
    "reviews"
  ],
  "searchQueries": [
    "mobile banking"
  ],
  "appIds": [
    "com.paypal.android.p2pmobile",
    "com.squareup.cash"
  ],
  "maxResults": 30,
  "includeAppDetails": false,
  "country": "us",
  "lang": "en",
  "chartCollection": "topselling_free",
  "chartCategory": "APPLICATION",
  "chartDevice": "",
  "reviewsSort": "most_relevant",
  "maxReviewsPerApp": 300,
  "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.