# Find AI Actor Opportunities

**Use case:** 

Analyze AI Actors in Apify Store to identify underserved keywords, competitive gaps, pricing patterns, and new Actor opportunities.

## Input

```json
{
  "mode": "findNewIdeas",
  "categories": [
    "AI"
  ],
  "minTotalRuns": 0,
  "minTotalUsers": 0,
  "minOpportunityScore": 20,
  "includeAnalytics": true,
  "maxActors": 25
}
```

## Output

```json
{
  "_type": {
    "label": "Record Type",
    "format": "text"
  },
  "generated_at": {
    "label": "Generated At",
    "format": "date"
  },
  "summary_stats": {
    "label": "Summary Stats",
    "format": "object"
  },
  "top_niches_to_build_in": {
    "label": "Top Niches",
    "format": "array"
  },
  "high_volume_low_competition_keywords": {
    "label": "Keyword Opportunities",
    "format": "array"
  },
  "fastest_growing_new_actors": {
    "label": "Fastest Growing Actors",
    "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.