# Check App Store keyword rankings for meditation apps

**Use case:** 

See which apps rank for meditation in App Store search. Get position, app name, developer, rating, and price level for every result in one run.

## Input

```json
{
  "term": "meditation",
  "country": "us",
  "lang": "en-us",
  "num": 20,
  "device": "desktop",
  "disallow_explicit": false,
  "property": "",
  "max_pages": 1
}
```

## Output

```json
{
  "search_position_global": {
    "label": "Global Position Across Pages",
    "format": "integer"
  },
  "title": {
    "label": "App"
  },
  "developer_name": {
    "label": "Developer Name",
    "format": "string"
  },
  "rating_average": {
    "label": "Rating (Average)",
    "format": "number"
  },
  "rating_count": {
    "label": "Rating Count",
    "format": "integer"
  },
  "price_type": {
    "label": "Price Type",
    "format": "string"
  },
  "price_amount": {
    "label": "Price Amount",
    "format": "number"
  },
  "price_currency": {
    "label": "Price Currency",
    "format": "string"
  },
  "link": {
    "label": "App Store Link",
    "format": "string"
  },
  "search_term": {
    "label": "Search Term",
    "format": "string"
  },
  "search_country": {
    "label": "Search Country",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Apple App Store | Scrape App Store Search Results & Keywords](https://apify.com/johnvc/apple-app-store-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/apple-app-store-search) to learn more, explore other use cases, and run it yourself.