Media Comments

GET {{baseUrl}}/v1/raw/ig/media-comments?code=<string>&after=<string>

Get media comments

Request Params

KeyDatatypeRequiredDescription
codestring(Required) Instagram post shortcode (digits and letters after https://www.instagram.com/p/)
afterstringUse end_cursor from the last page to get the next page

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;comments_disabled&quot;:&quot;\u003cboolean\u003e&quot;,&quot;comments&quot;:[{&quot;pk&quot;:&quot;\u003cstring\u003e&quot;,&quot;user&quot;:{&quot;pk&quot;:&quot;\u003cstring\u003e&quot;,&quot;profile_pic_url&quot;:&quot;\u003cstring\u003e&quot;,&quot;username&quot;:&quot;\u003cstring\u003e&quot;,&quot;full_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;is_private&quot;:false,&quot;is_verified&quot;:false},&quot;created_at&quot;:&quot;\u003cnumber\u003e&quot;,&quot;text&quot;:&quot;\u003cstring\u003e&quot;,&quot;comment_like_count&quot;:&quot;\u003cnumber\u003e&quot;,&quot;child_comment_count&quot;:&quot;\u003cnumber\u003e&quot;},{&quot;pk&quot;:&quot;\u003cstring\u003e&quot;,&quot;user&quot;:{&quot;pk&quot;:&quot;\u003cstring\u003e&quot;,&quot;profile_pic_url&quot;:&quot;\u003cstring\u003e&quot;,&quot;username&quot;:&quot;\u003cstring\u003e&quot;,&quot;full_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;is_private&quot;:false,&quot;is_verified&quot;:false},&quot;created_at&quot;:&quot;\u003cnumber\u003e&quot;,&quot;text&quot;:&quot;\u003cstring\u003e&quot;,&quot;comment_like_count&quot;:&quot;\u003cnumber\u003e&quot;,&quot;child_comment_count&quot;:&quot;\u003cnumber\u003e&quot;}],&quot;comment_count&quot;:&quot;\u003cnumber\u003e&quot;,&quot;more_available&quot;:&quot;\u003cboolean\u003e&quot;,&quot;end_cursor&quot;:&quot;\u003cstring\u003e&quot;}