All endpoints
Facebook Page Videos

Facebook Page Videos API

Get videos from a Facebook page. Returns video titles, descriptions, thumbnails, play counts, and publication dates. Requires the delegate_page_id from the Page Details endpoint.

Price: $0.008 per page
Free tier: 50 requests/month
Endpoint
GET /v1/facebook/page/videos

Parameters

delegate_page_id *
Delegate page ID (from Page Details endpoint)
pages
Number of pages to fetch (1-10, default 1). Billed per page.

Response fields

videos
Array of page videos
video_id
Video ID
url
Direct link to the video on Facebook
description
Video description
thumbnail
Video thumbnail URL
play_count
Number of views/plays
date
Publication date and time
timestamp
Unix timestamp
count
Number of videos returned
pages
Number of pages fetched

Example Request

curl "https://apidirect.io/v1/facebook/page/videos?delegate_page_id=20531316728" \
  -H "X-API-Key: YOUR_API_KEY"

Example Response

{
  "videos": [
    {
      "video_id": "1312587094016698",
      "url": "https://www.facebook.com/watch/?v=1312587094016698",
      "description": "Welcome to K-Ville, Duke University's legendary tent city...",
      "thumbnail": "https://scontent.xx.fbcdn.net/v/t15.5256-10/...",
      "play_count": 1096104,
      "date": "2026-03-07 17:21:49",
      "timestamp": 1772904109
    }
  ],
  "count": 1,
  "pages": 1
}

Frequently asked questions

Where do I get the delegate_page_id?

Use the Facebook Page Details endpoint (/v1/facebook/page) which returns a delegate_page_id field. This ID is required for the videos endpoint.

Does this include Reels?

No, this endpoint returns regular page videos. For Reels, use the Facebook Page Reels endpoint with the reels_page_id.

How does pagination work?

Use the pages parameter to fetch multiple pages of results in a single request (1-10). Each page is billed separately. Default is 1 page.

How does pricing work?

You only pay for successful requests. The Facebook Page Videos API costs $0.008 per page. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.

Do I need a credit card to start?

No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.

Are there rate limits?

Yes, there's a concurrency limit of 3 simultaneous requests per endpoint per user. If you need more, just get in touch.

Start using the Facebook Page Videos API

Get your API key and start making requests in minutes. 50 requests/month free every month.

Get API Key