All endpoints
Facebook Group Details

Facebook Group Details API

Get detailed information about a Facebook group by URL. Returns group name, description, member count, privacy setting, location, and cover photo.

Price: $0.008 per request
Free tier: 50 requests/month
Endpoint
GET /v1/facebook/group

Parameters

url *
Facebook group URL (e.g., https://www.facebook.com/groups/example)

Response fields

group
Group data object
id
Group ID
name
Group name
url
Group URL
description
Group description
privacy
Privacy setting (Public, Private)
members_count
Number of group members
location
Group location
cover_photo
Cover photo URL

Example Request

curl "https://apidirect.io/v1/facebook/group?url=https%3A%2F%2Fwww.facebook.com%2Fgroups%2Fpython" \
  -H "X-API-Key: YOUR_API_KEY"

Example Response

{
  "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/..."
  }
}

Frequently asked questions

Can I get details for private groups?

You can get basic details (name, member count, privacy setting) for private groups, but their posts and member lists are not accessible.

What group data is included?

You get the group name, ID, description, privacy setting, member count, location, and cover photo URL.

How does pricing work?

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.

Do I need a credit card to start?

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.

Are there rate limits?

Yes, there's a concurrency limit of 3 simultaneous requests per endpoint per user. If you need more, just get in touch.

Start using the Facebook Group Details API

Get your API key and start making requests in minutes. 50 requests/month free every month.

Get API Key