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
{
"group_id": "112233445566778",
"results": [
{
"scraped_at": "2026-08-11T01:36:30.100100+00:00",
"author": "Marcus Bailey",
"author_url": "https://www.facebook.com/marcus.bailey",
"text": "Finally dialed in my new grinder. 18g in, 36g out, 28 seconds. Best shot I've pulled all month.",
"image": "https://scontent.xx.fbcdn.net/v/t39.30808-6/espresso_shot.jpg",
"reactions": 142,
"comments": 38,
"shares": 2,
"url": "https://www.facebook.com/groups/112233445566778/posts/998877665544332"
},
{
"scraped_at": "2026-08-11T01:36:30.100210+00:00",
"author": "Priya Natarajan",
"author_url": "https://www.facebook.com/priya.natarajan",
"text": "Anyone tried the new medium roast from Onyx? Thinking about ordering a bag but wanted opinions first.",
"image": null,
"reactions": 56,
"comments": 27,
"shares": 0,
"url": "https://www.facebook.com/groups/112233445566778/posts/112233445566990"
}
]
}
GET/v1/data/facebook/groups/{group_id}/posts1 credit / run Verified

Group Posts

Retrieve a group feed.

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