Yes. This endpoint returns the IDs you can pass directly to Instagram Highlight.
Story highlight list by profile
Fetch public Instagram highlight reels for a profile including highlight IDs, titles, cover images, and item counts for downstream story workflows.
Get started with a simple API call.
const response = await fetch('https://api.crawlkit.sh/v1/crawl/instagram/highlights', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
username: 'instagram',
options: {
timeout: 30000
}
})
});
const { data } = await response.json();
console.log(data.highlights.map(item => item.title));Everything you need for reliable instagram highlights workflows.
List all public highlight reels available on a profile with IDs ready for follow-up detail calls.
Each highlight includes a cover image URL you can use for dashboards or archives.
See how many story items exist in each highlight before deciding what to fetch next.
Get started in minutes with our simple API.
Sign up for free and get your API key instantly. No credit card required.
Use our simple REST API with your favorite programming language.
Receive clean JSON responses ready to use in your application.
Get clean, structured JSON data with every request. Our API returns comprehensive data including status codes, timing information, and your remaining credits.
{
"success": true,
"data": {
"highlights": [
{
"id": "18223279177302854",
"title": "Creators",
"coverUrl": "https://instagram.fist6-1.fna.fbcdn.net/...",
"itemCount": 12
},
{
"id": "17920456789012345",
"title": "Events",
"coverUrl": "https://instagram.fist6-1.fna.fbcdn.net/...",
"itemCount": 7
}
],
"timing": { "total": 1950 },
"creditsUsed": 1,
"creditsRemaining": 99
}
}Common applications for Instagram Highlights.
Discover highlight buckets before pulling their individual items.
Monitor how brands organize evergreen story content on public profiles.
Map highlight themes and volume across creators or competitors.
Everything you need to know about the Instagram Highlights API.
Yes. This endpoint returns the IDs you can pass directly to Instagram Highlight.
No. This only works for public Instagram profiles that expose highlights publicly.
No. This endpoint lists highlights only. Use Instagram Highlight to fetch the items inside a single highlight.
Get 100 free credits to test the API. No credit card required.