# Apify Store Opportunity Scanner Evaluation

**Use case:** 

Evaluate proposed actor ideas against public Store data. Receive a report on similarity, competition, and pricing insights for your concept.

## Input

```json
{
  "schemaVersion": "1.0",
  "requestId": "idea-001",
  "maxResults": 10,
  "freshnessMinutes": 60,
  "detailLevel": "compact",
  "idea": {
    "title": "Apify Store Opportunity Scanner",
    "description": "Score public Store opportunities.",
    "keywords": [
      "store",
      "pricing"
    ],
    "categories": [
      "MCP_SERVERS",
      "DEVELOPER_TOOLS"
    ]
  }
}
```

## Output

```json
{
  "reportType": {
    "label": "Report",
    "format": "text"
  },
  "generatedAt": {
    "label": "Generated at"
  },
  "sampleConfidence": {
    "label": "Confidence",
    "format": "text"
  },
  "idea": {
    "label": "Idea",
    "format": "text"
  },
  "assessment": {
    "label": "Assessment",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Apify Actor Idea Validator](https://apify.com/zinin/apify-actor-idea-validator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/apify-actor-idea-validator) to learn more, explore other use cases, and run it yourself.