Skip to main content

Facebook Analytics API

Bring Facebook Page post engagement data into your product, reporting workflow, automation, or AI system through one API.

  • Retrieve likes, comments, and shares for Facebook Page posts
  • Pull posts directly from connected Facebook Pages
  • Filter results by date range and sort by performance
  • OAuth and per-Page token handling managed through PostPeer
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

Add Social Media to Your Product in Three Steps

Connect once, then publish, schedule, and read data through the same API.

01

Get Your API Key

Sign up and get your API key instantly. No sales calls or complicated setup.

02

Integrate in Minutes

Connect once to PostPeer to publish, schedule, analyze, manage comments, and handle messages.

03

Support Every Major Platform

Give your users access to major social platforms without building and maintaining each integration yourself.

New to PostPeer? Read the getting started guide

Explore Requests and Responses by Format

Use the same endpoint and change only the fields required for each publishing format.

POSTRequest · Recent Page Posts
curl -X GET "https://api.postpeer.dev/v1/analytics?source=platform&platform=facebook&accountId=acc_fb_page_456&limit=10&page=1" \
 -H "x-access-key: your-api-key"
202Response · Recent Page Posts
{
    "success": true,
    "total": 1,
    "page": 1,
    "limit": 10,
    "posts": [
      {
        "source": "platform",
        "postId": null,
        "content": "Big launch today. Take a look at what we shipped.",
        "publishedAt": "2026-08-28T14:22:00Z",
        "aggregated": {
          "impressions": null,
          "reach": null,
          "likes": 142,
          "comments": 18,
          "shares": 9,
          "saves": null,
          "clicks": null,
          "views": null,
          "engagementRate": null
        },
        "platforms": [
          {
            "platform": "facebook",
            "platformPostId": "123456789_987654321",
            "platformPostUrl": "https://www.facebook.com/yourpage/posts/987654321",
            "metrics": {
              "impressions": null,
              "reach": null,
              "likes": 142,
              "comments": 18,
              "shares": 9,
              "saves": null,
              "clicks": null,
              "views": null,
              "engagementRate": null
            }
          }
        ]
      }
    ]
}

GET /v1/analytics

View the Facebook API reference

Everything You Need to Understand Facebook Page Performance

Bring Facebook Page post engagement data into dashboards, SaaS products, reporting tools, automations, and internal workflows.

Track Page Post Engagement

Retrieve likes, comments, and shares for supported Facebook Page posts through the unified analytics endpoint.

Pull Posts From Connected Pages

Use source=platform with the Facebook Page accountId to retrieve supported posts directly from the connected Page.

Analyze Content Published Through PostPeer

Use source=postpeer to retrieve Facebook content published through PostPeer, or query a specific published post using its stored postId.

Work Across Multiple Facebook Pages

Each connected Facebook Page has its own integration ID, letting your product retrieve analytics independently for different Pages.

Filter Performance by Date

Use fromDate and toDate to focus Facebook Page analytics on the reporting period your product needs.

Sort and Paginate Results

Use sortBy and order to organize returned Page posts, then use page and limit to move through larger result sets.

Ship Facebook Analytics in Any Stack

Whether your product is a Node app, a no-code workflow, or an AI agent, the same PostPeer API can power the publishing workflow.

Dev Stack

Typed SDKs and predictable REST APIs let you integrate PostPeer into the stack your application already uses.

No Code

Trigger publishing workflows from tools your team already uses.

Setup guides

AI Agents & MCP

Give Claude, Cursor, Codex, or your own AI agent the ability to publish, schedule, and interact with social workflows through PostPeer.

Connect via MCP

Frequently Asked Questions

Power Your Next Project With a Unified Social Media API

Give your users posting, scheduling, analytics, and engagement features through one API your team can maintain.

Start with 20 free credits. No credit card required.