# Monitor New Google Play Apps by Keyword

**Use case:** 

Track new app launches on Google Play for any keyword — get only new apps each run with title, developer, rating and installs. Pairs with Apify Schedules.

## Input

```json
{
  "mode": "search",
  "searchTerms": [
    "budgeting app"
  ],
  "appIds": [
    "com.spotify.music"
  ],
  "collection": "TOP_FREE",
  "category": "APPLICATION",
  "maxAppsPerQuery": 50,
  "fullDetails": true,
  "includeDeveloperContacts": true,
  "includeDataSafety": false,
  "includePermissions": false,
  "maxReviewsPerApp": 200,
  "reviewsSort": "NEWEST",
  "country": "us",
  "language": "en",
  "monitorMode": true,
  "monitorStoreName": "google-play-monitor",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "appId": {
    "label": "App ID"
  },
  "title": {
    "label": "Title"
  },
  "developer": {
    "label": "Developer"
  },
  "score": {
    "label": "Score"
  },
  "ratings": {
    "label": "# Ratings"
  },
  "installs": {
    "label": "Installs"
  },
  "price": {
    "label": "Price"
  },
  "free": {
    "label": "Free"
  },
  "genre": {
    "label": "Category"
  },
  "released": {
    "label": "Released"
  },
  "updated": {
    "label": "Updated"
  },
  "version": {
    "label": "Version"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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