Skip to main content
GET
Comments & Likers
Page through a media’s comments, or list the likers of a comment. Credits: 8 (comments, comments/{comment_id}/likers)

Authorization

string
required
Your ScrapeBadger API key.

Path Parameters

string
required
Media shortcode.
string
Comment-liker path only — the parent comment’s pk.

Query Parameters

integer
default:"20"
Page size.
string
Opaque next-page token from a previous next_cursor.

Paths

  • GET /v1/instagram/media/{code}/comments — top-level comments.
  • GET /v1/instagram/media/{code}/comments/{comment_id}/likers — likers of a comment.

Response

Comment[] | UserShort[]
For the comments path a Comment: pk, text, user, created_at, created_at_utc, like_count, has_liked. For the comment-liker path a UserShort.
integer
string
Null when exhausted.
boolean

Example

Response