Media Comments
GET {{baseUrl}}/v1/raw/ig/media-comments?code=<string>&after=<string>
Get media comments
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
code | string | (Required) Instagram post shortcode (digits and letters after https://www.instagram.com/p/) | |
after | string | Use end_cursor from the last page to get the next page |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"comments_disabled":"\u003cboolean\u003e","comments":[{"pk":"\u003cstring\u003e","user":{"pk":"\u003cstring\u003e","profile_pic_url":"\u003cstring\u003e","username":"\u003cstring\u003e","full_name":"\u003cstring\u003e","is_private":false,"is_verified":false},"created_at":"\u003cnumber\u003e","text":"\u003cstring\u003e","comment_like_count":"\u003cnumber\u003e","child_comment_count":"\u003cnumber\u003e"},{"pk":"\u003cstring\u003e","user":{"pk":"\u003cstring\u003e","profile_pic_url":"\u003cstring\u003e","username":"\u003cstring\u003e","full_name":"\u003cstring\u003e","is_private":false,"is_verified":false},"created_at":"\u003cnumber\u003e","text":"\u003cstring\u003e","comment_like_count":"\u003cnumber\u003e","child_comment_count":"\u003cnumber\u003e"}],"comment_count":"\u003cnumber\u003e","more_available":"\u003cboolean\u003e","end_cursor":"\u003cstring\u003e"}