Get detailed information about a Facebook group by URL. Returns group name, description, member count, privacy setting, location, and cover photo.
curl "https://apidirect.io/v1/facebook/group?url=https%3A%2F%2Fwww.facebook.com%2Fgroups%2Fpython" \
-H "X-API-Key: YOUR_API_KEY"
{
"group": {
"id": "457987654321",
"name": "Python Developers Community",
"url": "https://www.facebook.com/groups/python",
"description": "A community for Python developers to share knowledge, ask questions, and collaborate on projects.",
"privacy": "Public",
"members_count": 285000,
"location": null,
"cover_photo": "https://scontent.xx.fbcdn.net/v/t39.30808-6/..."
}
}
You can get basic details (name, member count, privacy setting) for private groups, but their posts and member lists are not accessible.
You get the group name, ID, description, privacy setting, member count, location, and cover photo URL.
You only pay for successful requests. The Facebook Group Details API costs $0.008 per request. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.
No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.
Yes, there's a concurrency limit of 3 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key