# Instagram UGC Dataset: Posts from Brand Accounts

**Use case:** 

Instagram UGC research dataset: pull all public posts from brand accounts to analyze how communities engage with products. Captions, engagement, one export.

## Input

```json
{
  "profiles": [
    "glossier",
    "rarebeauty",
    "fentybeauty"
  ],
  "results_type": "posts",
  "max_items_per_profile": 30,
  "profile_concurrency": 5,
  "strict_author_match": true,
  "trim": false
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "shortcode": {
    "label": "Shortcode",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "author.handle": {
    "label": "Author",
    "format": "text"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "stats.views": {
    "label": "Views",
    "format": "number"
  },
  "stats.likes": {
    "label": "Likes",
    "format": "number"
  },
  "stats.comments": {
    "label": "Comments",
    "format": "number"
  },
  "stats.engagement_total": {
    "label": "Total engagement",
    "format": "number"
  },
  "created_at": {
    "label": "Posted",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Content Scraper - Posts + Reels [NO LOGIN] ✅](https://apify.com/unseenuser/ig-posts) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/ig-posts) to learn more, explore other use cases, and run it yourself.