Get Reels from a Facebook page. Returns video details including description, play count, engagement metrics, and author information. Requires the reels_page_id from the Page Details endpoint.
curl "https://apidirect.io/v1/facebook/page/reels?reels_page_id=139654476388086" \
-H "X-API-Key: YOUR_API_KEY"
{
"reels": [
{
"video_id": "9876543210987654",
"post_id": "139654476388086_9876543210987654",
"url": "https://www.facebook.com/reel/9876543210987654",
"description": "Behind the scenes at Meta HQ #tech #meta",
"sentiment": {
"emotions": {
"joy": 40,
"trust": 55,
"fear": 0,
"surprise": 10,
"sadness": 0,
"disgust": 0,
"anger": 0,
"anticipation": 30
},
"dominant_emotion": "trust",
"emotional_intensity": 5,
"polarity": "positive"
},
"date": "2026-02-20 16:30:00",
"timestamp": 1771590600,
"length_in_seconds": 30,
"play_count": 1250000,
"comments_count": 3400,
"reactions_count": 45000,
"reshare_count": 8200,
"author_name": "Meta",
"author_url": "https://www.facebook.com/Meta",
"thumbnail": "https://scontent.xx.fbcdn.net/v/t15.5256-10/..."
}
],
"count": 1,
"pages": 1
}