Get Facebook group

Get a Facebook group by URL or group id.

GET/v1/facebook/groups
1credit
x-api-keystringheader

API key (`sfk_...`)

Parameters
2
urlstringquery

Public Facebook group URL.

min 1 chars · max 4096 chars

groupIdstringquery

Numeric Facebook group id when you have it instead of a full URL.

min 1 chars · max 256 chars · pattern: ^\d+$

Response fields
45

Endpoint-specific response payload.

datalookupStatus
string

Whether the group was found.

one of: found, not_found

Group profile when available.

datagroupplatform
string

Social platform for this group.

one of: facebook

datagroupid
string

Numeric Facebook group identifier.

min 1 chars

datagroupurl
string

Canonical public Facebook group URL.

min 1 chars

datagroupname
stringnullable

Group display name when available.

datagroupdescription
stringnullable

Group description when available.

datagroupcreatedAt
stringnullable

When the group was created (ISO-8601).

datagrouphistorySummary
stringnullable

Human-readable group history summary when available.

Privacy setting for the group.

datagroupprivacylabel
stringnullable

Short field label when available.

datagroupprivacydescription
stringnullable

Longer explanation for this label when available.

Visibility setting for the group.

datagroupvisibilitylabel
stringnullable

Short field label when available.

datagroupvisibilitydescription
stringnullable

Longer explanation for this label when available.

Categories assigned to the group.

datagroupcategories[]id
stringnullable

Category identifier when available.

datagroupcategories[]name
string

Category display name.

min 1 chars

datagroupmemberCount
integernullable

Total member count when available.

≥ 0

datagroupadministratorCount
integernullable

Number of administrators when available.

≥ 0

datagroupmoderatorCount
integernullable

Number of moderators when available.

≥ 0

Administrators when Facebook exposes them.

datagroupadministrators[]id
stringnullable

Platform identifier for this member when available.

datagroupadministrators[]name
stringnullable

Display name when available.

datagroupadministrators[]url
stringnullable

Public profile URL when available.

datagroupadministrators[]profilePictureUrl
stringnullable

Profile picture URL when available.

Moderators when Facebook exposes them.

datagroupmoderators[]id
stringnullable

Platform identifier for this member when available.

datagroupmoderators[]name
stringnullable

Display name when available.

datagroupmoderators[]url
stringnullable

Public profile URL when available.

datagroupmoderators[]profilePictureUrl
stringnullable

Profile picture URL when available.

Recent posting and membership activity.

datagroupactivitypostsLastDay
integernullable

Posts published in the last day when available.

≥ 0

datagroupactivitypostsLastMonth
integernullable

Posts published in the last month when available.

≥ 0

datagroupactivitynewMembersText
stringnullable

Human-readable new-member summary when available.

Published group rules.

datagrouprules[]id
stringnullable

Rule identifier when available.

datagrouprules[]title
string

Short rule title.

min 1 chars

datagrouprules[]description
stringnullable

Longer rule explanation when available.

Metadata describing the request and billing outcome.

metarequestId
string

Unique request identifier for tracing this API call.

min 1 chars

metacreditsCharged
integer

Credits charged for this request.

≥ 0

metaversion
string

Public API version that served the response.

one of: v1

metacached
booleanoptional

True when served from shared response cache. Credits still apply (full endpoint price); Age header may be present.

Code example

curl "https://api.socialfetch.dev/v1/facebook/groups?groupId=366190054572553" \
  -H "x-api-key: YOUR_API_KEY"

Responses

Group About-page profile.