# Analyze Top SEO Actors

**Use case:** 

Compare SEO tools in Apify Store by adoption, usage, pricing model, and performance to support competitor and product research.

## Input

```json
{
  "mode": "topActors",
  "categories": [
    "SEO_TOOLS"
  ],
  "minTotalRuns": 0,
  "minTotalUsers": 0,
  "minOpportunityScore": 0,
  "includeAnalytics": true,
  "maxActors": 25
}
```

## Output

```json
{
  "title": {
    "label": "Actor Title",
    "format": "text"
  },
  "username": {
    "label": "Creator",
    "format": "text"
  },
  "stats.totalUsers": {
    "label": "Total Users",
    "format": "number"
  },
  "stats.totalRuns": {
    "label": "Total Runs",
    "format": "number"
  },
  "stats.totalUsers30Days": {
    "label": "Monthly Active Users",
    "format": "number"
  },
  "actorReviewRating": {
    "label": "Rating",
    "format": "number"
  },
  "currentPricingInfo.pricingModel": {
    "label": "Pricing",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  }
}
```

## About this Actor

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