# Monitor User-Generated Content for Your Brand

**Use case:** 

Track mentions and user-generated content related to your brand or products by scraping specific Instagram posts shared by customers. Leverage authentic custome

## Input

```json
{
  "post_urls": [
    "https://www.instagram.com/p/C2pG4yCRgU2/",
    "https://www.instagram.com/reel/C2sM-7kRjLd/",
    "https://www.instagram.com/p/C2cFf7GRpC7/",
    "https://www.instagram.com/tv/C2qA7tXRrQx/"
  ]
}
```

## Output

```json
{
  "status": {
    "label": "Status",
    "format": "text"
  },
  "post_url": {
    "label": "Post URL",
    "format": "link"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "author_meta": {
    "label": "Author",
    "format": "object"
  },
  "media_type": {
    "label": "Type",
    "format": "text"
  },
  "like_count": {
    "label": "Likes",
    "format": "number"
  },
  "comment_count": {
    "label": "Comments",
    "format": "number"
  },
  "pub_date": {
    "label": "Published",
    "format": "date"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "thumbnail_url": {
    "label": "Thumbnail",
    "format": "image"
  }
}
```

## About this Actor

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