Get a user's story highlights by username or profile URL. Returns each highlight's ID, title, story count, cover image, and created / updated dates. Use the highlight ID with the Highlight Stories endpoint to get the stories inside.
curl "https://apidirect.io/v1/instagram/user/highlights?username=mrbeast" \
-H "X-API-Key: YOUR_API_KEY"
{
"highlights": [
{
"highlight_id": "17929440964811872",
"title": "Operation Chad",
"media_count": 14,
"cover_url": "https://scontent.cdninstagram.com/v/t51.82787-15/cover.jpg",
"created_at": "2021-12-01 21:15:33",
"created_at_timestamp": 1638393333,
"updated_at": "2025-08-09 03:54:16",
"updated_at_timestamp": 1754706856,
"is_pinned": false,
"url": "https://instagram.com/stories/highlights/17929440964811872/",
"author": "mrbeast",
"author_id": "2278169415"
}
],
"username": "mrbeast",
"count": 9
}
Stories disappear after 24 hours; highlights are stories the user saved to their profile permanently.
Pass highlight_id from this response to the Highlight Stories endpoint.
You only pay for successful requests. The Instagram User Highlights API costs $0.006 per request. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.
No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.
Yes, there's a concurrency limit of 5 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key