/get_facebook_post_attachement_detailsGet Facebook Post Attachement Details
$0.01
JSON
REST
About this endpoint
Access Facebook data through agntdata: Get Facebook Post Attachement Details. Retrieves details about the attachments (e.g., images, videos, links) and all reactions (likes, loves, comments, shares, etc.) associated with a Facebook post. 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 |
|---|---|---|---|---|
| post_id | query | string | optional | Retrieve all attachments details.
FYI: This works only with **public** pages.Default: 1127651948717271 |
Responses
Successful response
{
"type": "object"
}Agent / Developer Schema
Machine-readable formats for integrating this endpoint into AI agents and toolchains.
{
"operationId": "Get_Facebook_Post_Attachement_Details",
"method": "get",
"path": "/get_facebook_post_attachement_details",
"summary": "Get Facebook Post Attachement Details",
"description": "Retrieves details about the attachments (e.g., images, videos, links) and all reactions (likes, loves, comments, shares, etc.) associated with a Facebook post.",
"parameters": [
{
"name": "post_id",
"in": "query",
"required": false,
"schema": {
"type": "string",
"default": "1127651948717271"
},
"description": "Retrieve all attachments details.\n\nFYI: This works only with **public** pages."
}
],
"responses": [
{
"statusCode": "200",
"description": "Successful response",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
},
{
"statusCode": "400",
"description": "Bad request"
},
{
"statusCode": "401",
"description": "Unauthorized - invalid API key"
},
{
"statusCode": "429",
"description": "Rate limit exceeded"
}
]
}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.