# Monitor Instagram Campaign Post Details

**Use case:** 

Schedule detail snapshots for known public Instagram campaign URLs and compare visible engagement while retaining content and media metadata.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.instagram.com/p/DbtErSrlB2J/"
    }
  ],
  "maxItems": 1,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "contentType": {
    "label": "Type",
    "format": "string"
  },
  "shortcode": {
    "label": "Shortcode",
    "format": "string"
  },
  "canonicalUrl": {
    "label": "Instagram URL",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "object"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  },
  "timestamp": {
    "label": "Published",
    "format": "string"
  },
  "likesCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentsCount": {
    "label": "Comments",
    "format": "number"
  },
  "viewsCount": {
    "label": "Views",
    "format": "number"
  },
  "videoUrl": {
    "label": "Video",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "string"
  }
}
```

## About this Actor

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