Social Media Comments API
Zernio's social media comments API lets you read, reply, hide, and moderate comments across 8 platforms. Build comment automation into your product.
Inbox Add-On Required
Comments API requires the Inbox add-on. Starting at $10/month.
Key Features
Read Comments
Fetch all comments on any post across 8 platforms in a normalized format.
Reply to Comments
Post replies programmatically. Build auto-responders or support workflows.
Hide & Unhide
Hide spam or inappropriate comments on Facebook, Instagram, and Threads.
Like Comments
Like or upvote comments on Facebook, Bluesky, Reddit, and X (Twitter).
Delete Comments
Remove your own replies or comments you manage.
Private Replies
Send private messages in response to Facebook and Instagram comments.
Moderation at Scale
Filter, hide, and manage thousands of comments with API automation.
Real-Time Webhooks
Get notified instantly when new comments arrive on your posts.
How It Works
- 1.Enable Inbox Add-OnActivate from your billing settings.
- 2.Connect AccountsReconnect social accounts to grant comment permissions.
- 3.Fetch & RespondUse the API to read, reply, moderate, and automate.
Why Automate Comments
Boost Engagement
Fast replies signal active accounts and improve algorithmic reach.
Scale Support
Handle thousands of comments without manual effort.
Clean Up Spam
Auto-hide or delete spam comments as they arrive.
One API, 8 Platforms
Normalized response format. No platform-specific code needed.
Code Examples
const res = await fetch(
"https://zernio.com/api/v1/inbox/comments/POST_ID?accountId=ACC_ID",
{ headers: { Authorization: "Bearer YOUR_API_KEY" } }
);
const { comments } = await res.json();await fetch("https://zernio.com/api/v1/inbox/comments/POST_ID", {
method: "POST",
headers: {
Authorization: "Bearer YOUR_API_KEY",
"Content-Type": "application/json"
},
body: JSON.stringify({
accountId: "ACC_ID",
commentId: "COMMENT_ID",
message: "Thanks for your feedback!"
})
});curl -X POST "https://zernio.com/api/v1/inbox/comments/POST_ID/COMMENT_ID/hide" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "accountId": "ACC_ID" }'Supported Platforms
Read and reply to comments on all major social platforms.
See it in action

Fetch, reply, hide, and delete comments via API.

Build auto-responders or pipe comments into your CRM.
Frequently Asked Questions
- What is a social media comments API?
- └A social media comments API is a programmatic interface for reading, replying to, and moderating comments across social platforms. Instead of logging into each platform manually, developers use one API to manage all comments from Instagram, YouTube, Facebook, LinkedIn, Threads, X, Reddit, and Bluesky.
- Which platforms support comment moderation via API?
- └Zernio supports comment read, reply, and moderation on 8 platforms: Facebook, Instagram, YouTube, LinkedIn, Threads, X/Twitter, Reddit, and Bluesky. Hide/unhide is available on Facebook, Instagram, and Threads.
- Can I auto-reply to comments with Zernio?
- └Yes. Use the API to build auto-responders that reply to comments based on keywords or rules. For Instagram and Facebook, Zernio also offers a dedicated Comment-to-DM automation feature that sends a private message when users comment specific keywords.
- Can I hide or delete comments?
- └Yes. Hide/unhide on Facebook, Instagram, and Threads. Delete your own replies on all supported platforms.
- How much does the comments API add-on cost?
- └The Inbox add-on (which includes comments, DMs, and reviews) starts at $10/month on the Build plan, $50/month on Accelerate, and $1,000/month on Unlimited.
- Can I get real-time notifications?
- └Yes. Configure a webhook URL to receive new comment events instantly.
Related Features
Automate Your Comment Management
Read, reply, and moderate across 8 platforms with one API.

