instagram/v3/user-tagged-posts
Get Instagram user's tagged posts list Posts where other users tagged this user Support pagination
Input
Idle
Example output — click Run to generate your own
API README
Get user tagged posts
Purpose:
- Get Instagram user's tagged posts list
- Posts where other users tagged this user
- Support pagination Parameters:
- username: Instagram username (required)
- first: Posts per page for forward pagination (default 12, 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: Posts per page for backward pagination, use with
before - count: Number of posts for first request (default 12) Return:
data.edges: Post listnode.id: Post IDnode.code: Post shortcodenode.display_url: Display image URLnode.taken_at: Published timestampnode.like_count: Likes countnode.comment_count: Comments countnode.caption.text: Post caption textnode.user: Post author info
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 = 12
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

