All sites
Data API
Facebook Data API
Public pages, posts and profile data from Facebook.
17endpointslogin_wall · Rate Limit handled for you
Example (captured live)
facebook.com
ExampleJSON responseclick the page to trace a field
{
"post_id": "pfbid02ktQwErTyUiOp",
"scraped_at": "2026-08-11T01:36:36.100100+00:00",
"author": "Patagonia",
"author_url": "https://www.facebook.com/patagonia",
"text": "We're thrilled to announce our new sustainability initiative, cutting packaging waste by 40% this year. Every order now ships in fully recycled, plastic-free materials.",
"image": "https://scontent.xx.fbcdn.net/v/t39.30808-6/sustainability_post.jpg",
"reactions": 12840,
"comments": 640,
"shares": 1502,
"url": "https://www.facebook.com/patagonia/posts/pfbid02ktQwErTyUiOp"
}
GET
/v1/data/facebook/posts/{post_id}1 credit / run VerifiedGet Post
Single post with author, media and reactions.
Handled for you:login_wallRate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| post_id | string | yes | Post id (story fbid). |