instagram/v3/user-highlights
Get Instagram user's Highlights list Returns all highlight collections created by the user Support pagination
Input
Idle
Example output — click Run to generate your own
API README
Get user highlights
Purpose:
- Get Instagram user's Highlights list
- Returns all highlight collections created by the user
- Support pagination Parameters:
- username: Instagram username (required)
- first: Number of highlights per page (default 10, max 50)
- after: Forward pagination cursor, from previous response
data.page_info.end_cursor - before: Backward pagination cursor, from previous response
data.page_info.start_cursor - last: Highlights per page for backward pagination, use with
beforeReturn: data.edges: Highlights listnode.id: Highlight ID (format: highlight:xxx)node.title: Highlight titlenode.cover_media: Cover media infonode.cover_media_cropped_thumbnail: Cropped cover thumbnailnode.media_count: Number of stories in highlight
data.page_info: Pagination infohas_next_page: Whether has next pageend_cursor: Next page cursor (use as after parameter in next request) Pagination usage:
- First request: Only pass
usernameandfirstparameters - Get
data.page_info.end_cursorfrom response - Next request: Pass
username,first, andafter(use end_cursor from previous) - Repeat steps 2-3 until
data.page_info.has_next_pageis false Price:
- 0.008 USD/request
username = "instagram" first = 10
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

