v3

latestOpenAPI 3.0.1Proprietary2026-07-314140169.7 KB
Instagram Interactions

List post comments (multi-platform)

List comments on one of your posts. Supported platforms: Instagram, Facebook, YouTube (account must be connected with the youtube.force-ssl scope) and LinkedIn (organization posts). TikTok is not supported. For YouTube, post_id is the video ID; for LinkedIn, post_id is the post URN (e.g. urn:li:ugcPost:123). Instagram comments are returned newest-first per Meta Graph API v3.2+.

get/uploadposts/comments

Query parameters

platform'instagram' | 'facebook' | 'youtube' | 'linkedin'

Platform to list comments from. Defaults to 'instagram'. TikTok is not supported.

userstring required

Profile username as configured in Upload-Post.

post_idstring

Post identifier. YouTube = the video ID; LinkedIn = the post URN (urn:li:ugcPost:...); Instagram = numeric media ID. Use post_id or post_url (one is required).

post_urlstring

Full post URL. Alternative to post_id.

limitinteger

Maximum comments to return per page.

afterstring

Pagination cursor returned in pagination.next_cursor of the previous response. Pass it back to fetch the next page.

Response

Comments retrieved successfully.

successboolean