Facebook Videos Scraper avatar

Facebook Videos Scraper

Try for free

2 hours trial then $19.99/month - No credit card required now

View all Actors
Facebook Videos Scraper

Facebook Videos Scraper

easyapi/facebook-videos-scraper
Try for free

2 hours trial then $19.99/month - No credit card required now

Scrape Facebook Watch videos data including video details, thumbnails, and creator information. Perfect for content analysis, market research, and monitoring trending videos on Facebook.

Facebook Videos Scraper 🎥

Powerful scraper that extracts video data from Facebook Watch search results. Get comprehensive information about videos including titles, descriptions, views, creators, and more.

🎯 Use Cases

  • Content research and analysis
  • Track trending videos on specific topics
  • Monitor competitor video content
  • Gather video engagement metrics
  • Social media marketing research
  • Build video content databases

✨ Features

  • Search-based video scraping
  • Customizable number of results
  • Fast and efficient data collection
  • Rich video metadata extraction

📊 Output Data

Each scraped video includes:

  • Video ID
  • Title
  • Description
  • View count & publish date
  • Thumbnail URL
  • Video duration
  • Direct video URL
  • Creator profile information
    • Name
    • Profile URL
    • Verification status

💡 Input Parameters

ParameterTypeDescription
queryStringSearch query for videos
maxItemsIntegerMaximum number of videos to scrape

🔍 Sample Output

Input Example

A full explanation of an input example in JSON.

1{
2    "query": "rocket",
3    "maxItems": 20
4}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2	{
3		"videoId": "1602444103877126",
4		"title": "Record-Breaking Rocket Ball 🏈🚀💥",
5		"description": "We put a rocket in a football!!!! 🏈",
6		"relative_time_string": "May 15 · 1.7M plays",
7		"thumbnail_image": "https://scontent-ams2-1.xx.fbcdn.net/v/t15.5256-10/437667206_1628639337932757_8857153843555729013_n.jpg?stp=c0.182.800.448a_dst-jpg_s403x403&_nc_cat=104&ccb=1-7&_nc_sid=e3495b&_nc_ohc=4fegjxFQDK0Q7kNvgGYWOrC&_nc_zt=23&_nc_ht=scontent-ams2-1.xx&_nc_gid=ABP6bXV5ZxCNcr8fmNLXjUD&oh=00_AYA9yy5bssM_Bc53ttirszsESnvbfeikqkZhiHQiTp3tqw&oe=6728FC63",
8		"video_duration": "5:55",
9		"video_url": "https://www.facebook.com/watch/?ref=search&v=1602444103877126&external_log_id=8c0c9366-44d8-4ada-a38d-b5ae95ebe43f&q=rocket",
10		"video_owner_profile": {
11			"__typename": "User",
12			"id": "100044524715860",
13			"__isNode": "User",
14			"__isActor": "User",
15			"name": "Dude Perfect",
16			"url": "https://www.facebook.com/DudePerfect",
17			"is_verified": true
18		}
19	},
20    ...
21]
Developer
Maintained by Community
Actor metrics
  • 3 monthly users
  • 0 stars
  • 100.0% runs succeeded
  • Created in Oct 2024
  • Modified 11 days ago