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.
curl "https://apidirect.io/v1/facebook/page/videos?delegate_page_id=20531316728" \
-H "X-API-Key: YOUR_API_KEY"
{
"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
}
Use the Facebook Page Details endpoint (/v1/facebook/page) which returns a delegate_page_id field. This ID is required for the videos endpoint.
No, this endpoint returns regular page videos. For Reels, use the Facebook Page Reels endpoint with the reels_page_id.
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.
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.
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.
Yes, there's a concurrency limit of 3 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key