# Export an account's posts with engagement data

**Use case:** 

Download a profile's posts with captions, likes, comments and dates for content and competitive analysis.

## Input

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

## Output

```json
{
  "position": {
    "label": "#",
    "format": "integer"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "likes": {
    "label": "Likes",
    "format": "integer"
  },
  "comments": {
    "label": "Comments",
    "format": "integer"
  },
  "mediaType": {
    "label": "Type",
    "format": "string"
  },
  "date": {
    "label": "Date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Posts Scraper - Export with Engagement 2026](https://apify.com/instaprism/instagram-posts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/instaprism/instagram-posts-scraper) to learn more, explore other use cases, and run it yourself.