Skip to content
All sites
Data API

Facebook Data API

Public pages, posts and profile data from Facebook.

17endpointslogin_wall · Rate Limit handled for you
facebook.comGET/facebook/ads/…GET/facebook/ads/…GET/facebook/grou…{ } JSON
Example (captured live)
facebook.com
Example
JSON 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 Verified

Profile Posts

Retrieve a profile timeline.

Handled for you:login_wallRate Limit
Parameters
NameTypeReqDescription
identifierstringyesProfile id or username.
Advanced filters
amountintegernoMaximum posts to return. (default: 20)
cursorstringnoPagination cursor from a previous response.
afterstringnoAlias of cursor (mbasic 'See more' token).