Instagram modelsapi generation api

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 before Return:
  • data.edges: Highlights list
    • node.id: Highlight ID (format: highlight:xxx)
    • node.title: Highlight title
    • node.cover_media: Cover media info
    • node.cover_media_cropped_thumbnail: Cropped cover thumbnail
    • node.media_count: Number of stories in highlight
  • data.page_info: Pagination info
    • has_next_page: Whether has next page
    • end_cursor: Next page cursor (use as after parameter in next request) Pagination usage:
  1. First request: Only pass username and first parameters
  2. Get data.page_info.end_cursor from response
  3. Next request: Pass username, first, and after (use end_cursor from previous)
  4. Repeat steps 2-3 until data.page_info.has_next_page is false Price:
  • 0.008 USD/request

username = "instagram" first = 10

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Related Models