Groups / Group Posts
per_call
Look up a public Group's name, privacy setting, member count and description, then page through its posts with author, text, media and engagement metrics. Useful for niche community research and demand discovery.
Endpoint
GET /v1/facebook/groups-group-posts
Price
$1.50
per 1,000 calls · $0.0015 per call
Cost per call
1 credit
Failed calls never charged
Parameters
target
required
stringThe Facebook handle, URL or identifier to resolve.
limit
optional
integerItems to return for list responses. Default 10, max 100.
cursor
optional
stringPagination cursor returned by a previous response.
Example request
Sandbox calls return deterministic sample data in the live payload shape.
curl
curl "https://api.fastfetchz.com/v1/facebook/groups-group-posts?target=nasa" \
-H "X-API-Key: $FASTFETCHZ_KEY"Example response
200 application/json
{
"success": true,
"service": {
"platform": "Facebook",
"name": "Groups / Group Posts",
"slug": "groups-group-posts"
},
"credits_charged": 1,
"credits_remaining": 99,
"latency_ms": 214,
"data": {
"items": [
{
"id": "7000384352",
"shortcode": "S88KG",
"url": "https://example.com/facebook/nasa/384352",
"caption": "Sandbox groups / group posts item #1 for @nasa.",
"media_type": "image",
"like_count": 24552,
"comment_count": 57,
"view_count": 385352,
"duration_sec": 64,
"taken_at": "2026-08-24T10:35:06.159Z"
},
{
"id": "7000462635",
"shortcode": "S9WYZ",
"url": "https://example.com/facebook/nasa/462635",
"caption": "Sandbox groups / group posts item #2 for @nasa.",
"media_type": "image",
"like_count": 22835,
"comment_count": 40,
"view_count": 463635,
"duration_sec": 47,
"taken_at": "2026-08-23T10:35:06.159Z"
}
],
"paging": {
"has_more": true,
"next_cursor": "cursor_40643"
}
}
}Error codes
StatusCodeMeaning
401invalid_api_keyMissing or unrecognized X-API-Key header. No credits are charged.
402insufficient_creditsYour balance is below the cost of the call. Top up to continue.
403account_suspended / key_revokedThe account is suspended or the key was revoked.
429rate_limitedThe key exceeded its monthly cap or the burst limit. Retry later.
500upstream_errorUnexpected failure while fulfilling the request. Not charged.