# App Store Brand Keyword Protection Tracker

**Use case:** 

Monitor who ranks for your brand keywords in the App Store: positions, competing apps, developers and ratings by country. From $3 per 1,000.

## Input

```json
{
  "keywords": [
    "uber",
    "tinder",
    "spotify",
    "duolingo"
  ],
  "country": "US",
  "limit": 10
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "bundle_id": {
    "label": "Bundle ID",
    "format": "text"
  },
  "name": {
    "label": "App Name",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "rating_count": {
    "label": "Reviews",
    "format": "number"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "url": {
    "label": "App URL",
    "format": "link"
  },
  "genre": {
    "label": "Genre",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  },
  "parse_confidence": {
    "label": "Confidence",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [App Store Keyword Rank Tracker — ASO Rankings | $2/1K](https://apify.com/bovi/aso-keyword-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/bovi/aso-keyword-tracker) to learn more, explore other use cases, and run it yourself.