Search Facebook videos by keyword. Returns video titles, descriptions, thumbnails, author information, and view data. Supports pagination and date filtering.
curl "https://apidirect.io/v1/facebook/videos?query=machine%20learning&start_date=2026-01-01" \
-H "X-API-Key: YOUR_API_KEY"
{
"videos": [
{
"video_id": "7654321098765432",
"video_url": "https://www.facebook.com/watch/?v=7654321098765432",
"title": "Introduction to Machine Learning in 2026",
"description": "A comprehensive overview of the latest machine learning techniques and tools...",
"author_name": "AI Academy",
"author_url": "https://www.facebook.com/AIAcademy",
"author_verified": true,
"thumbnail": "https://scontent.xx.fbcdn.net/v/t15.5256-10/...",
"time_and_views": "2 weeks ago - 340K views"
},
{
"video_id": "8765432109876543",
"video_url": "https://www.facebook.com/watch/?v=8765432109876543",
"title": "Machine Learning for Beginners - Full Course",
"description": "Learn machine learning from scratch with practical examples...",
"author_name": "Code With Chris",
"author_url": "https://www.facebook.com/CodeWithChris",
"author_verified": false,
"thumbnail": "https://scontent.xx.fbcdn.net/v/t15.5256-10/...",
"time_and_views": "1 month ago - 125K views"
}
],
"count": 2,
"pages": 1
}
Each result includes the video title, description, thumbnail, author name and URL, verification status, and a combined time and views string.
Use start_date and end_date in YYYY-MM-DD format to narrow results to videos published within a specific time range.
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 Search 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