Get comments from an Instagram post or reel (~15 per page). Use the cursor from each response to paginate. Note: Instagram’s displayed comment count includes replies and hidden comments — the API returns top-level visible comments only, so total results will typically be lower than the count shown on the post.
cursor to paginate.cursor parameter from the response to get the next page of comments.Instagram post or reel URL
"https://www.instagram.com/reel/DOq6eV6iIgD"
Cursor for pagination. Get 'cursor' from previous response to fetch more comments.
"eyJjYWNoZWRfY29tbWVud..."
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 the cursor parameter to fetch the next page