Open a Facebook Group
open_groupOpens a Facebook group and retrieves its visible posts, including author, text, timestamp, and URL. Works read-only; for private groups, it reports metadata without posts.
Instructions
Open a group and read its visible posts, newest first by default. Returns the group's metadata plus each post with its URL, author, text and timestamp. Read-only — it will not join the group. Private groups you are not a member of will return group metadata and no posts, which is reported explicitly rather than as an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | "recent" sorts chronologically — better for finding live requests | recent |
| limit | No | Maximum posts to return | |
| group_url | Yes | Group URL, e.g. https://www.facebook.com/groups/wordpressuk | |
| expand_text | No | Click "See more" on truncated posts. Slower, but truncated text loses the detail that makes a post worth finding. | |
| scroll_rounds | No | How many times to scroll for more posts. Each round costs a few seconds. |