# Google Play Crypto Apps

**Use case:** 

Discover public app-store listings for google play crypto apps and export ratings, categories, URLs, and metadata for ASO, competitor, or market research.

## Input

```json
{
  "queries": [
    "crypto"
  ],
  "appIds": [
    "com.spotify.music"
  ],
  "startUrls": [
    {
      "url": "https://play.google.com/store/apps/details?id=com.duolingo"
    }
  ],
  "country": "us",
  "language": "en",
  "maxResults": 20,
  "includeDetails": true,
  "price": "all"
}
```

## Output

```json
{
  "query": {
    "label": "Query"
  },
  "rank": {
    "label": "Rank"
  },
  "appId": {
    "label": "App ID"
  },
  "title": {
    "label": "Title"
  },
  "developer": {
    "label": "Developer"
  },
  "appUrl": {
    "label": "App URL"
  },
  "rating": {
    "label": "Rating"
  },
  "ratingsCount": {
    "label": "Ratings"
  },
  "installs": {
    "label": "Installs"
  },
  "free": {
    "label": "Free"
  },
  "priceText": {
    "label": "Price"
  },
  "containsAds": {
    "label": "Contains ads"
  },
  "inAppPurchases": {
    "label": "IAP"
  },
  "category": {
    "label": "Category"
  },
  "summary": {
    "label": "Summary"
  },
  "locale": {
    "label": "Locale"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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