# Monitor Educational App Pricing & Features in the UK

**Use case:** 

Collect detailed information on educational apps, including their pricing models and features, specifically within the UK market. This enables competitive bench

## Input

```json
{
  "searchTerms": [
    "education app",
    "learning app",
    "school help"
  ],
  "country": "gb",
  "language": "en",
  "maxResults": 50,
  "includeReviews": false,
  "reviewCount": 20
}
```

## Output

```json
{
  "appId": {
    "label": "App ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "developer": {
    "label": "Developer",
    "format": "string"
  },
  "score": {
    "label": "Rating",
    "format": "number"
  },
  "ratings": {
    "label": "Ratings",
    "format": "integer"
  },
  "installs": {
    "label": "Installs",
    "format": "string"
  },
  "free": {
    "label": "Free",
    "format": "boolean"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "genre": {
    "label": "Genre",
    "format": "string"
  },
  "contentRating": {
    "label": "Content Rating",
    "format": "string"
  }
}
```

## About this Actor

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