# Six Niches, One Answer: Where Is Engagement Highest?

**Use case:** 

Which creator niche has the most active comments and likes? Compare six main categories to find where audience attention is highest.

## Input

```json
{
  "niches": [
    "fitness",
    "beauty",
    "gaming",
    "finance",
    "tech",
    "fashion"
  ],
  "sizeTiers": [
    "10k-100k",
    "100k-1M"
  ],
  "countries": [
    "US"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "whatIFound": {
    "label": "whatIFound",
    "format": "string"
  },
  "benchmarkId": {
    "label": "benchmarkId",
    "format": "string"
  },
  "niche": {
    "label": "niche",
    "format": "string"
  },
  "sizeTier": {
    "label": "sizeTier",
    "format": "string"
  },
  "country": {
    "label": "country",
    "format": "string"
  },
  "medianEngagementRate": {
    "label": "medianEngagementRate",
    "format": "number"
  },
  "topQuartileEngagementRate": {
    "label": "topQuartileEngagementRate",
    "format": "number"
  },
  "fairPriceEstimatePerPost": {
    "label": "fairPriceEstimatePerPost",
    "format": "string"
  },
  "sampleSize": {
    "label": "sampleSize",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Influencer Rate Calculator - What You Should Charge](https://apify.com/reapx/engagement-benchmark-by-niche) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/engagement-benchmark-by-niche) to learn more, explore other use cases, and run it yourself.