Comments
Get Comments
Retrieves all comments for a specific content item. This tool allows you to access user comments, replies, and associated metadata for social media and content platform posts.
This tool is part of the Comment Tools category.
Parameters
Name | Type | Required | Description |
---|---|---|---|
content_id | string | Yes | The ID of the content item to retrieve comments for |
Example Request
Example Response
Usage Notes
- The response is an array of comment objects for the specified content item.
- Comments are typically returned in chronological order, but this may vary by platform.
- Top-level comments have
parent_id: null
, while replies have the ID of the parent comment. - The
user
object contains information about the commenter as provided by the platform. - Comment counts (likes, replies) are included when available from the platform.
- For the most up-to-date comments, consider using Refresh Comments before retrieving them.
- Some platforms may have limitations on the number of comments and replies returned.
- If the content item has no comments, an empty array will be returned.
- If the content item does not exist, a
404 Not Found
error will be returned.
Platform-Specific Notes
- YouTube: Provides detailed comment data including likes, replies, and user information.
- Instagram: May include comment data but might not expose all engagement metrics.
- Facebook: Provides comment data with reactions and reply counts.
- TikTok: Provides comment data including likes and reply counts.
- LinkedIn: Comment data may be more limited compared to other platforms.
Related Tools
- Get Comment - Retrieve a specific comment by ID
- Get Recent Comments - Get recent comments for a user account
- Publish Comment - Post a new comment on content
- Get Content By ID - Get information about the content item