# Google Play Store in United Kingdom

**Use case:** 

Find and extract Google Play Store in United Kingdom. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "maxItems": 10,
  "searchQuery": "instagram",
  "language": "en",
  "country": "United Kingdom",
  "includeReviews": true,
  "includeSimilarApps": true
}
```

## Output

```json
{
  "iconUrl": {
    "label": "Icon",
    "format": "image"
  },
  "appName": {
    "label": "App Name",
    "format": "text"
  },
  "packageId": {
    "label": "Package ID",
    "format": "text"
  },
  "developerName": {
    "label": "Developer",
    "format": "text"
  },
  "ratingText": {
    "label": "Rating",
    "format": "text"
  },
  "downloads": {
    "label": "Downloads",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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