# Benchmark engagement rate across an account's posts

**Use case:** 

Pull engagement metrics across a profile's recent posts to compute and compare engagement rates.

## Input

```json
{
  "username": "redbull",
  "limit": 50
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "string"
  },
  "metric": {
    "label": "Metric",
    "format": "string"
  },
  "value": {
    "label": "Value",
    "format": "number"
  },
  "date": {
    "label": "Date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Post Insights - Analyze Any Post Performance 2026](https://apify.com/instaprism/instagram-post-insights) with a specific input configuration. Visit the [Actor detail page](https://apify.com/instaprism/instagram-post-insights) to learn more, explore other use cases, and run it yourself.