Instagram Highlights & Stories Viewer avatar
Instagram Highlights & Stories Viewer

Pricing

from $7.00 / 1,000 highlights

Go to Apify Store
Instagram Highlights & Stories Viewer

Instagram Highlights & Stories Viewer

Developed by

Sachin Kumar Yadav

Sachin Kumar Yadav

Maintained by Community

Easily view and download Instagram Highlights and their Stories by username or highlight ID. This Apify actor lets you fetch all highlights for any public Instagram profile, and if you want, you can get all stories from a specific highlight using its ID.

0.0 (0)

Pricing

from $7.00 / 1,000 highlights

0

6

6

Last modified

11 days ago

Instagram Highlights Viewer

This Apify actor lets you view and download Instagram Highlights and their Stories easily.

Features

  • Get all highlights for any public Instagram username.
  • Fetch stories from a specific highlight using its ID.
  • No login required – just enter the username or highlight ID.
  • Structured JSON output for easy automation or analysis.

How to use

  1. Input a username to get all highlights for that Instagram profile.
  2. Input a highlight ID to get all stories from that highlight.

Example Input

{
"username": "selenagomez",
"highlightId": ""
}
  • If you only want stories from a specific highlight, set highlightId (you can get it from the highlights data).

Example Output

[
{
"requested": "selenagomez",
"highlights": [
{
"id": "highlight:18077534938726700",
"title": "ISILYF",
"cover_media": {
"cropped_image_version": {
"url": "https://scontent-mad1-1.cdninstagram.com/v/t51.2885-15/479173297_18585752590019724_6755303255101668657_n.jpg?...",
"url_wrapped": "/api/instagram/get?..."
}
},
"user": {
"username": "selenagomez",
"id": "460563723"
}
},
{
"id": "highlight:17858806564732962",
"title": "Rare Beauty",
"cover_media": {
"cropped_image_version": {
"url": "https://scontent-mad1-1.cdninstagram.com/v/t51.2885-15/558442451_821068450371932_8172612503041540887_n.jpg?...",
"url_wrapped": "/api/instagram/get?..."
}
},
"user": {
"username": "selenagomez",
"id": "460563723"
}
}
// ... more highlights ...
],
"fetchedAt": "2025-10-06T08:09:40.078Z"
}
]

Use cases

  • Download and archive Instagram highlights.
  • Analyze highlight stories for research or inspiration.
  • Automate Instagram content collection.