Skip to main content
Instagram API

Instagram Comments API

List, reply to, hide, and delete comments on Instagram Business posts programmatically. PostPeer handles the Graph API and App Review.

  • List comments and first-level replies on any post
  • 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 Meta App Review on your side
No credit card required.
POST https://api.postpeer.dev/v1/posts
{ "platforms": ["twitter", "linkedin"], "content": "Hello world!" }
Published
2 platforms
TwitterLinkedIn
All posts delivered
Scheduled
queue
12
Queued
847
Sent
Next: in 15 min
Platforms
connected
XLIFBTT
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

Divanshu KhatterMarketing Manager at Sembark

"Couldn't figure out the official Pinterest API. PostPeer was smooth. Using it daily."

Divanshu Khatter, Marketing Manager at Sembark

Het TikawalaFounder at Kalizzle AI Studio

"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 Instagram Comment Management

Read and moderate comments without touching Meta's Graph API. One endpoint for listing, replying, hiding, and deleting.

List Comments and Replies

Fetch every comment on a post with author, text, timestamp, like count, and its first-level replies. Paginate through long threads with a cursor.

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. This is an Instagram-specific action.

Delete Comments

Remove a comment from your post when hiding is not enough. One call by comment ID.

Works on Existing Posts

Moderate comments on any media on the connected account, not only posts you published through PostPeer.

No Meta App Review

PostPeer is approved for `instagram_business_manage_comments` and runs the OAuth flow for you. Your users connect and it works.

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!" }
Published
2 platforms
TwitterLinkedIn
All posts delivered
Scheduled
queue
12
Queued
847
Sent
Next: in 15 min
Platforms
connected
XLIFBTT
One API, every platform