/get_facebook_group_metadata_detailsGet Facebook Group Metadata Details
$0.01
JSON
REST
About this endpoint
Access Facebook data through agntdata: Get Facebook Group Metadata Details. Get group metadata details (name, id, url, image). Use group_id to retrieve specific group information. Responses are structured JSON for AI agents, analytics, and automation — one API key instead of juggling upstream accounts. Ideal when you need page and group posts, marketplace listings, video content, and ad discovery programmatically.
Use cases
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| group_id | query | string | optional | — |
| link | query | string | optional | —Default: https://www.facebook.com/groups/gieldagryplanszowe |
Responses
Response
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
},
"url": {
"type": "string"
},
"image_alt": {
"type": "string"
},
"image": {
"type": "string"
}
}
}Agent / Developer Schema
Machine-readable formats for integrating this endpoint into AI agents and toolchains.
{
"operationId": "Get_Facebook_Group_Metadata_Details",
"method": "get",
"path": "/get_facebook_group_metadata_details",
"summary": "Get Facebook Group Metadata Details",
"description": "Get group metadata details (name, id, url, image). Use group_id to retrieve specific group information.",
"parameters": [
{
"name": "group_id",
"in": "query",
"required": false,
"schema": {
"type": "string"
}
},
{
"name": "link",
"in": "query",
"required": false,
"schema": {
"type": "string",
"default": "https://www.facebook.com/groups/gieldagryplanszowe"
}
}
],
"responses": [
{
"statusCode": "200",
"description": "Response",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
},
"url": {
"type": "string"
},
"image_alt": {
"type": "string"
},
"image": {
"type": "string"
}
}
},
"example": {
"id": "1439220986320043",
"title": "Giełda GRY Planszowe",
"description": "Sprzedajemy, kupujemy, wymieniamy gry planszowe, karciane, bitewne etc. i wszystko co z nimi związane.\n\nGrupa nie akceptuje postów informacyjnych, porad,...",
"url": "https://www.facebook.com/groups/gieldagryplanszowe/",
"image_alt": "Giełda GRY Planszowe",
"image": "https://scontent-fra3-1.xx.fbcdn.net/v/t39.30808-6/464703294_1644818736383102_6825067784690758424_n.jpg?stp=dst-jpg_tt6&cstp=mx851x315&ctp=s851x315&_nc_cat=108&ccb=1-7&_nc_sid=0b1479&_nc_ohc=sO-iwpi6W7EQ7kNvwG3Qzt9&_nc_oc=Adk5KAZgmtHRw5ICKbuqWwR317kp5pr_ZZ_Xss4qiJJUU-rTBv28QgL1FnKSs_5I2Dk&_nc_zt=23&_nc_ht=scontent-fra3-1.xx&_nc_gid=oPySbmS0AOLxlT_EU1EV2w&oh=00_AfXSayK0swBus4f_Ls8qwsQW_qYlavMj8rlRp8bpal0Jdw&oe=68A12428"
}
}
}
}
]
}Pricing
Credits are deducted from your agntdata balance on each successful API call. Failed requests (4xx/5xx) are not charged.
Related endpoints
Start using this endpoint
Generate your API key and make your first call in under a minute. Free tier available with transparent pricing.