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
{
"identifier": "cocacola",
"results": [
{
"scraped_at": "2026-08-10T21:06:10.220100+00:00",
"author": "Coca-Cola",
"author_url": "https://www.facebook.com/Coca-Cola",
"text": "Share a Coke this summer. Find your name on a bottle and tag a friend you'd share one with.",
"image": "https://scontent.xx.fbcdn.net/v/t39.30808-6/share_a_coke.jpg",
"reactions": 18420,
"comments": 512,
"shares": 903,
"url": "https://www.facebook.com/Coca-Cola/posts/pfbid02shareacoke"
},
{
"scraped_at": "2026-08-10T21:06:10.220210+00:00",
"author": "Coca-Cola",
"author_url": "https://www.facebook.com/Coca-Cola",
"text": "Behind the scenes of our newest campaign shoot. Cheers to good moments and the people we share them with.",
"image": "https://scontent.xx.fbcdn.net/v/t39.30808-6/campaign_bts.jpg",
"reactions": 9120,
"comments": 210,
"shares": 340,
"url": "https://www.facebook.com/Coca-Cola/posts/pfbid09campaignbts"
}
]
}
GET
/v1/data/facebook/profiles/{identifier}/posts1 credit / run VerifiedProfile Posts
Retrieve a profile timeline.
Handled for you:login_wallRate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| identifier | string | yes | Profile id or username. |
| Advanced filters | |||
| amount | integer | no | Maximum posts to return. (default: 20) |
| cursor | string | no | Pagination cursor from a previous response. |
| after | string | no | Alias of cursor (mbasic 'See more' token). |