# Market Gap Analysis for Lead Generation

**Use case:** 

Identify and rank market gaps by comparing niches to the Apify Store. Gain evidence-backed insights to support lead generation efforts.

## Input

```json
{
  "schemaVersion": "1.0",
  "requestId": "gap-001",
  "maxResults": 10,
  "freshnessMinutes": 60,
  "detailLevel": "compact",
  "seedQueries": [
    "market gap",
    "pricing gap"
  ],
  "categories": [
    "LEAD_GENERATION"
  ]
}
```

## Output

```json
{
  "reportType": {
    "label": "Report",
    "format": "text"
  },
  "generatedAt": {
    "label": "Generated at"
  },
  "sampleConfidence": {
    "label": "Confidence",
    "format": "text"
  },
  "evaluatedQueryCount": {
    "label": "Queries",
    "format": "number"
  },
  "opportunities": {
    "label": "Opportunities",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Apify Market Gap Finder](https://apify.com/zinin/apify-market-gap-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/apify-market-gap-finder) to learn more, explore other use cases, and run it yourself.