Facebook Videos Scraper

Facebook Videos Scraper

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

SOCIAL_MEDIAApify

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]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!