Facebook
Facebook Group
Scrape a public Facebook group — name, member count, privacy, and About details — returned as clean JSON.
GET
/v1/facebook/groupExample request
curl "https://api.scraperize.com/v1/facebook/group?url=https://www.facebook.com/groups/cristianoronaldo404" \ -H "x-api-key: YOUR_API_KEY"
- Authenticate with the x-api-key header (or Authorization: Bearer).
- Responses come back as clean JSON in a consistent envelope.
- 1 credit per successful call — errors and cache hits are free.
- Full parameters and the response shape live in the API reference.