# Niche Ranking by Store Opportunity and Portfolio Fit

**Use case:** 

Rank your candidate niches based on public Store opportunities and their relevance to your existing portfolio. Receive detailed scores and insights.

## Input

```json
{
  "schemaVersion": "1.0",
  "requestId": "plan-001",
  "maxResults": 10,
  "freshnessMinutes": 60,
  "detailLevel": "compact",
  "portfolioActors": [
    {
      "id": "a1",
      "name": "Apify Store Idea Validator",
      "categories": [
        "MCP_SERVERS"
      ]
    }
  ],
  "candidateQueries": [
    "store opportunity",
    "pricing benchmark"
  ]
}
```

## Output

```json
{
  "reportType": {
    "label": "Report",
    "format": "text"
  },
  "generatedAt": {
    "label": "Generated at"
  },
  "sampleConfidence": {
    "label": "Confidence",
    "format": "text"
  },
  "portfolioActorCount": {
    "label": "Portfolio actors",
    "format": "number"
  },
  "expansions": {
    "label": "Expansions",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Apify Portfolio Expansion Planner](https://apify.com/zinin/apify-portfolio-expansion-planner) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/apify-portfolio-expansion-planner) to learn more, explore other use cases, and run it yourself.