Facebook Profile reels API
List a page’s reels by URL with cursor pagination: caption, view count, permalink and thumbnail.
Provider network
Providers ranked by traffic
Try it
Make your first request
{
"found": true,
"data": {
"reels": [
{
"id": "UzpfSTEwMDA2NDAyNzI0Mjg0OTpWSzox",
"url": "https://www.facebook.com/reel/1114235920664408",
"caption": "Inside the rocket assembly building 🚀",
"views": 900000,
"thumbnail": "https://facebook.com/reel/1114235920664408/thumb.jpg",
"createdAt": "2025-09-13T20:51:28.000Z"
}
]
}
}interface FacebookProfileReelsResponse {
data: {
reels: {
caption: string;
createdUtc: number;
id: string;
thumbnail: string;
url: string;
views: number;
}[];
} | null;
found: boolean;
}Full parameter and response reference - every field, type, and example for this endpoint.
Reference
Request, response, and price
Last verified 2026-09-14 · uptime and latency measured over 30dcurl -X POST https://api.getanyapi.com/v1/run/facebook.profile_reels \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://www.facebook.com/nasa"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| url | string | "https://www.facebook.com/nasa"Full Facebook page/profile URL. |
| cursor | string | Pagination cursor from a previous response. |
| Response | ||
| found | boolean | true |
| data | object | |
| data.reels | array | |
| data.reels[].id | string | "UzpfSTEwMDA2NDAyNzI0Mjg0OTpWSzox" |
| data.reels[].url | string | "https://www.facebook.com/reel/1114235920664408" |
| data.reels[].caption | string | "Inside the rocket assembly building 🚀" |
| data.reels[].views | number | 900000 |
| data.reels[].thumbnail | string | "https://facebook.com/reel/1114235920664408/thumb.jpg" |
| data.reels[].createdAt | string | "2025-09-13T20:51:28.000Z" |
| Price | ||
| Price per request | USD | $0.0012 |
| Price /1k req | USD | $1.20 |
FAQ
About the Facebook Profile reels API
The AnyAPI Facebook Profile reels API returns Facebook profile reels data as normalized JSON from one POST call to /v1/run/facebook.profile_reels. List a page’s reels by URL with cursor pagination: caption, view count, permalink and thumbnail. AnyAPI routes each request across 2 sources and falls back automatically when one fails. It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of Facebook profile reels calls through AnyAPI succeeded, with a median response time of 3.6 seconds across 1 measured calls.