API Direct
Endpoints
Facebook Page Reels

Facebook Page Reels

GET /v1/facebook/page/reels
Documentation

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.

Cost
$0.008 per page
Free tier
50 requests/month

Parameters

reels_page_id *
Reels page ID (from Page Details endpoint)
pages
Number of pages to fetch (1-10, default 1). Billed per page.
get_sentiment
Set to true to add AI emotion analysis (+$0.001/page)

Example Request

curl "https://apidirect.io/v1/facebook/page/reels?reels_page_id=139654476388086" \
  -H "X-API-Key: YOUR_API_KEY"

Example Response

{
  "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
}

Your Usage

Free tier this month
Loading...
Recent Activity