Social Media API
Social Media Comments API
List, reply to, hide, and delete comments across Instagram, Facebook, and Threads programmatically. One unified endpoint, with OAuth, token refreshes, and rate limits handled for you.
- List comments and replies on any post across supported platforms
- Reply to a comment or post a new top-level comment
- Hide or unhide comments to keep spam off your posts
- Delete comments, with no platform developer app on your side
No credit card required.
POST https://api.postpeer.dev/v1/posts
{ "platforms": ["twitter", "linkedin"], "content": "Hello world!" }
{ "platforms": ["twitter", "linkedin"], "content": "Hello world!" }
Published
2 platformsTwitterLinkedIn
All posts delivered
Scheduled
queue12
Queued
847
Sent
Next: in 15 min
Platforms
connectedXLIFBTT
One API, every platform
DF
"I was up and running on six different platforms in under 30 minutes. Strongly recommend!"
David Flor, Founder at Darklight Interactive
"Couldn't figure out the official Pinterest API. PostPeer was smooth. Using it daily."
Divanshu Khatter, Marketing Manager at Sembark
"Great integration experience. Jonathan ships fixes within hours. Mad respect for the speed."
Het Tikawala, Founder at Kalizzle AI Studio
How It Works
Add social media to your product in three steps.
01
Get Your API Key
Sign up and get your API key instantly — no sales calls, no complex onboarding.
02
Integrate in Minutes
A single endpoint to post, schedule, and manage content. Drop it into your product and go.
03
Your Users Post Everywhere
Your product now supports every major social platform — without you maintaining a single integration.
API Response Format
Clean, structured JSON that's easy to parse and integrate
Request
POST
curl "https://api.postpeer.dev/v1/comments?platform=instagram&accountId=acc_ig_biz_789&postId=17890012345678&limit=25" \
-H "x-access-key: your-api-key"Response
JSON
{
"success": true,
"comments": [
{
"id": "17920012345678",
"text": "This is exactly what I needed, thank you!",
"author": {
"id": "17841400000000",
"name": "creator_jane"
},
"timestamp": "2026-08-01T09:14:00Z",
"likeCount": 4,
"hidden": false,
"replies": [
{
"id": "17920099999999",
"text": "Glad it helped!",
"author": {
"id": "17841411111111",
"name": "yourbrand"
},
"timestamp": "2026-08-01T09:20:00Z",
"likeCount": 1
}
]
}
],
"nextCursor": "QVFIUl9..."
}Everything You Need for Comment Management
Read and moderate comments across every connected network without touching each platform API. One endpoint for listing, replying, hiding, and deleting.
One Endpoint, Every Platform
Read and moderate comments on Instagram, Facebook, and Threads through a single `/v1/comments` endpoint. Same request shape everywhere, you just switch the platform value.
List Comments and Replies
Fetch every comment on a post with author, text, timestamp, like count, and its replies. Paginate through long threads with a cursor, normalized across platforms.
Reply and Comment
Post a top-level comment on a post, or reply to an existing comment. Same endpoint, you just switch between a postId and a commentId.
Hide and Unhide
Toggle a comment between hidden and visible to moderate spam without deleting it. Available on the platforms that support it, like Instagram and Facebook.
Delete Comments
Remove a comment from your post when hiding is not enough. One call by comment ID, regardless of which platform the comment lives on.
Works on Existing Posts
Moderate comments on any post on the connected account, not only posts you published through PostPeer. No platform App Review on your side.
Frequently Asked Questions
Ready to Add Social Media to Your Product?
One API. Every platform. Start building with free credits.
Start Posting for FreeNo credit card required.
POST https://api.postpeer.dev/v1/posts
{ "platforms": ["twitter", "linkedin"], "content": "Hello world!" }
{ "platforms": ["twitter", "linkedin"], "content": "Hello world!" }
Published
2 platformsTwitterLinkedIn
All posts delivered
Scheduled
queue12
Queued
847
Sent
Next: in 15 min
Platforms
connectedXLIFBTT
One API, every platform