List Facebook group posts
Lists posts for a public Facebook group. Pass the full group URL and optional `sortBy` and `cursor` for pagination. Check `data.lookupStatus` for `found` vs `not_found`.
Operation
/v1/facebook/groups/postsHeaders
API key (`sfk_...`)
Parameters
Public Facebook group URL whose posts should be listed.
min 1 chars · max 4096 chars
Optional sort order for the returned posts.
one of: top, recentActivity, chronological, chronologicalListings
Opaque pagination cursor from a previous response (`data.page.nextCursor`).
min 1 chars
Response fields
Endpoint-specific response payload.
Whether the group resolved for this request.
one of: found, not_found
Posts returned for the requested group. This array may be empty when the group resolves but no posts are returned.
Stable identifier for the post.
min 1 chars
Canonical public URL for this Facebook group post.
min 1 chars
Text body of the post when available.
ISO-8601 timestamp for when the post was published, when available.
Reaction count for the post when available.
≥ 0
Comment count for the post when available.
≥ 0
Author summary for this post.
Platform identifier for the post author when available.
Display name for the post author when available.
Public profile URL for the post author when available.
Embedded video metadata when this post includes video.
Thumbnail image URL for embedded video when available.
Video duration in milliseconds when available.
≥ 0
Standard-definition video URL when available.
High-definition video URL when available.
Pagination information for the current response.
Cursor to pass as `cursor` in the next request when `hasMore` is true; otherwise null.
Whether another page of posts can be requested.
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
Code example
Responses
Group posts for the requested feed. Check `data.lookupStatus` for `found` vs `not_found`.
Error codes
Post transcript
Returns a plain-text transcript for a public Facebook post or reel when available. Pass `url` as a full permalink. Short videos are more likely to return speech; longer videos may not include a transcript. Inspect `data.lookupStatus` for found, not found, or lookup_failed.
Profile
Looks up a LinkedIn public profile by URL. Availability is indicated in `data.lookupStatus` as `found` or `not_found`.