---
title: "Facebook Group Posts"
method: GET
path: "/v1/facebook/group/posts"
tags: ["Facebook"]
---

# Facebook Group Posts

`GET /v1/facebook/group/posts`

Fetches posts from a public Facebook group, limited to 3 posts per page due to API limitations. Each post includes id, text, url, reactionCount, commentCount, publishTime, videoDetails, and topComments. Results are chronological by default. Supports TOP_POSTS, RECENT_ACTIVITY, CHRONOLOGICAL, and CHRONOLOGICAL_LISTINGS with cursor-based pagination.

## Query parameters

- `url` string
- `group_id` string
- `sort_by` 'TOP_POSTS' | 'RECENT_ACTIVITY' | 'CHRONOLOGICAL' | 'CHRONOLOGICAL_LISTINGS'
- `cursor` string

## Response `200`

Successful response

---

[API](https://skmtc.dev/scrapecreators/apis/scrape-creators-api.md) · [All operations](https://skmtc.dev/scrapecreators/apis/scrape-creators-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scrapecreators/scrape-creators-api/revisions/e9ec3dbbd8b8/schema)
