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.
Documentation Index
Fetch the complete documentation index at: https://docs.sociavault.com/llms.txt
Use this file to discover all available pages before exploring further.
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