# Apify Store Market Scanner — Find Rising Actors & Niches

**Use case:** 

Scan the Apify Store into a structured dataset — usage, growth and pricing for every actor, plus rising actors and category concentration in one run.

## Input

```json
{
  "search": "",
  "category": "",
  "sortBy": "popularity",
  "maxItems": 5000,
  "riserMinGrowthPercent": 30,
  "riserMinNewUsers30d": 10
}
```

## Output

```json
{
  "title": {
    "label": "Actor"
  },
  "username": {
    "label": "Developer"
  },
  "pricingModel": {
    "label": "Pricing"
  },
  "totalUsers": {
    "label": "Users (all time)",
    "format": "number"
  },
  "users30d": {
    "label": "New users 30d",
    "format": "number"
  },
  "runs30d": {
    "label": "Runs 30d",
    "format": "number"
  },
  "growthShare30d": {
    "label": "30d growth share",
    "format": "number"
  },
  "isRiser": {
    "label": "Riser",
    "format": "boolean"
  },
  "url": {
    "label": "Store URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Apify Store Market Scanner](https://apify.com/honest_cherimoya/apify-store-scanner) with a specific input configuration. Visit the [Actor detail page](https://apify.com/honest_cherimoya/apify-store-scanner) to learn more, explore other use cases, and run it yourself.