Facebook Group Posts
Facebook
Facebook Group Posts
Get posts from a public Facebook group. Returns up to 3 posts per request due to Facebook API constraints.
GET
Facebook Group Posts
💳 1 credit per request
Authorizations
Query Parameters
The URL of the group
Example:
"https://www.facebook.com/groups/homemakingtips/"
The ID of the group
Example:
"742354120555345"
How to sort the posts
Available options:
TOP_POSTS, RECENT_ACTIVITY, CHRONOLOGICAL, CHRONOLOGICAL_LISTINGS Example:
"TOP_POSTS"
The cursor to paginate to the next page
Example:
"AQHRBjJCelNvdGRjH8s2j-6..."
Response
Successful response
Key Response Fields:
data.posts[0].id: Post IDdata.posts[0].text: Post text contentdata.posts[0].url: Direct URL to the group postdata.posts[0].author.name: Name of the user who posteddata.posts[0].reactionCount: Total reaction countdata.posts[0].commentCount: Total comment countdata.posts[0].publishTime: Unix timestamp of publicationdata.posts[0].topComments: Top comments on the post (with author and text)data.posts[0].image: Post image URL (if applicable)data.cursor: Pagination cursor — pass ascursorto get the next 3 posts