/get_facebook_reels_detailsGet Page Reels
Facebook Pages Details/Posts
Cost / request
$0.01
Response format
JSON
Protocol
REST
About this endpoint
Access Facebook data through agntdata: Get Page Reels. Get the latest Facebook Page Reels (up to 10 reels per request). Use end_cursor to retrieve more posts. 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
AI agents that need Facebook data in structured form
Analytics and monitoring pipelines for Facebook content
Research and GTM workflows that combine Facebook signals with other data
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| end_cursor | query | string | optional | If **end_cursor** is empty, retrieve up to **ten** reels, utilizing the **newly generated** end_cursor from the **page_info** details in the response to fetch subsequent reels in the list. |
| link | query | string | optional | —Default: https://www.facebook.com/mancity |
| profile_id | query | string | optional | Facebook profile ID. Used only if `link` is not provided. |
Responses
Successful response
{
"type": "object"
}Agent / Developer Schema
Machine-readable formats for integrating this endpoint into AI agents and toolchains.
{
"operationId": "Get_Page_Reels",
"method": "get",
"path": "/get_facebook_reels_details",
"summary": "Get Page Reels",
"description": "Get the latest Facebook Page Reels (up to 10 reels per request). Use end_cursor to retrieve more posts.",
"parameters": [
{
"name": "end_cursor",
"in": "query",
"required": false,
"schema": {
"type": "string"
},
"description": "If **end_cursor** is empty, retrieve up to **ten** reels, utilizing the **newly generated** end_cursor from the **page_info** details in the response to fetch subsequent reels in the list."
},
{
"name": "link",
"in": "query",
"required": false,
"schema": {
"type": "string",
"default": "https://www.facebook.com/mancity"
}
},
{
"name": "profile_id",
"in": "query",
"required": false,
"schema": {
"type": "string"
},
"description": "Facebook profile ID. Used only if `link` is not provided."
}
],
"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
$0.01per successful request
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.
Facebook APIFacebook data APIget page reels APIAI agents data APIFacebook APIFacebook data APIFacebook for AI agents