# New App Market Entry Analysis UK App Store

**Use case:** 

Evaluate the competitive landscape and identify leading applications within specific categories in the UK App Store. Understand market dynamics and potential fo

## Input

```json
{
  "searchTerms": [
    "fitness tracker app",
    "language learning app",
    "podcast player"
  ],
  "country": "gb",
  "maxResults": 75,
  "includeReviews": false,
  "reviewPages": 1
}
```

## Output

```json
{
  "appId": {
    "label": "App ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "developer": {
    "label": "Developer",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "formattedPrice": {
    "label": "Formatted Price",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Rating Count",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "contentRating": {
    "label": "Content Rating",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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