# Store Analytics Demand Snapshot

**Use case:** 

Get a real-time overview of the demand direction for store analytics. Access user metrics and movement classifications directly.

## Input

```json
{
  "schemaVersion": "1.0",
  "requestId": "radar-001",
  "maxResults": 10,
  "freshnessMinutes": 60,
  "detailLevel": "compact",
  "niche": "store analytics",
  "keywords": [
    "store",
    "analytics"
  ],
  "comparisonWindow": "7d_vs_30d"
}
```

## Output

```json
{
  "reportType": {
    "label": "Report",
    "format": "text"
  },
  "generatedAt": {
    "label": "Generated at"
  },
  "sampleConfidence": {
    "label": "Confidence",
    "format": "text"
  },
  "niche": {
    "label": "Niche",
    "format": "text"
  },
  "comparisonWindow": {
    "label": "Comparison window"
  },
  "trajectory": {
    "label": "Trajectory",
    "format": "text"
  },
  "opportunity": {
    "label": "Opportunity"
  }
}
```

## About this Actor

This example demonstrates how to use [Apify Niche Demand Radar](https://apify.com/zinin/apify-niche-demand-radar) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/apify-niche-demand-radar) to learn more, explore other use cases, and run it yourself.