Scrape Facebook hashtag videos efficiently. Extract video URLs, thumbnails, author details, and view counts from Facebook hashtag pages with automated scrolling and data collection.
This actor allows you to scrape videos from Facebook hashtag pages efficiently and automatically. It scrolls through the hashtag feed and extracts valuable information about each video post.
For each video, the actor extracts:
searchQuery
: The hashtag to search for (without #)maxItems
: Maximum number of items to scrapeA full explanation of an input example in JSON.
1{ 2 "searchQuery": "amazonfinds", 3 "maxItems": 50 4}
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 "hashTag": "amazonfinds", 4 "videoUrl": "https://www.facebook.com/reel/1247261936400382/", 5 "thumbnailUrl": "https://scontent-ams4-1.xx.fbcdn.net/v/t51.29350-10/459950023_3779128009006345_5155483794360229517_n.jpg?stp=dst-jpg_p403x403_tt6&_nc_cat=101&ccb=1-7&_nc_sid=c3bc4c&_nc_ohc=ptCkmAlCZaQQ7kNvgES-_I4&_nc_zt=23&_nc_ht=scontent-ams4-1.xx&_nc_gid=ALcPgIiu5aIuWZdcBvZsdYC&oh=00_AYC5UdnjQVNkW0gLpYAST_Bx0SYtiA7a7tVN1r8HJNH9cA&oe=67AD3324", 6 "authorName": "Nicole Huntsman", 7 "viewCount": "54.9K", 8 "isVerified": false 9 }, 10 ... 11]
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!