# Monitor Publisher Instagram Highlights

**Use case:** 

Collect public highlight metadata from publisher profiles to support editorial research, campaign tracking, and content archives.

## Input

```json
{
  "targets": [
    "nytimes",
    "guardian"
  ],
  "includeStories": false,
  "includeHighlights": true,
  "maxProfiles": 2,
  "maxHighlightsPerProfile": 3,
  "maxItemsPerHighlight": 2,
  "saveProfileOnNoMedia": true,
  "instagramCookies": "",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "kind": {
    "label": "Kind",
    "format": "text"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "mediaType": {
    "label": "Media type",
    "format": "text"
  },
  "mediaUrl": {
    "label": "Media URL",
    "format": "link"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "takenAt": {
    "label": "Taken at",
    "format": "date"
  },
  "expiringAt": {
    "label": "Expiring at",
    "format": "date"
  },
  "highlightTitle": {
    "label": "Highlight title",
    "format": "text"
  },
  "highlightId": {
    "label": "Highlight ID",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "stableId": {
    "label": "Stable ID",
    "format": "text"
  },
  "errorMessage": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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