Posts
Media Info
Description
This endpoint retrieves detailed information about a specific Instagram media (post) based on its media ID.
Endpoint
GET api/v1/realtime/social/instagram/v1/media/{{mediaId}}/info/
Parameters
mediaId
Yes
Path Param
String | The unique identifier for the Instagram media (post) whose detailed information is to be retrieved
Post Comments
Description
This endpoint retrieves the comments for a specific Instagram post based on its media ID.
Endpoint
GET api/v1/realtime/social/instagram/v1/media/{{mediaId}}/comments/
Parameters
mediaId
Yes
Path Param
String | The unique identifier for the Instagram media (post) whose comments are to be retrieved
max_id
No
Query Param
String | used as pagination cursor -
Use the value of the next_max_id
field from the response as the value for pagination
target_comment_id
No
Query Param
String | By adding target_comment_id
, it will always include the comment as the first comment.
can_support_threading
No
Query Param
Boolean | True by default
min_id
No
Query Param
String | used as pagination cursor -
Use the value of the next_min_id
field from the response as the value for pagination
Post Likes
Description
This endpoint retrieves a list of users who have liked a specific Instagram post based on its media ID.
Endpoint
GET api/v1/realtime/social/instagram/v1/media/{{mediaId}}/likers/
Parameters
mediaId
Yes
Path Param
String | The unique identifier for the Instagram media (post) whose likers are to be retrieved
Last updated