Comments
Instagram
Comments
Get comments from an Instagram post or reel, paginated at ~15 per page. Use the cursor from each response to load more. Note: Instagram’s displayed comment count includes replies and hidden comments — this endpoint returns top-level visible comments only, so the total may be lower than what is shown on the post.
GET
Comments
💳 1 credit per request — returns ~15 comments per page. Use
cursor to paginate.cursor parameter from the response to get the next page of comments.Authorizations
Query Parameters
Instagram post or reel URL
Example:
"https://www.instagram.com/reel/DOq6eV6iIgD"
Cursor for pagination. Get 'cursor' from previous response to fetch more comments.
Example:
"eyJjYWNoZWRfY29tbWVud..."
Response
Successful response
Key Response Fields:
data.comments[0].id: Unique comment IDdata.comments[0].text: Comment text contentdata.comments[0].created_at: ISO timestamp of when the comment was posteddata.comments[0].user.username: Commenter's Instagram usernamedata.comments[0].user.profile_pic_url: Commenter's profile picture URLdata.comments[0].user.is_verified: Whether the commenter is a verified accountdata.cursor: Pagination cursor — pass to thecursorparameter to fetch the next page