Skip to content
scrapeatlas.Dashboard

Get a Facebook group

Try in Playground

Retrieve a public group summary, activity, rules, visibility, and published administrator/moderator previews.

GET/v1/facebook/groupx-api-key
x-api-keystringrequiredheader

Your ScrapeAtlas customer key. Create one on /account/ and set SCRAPEATLAS_API_KEY.

Query parameters
2
urlstringquery

Public HTTPS Facebook resource URL. Common tracking parameters are stripped; credentials, ports, lookalike hosts, traversal and unsupported paths are rejected.

max 4096 chars

Examplehttps://www.facebook.com/groups/200000000000001/
group_idstringquery

Numeric public group identifier, as an alternative to url.

Response fields
36
idstring

Public source id; null or empty when no value is exposed.

urlstring

Public HTTPS Facebook resource URL. Common tracking parameters are stripped; credentials, ports, lookalike hosts, traversal and unsupported paths are rejected.

namestring

Public source name; null or empty when no value is exposed.

descriptionstringnullable

Public source description; null or empty when no value is exposed.

privacyobjectnullable

Public source privacy; null or empty when no value is exposed.

visibilityobjectnullable

Public source visibility; null or empty when no value is exposed.

categoriesobject[]

Public source categories; null or empty when no value is exposed.

up to 100 items

created_atstringnullable

Public source created_at; null or empty when no value is exposed.

history_summarystringnullable

Public source history_summary; null or empty when no value is exposed.

member_countnumbernullable

Public source member_count; null or empty when no value is exposed.

member_count_textstringnullable

Public source member_count_text; null or empty when no value is exposed.

administrator_countnumbernullable

Public source administrator_count; null or empty when no value is exposed.

moderator_countnumbernullable

Public source moderator_count; null or empty when no value is exposed.

administratorsobject[]

Public source administrators; null or empty when no value is exposed.

up to 100 items

moderatorsobject[]

Public source moderators; null or empty when no value is exposed.

up to 100 items

activityobjectnullable

Public source activity; null or empty when no value is exposed.

rulesobject[]

Public source rules; null or empty when no value is exposed.

up to 100 items

about_infoobject[]

Public source about_info; null or empty when no value is exposed.

up to 100 items

dataobjectoptional

Normalized result with author, post, event or listing data and per-item coverage where applicable.

When include is requested: total rows, successfully enriched rows and failed rows.

hydration.totalinteger

Always included.

hydration.enrichedinteger

Always included.

hydration.failedinteger

Always included.

successboolean

True when usable public data is returned.

statusenum

success or partial on HTTP 200; failed or challenged on failure.

one of: success, partial

requestIdstring

Request correlation UUID.

sourceUrlstring

Canonical public Facebook page used for retrieval.

absolute HTTPS URL

fetchedAtstring

UTC retrieval timestamp.

Completeness of this bounded response. Warnings name restricted, missing, interrupted or unavailable optional data.

coverage.sourcestring

Always included.

coverage.completeboolean

Always included.

coverage.warningsstring[]

Always included.

Counted upstream requests, decoded response bytes and elapsed milliseconds.

accounting.upstreamRequestsinteger

Always included.

≥ 0

accounting.responseBytesinteger

Always included.

≥ 0

accounting.durationMsinteger

Always included.

≥ 0

HTTP 200 returns the success variant. Check status: partial means usable data with warnings, and failed or challenged requests carry a failure object described in Errors & responses.

Error codes
10
HTTPfailure.codeMeaning
200partialUsable data with explicit missing/failed auxiliary coverage.
400invalid_requestMalformed, duplicate, conflicting or unsupported parameters.
401unauthorizedMissing or invalid service API key.
403restricted_pageThe resource is private or restricted.
404not_foundUnknown route or missing resource.
429upstream_rate_limitedFacebook throttled retrieval.
502upstream_challenged upstream_error unsupported_pageSource challenge, failure or unsupported/mismatched structure.
502response_too_large payload_too_complex request_limit unsafe_redirectBounded retrieval or fixed-origin policy failed.
503busyAll Facebook worker slots are occupied.
504timeoutRequest deadline expired.