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
{
"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 VerifiedGroup Posts
Retrieve a group feed.
Handled for you:login_wallRate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | string | yes | Group id or slug. |
| 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). |