Facebook Reel Extractor avatar

Facebook Reel Extractor

Pricing

Pay per usage

Go to Apify Store
Facebook Reel Extractor

Facebook Reel Extractor

This Actor scrapes publicly available Facebook Reels data including caption title, music track, likes, comments, and shares from a Reel URL or multiple URLs. Results are stored in the dataset for further analysis.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Ayatullah Khameni

Ayatullah Khameni

Maintained by Community

Actor stats

0

Bookmarked

11

Total users

4

Monthly active users

13 days ago

Last modified

Share

Facebook Reel Scraper

This Actor scrapes data Facebook Reels. Built with Crawlee and Playwright, it handles Facebook's dynamic content loading to extract valuable information from Reels.

Data Extracted

For each Facebook Reel, the scraper attempts to extract:

  • URL
  • Caption Title / Text
  • Music Track used
  • Like Count
  • Comment Count
  • Share Count

Output Data Example

Here is an example of the reel details extracted by the scraper:

{
"url": "https://facebook.com/reel/670388312734832",
"captionTitle": "Meet John Doe, Software Quality Assurance Engineer at Mediusware Limited.",
"musicTrack": "From building scalable automation frameworks to integrating tes… See more",
"likeCount": 0,
"commentCount": "23",
"shareCount": "3"
}

Input Configuration

The scraper accepts the following input parameters:

  • reelUrl (Optional): A single direct URL to a Facebook Reel.
  • startUrls (Optional): An array of Facebook Reel URLs to process in batch.

Note: You must provide either reelUrl or startUrls.

Example Input

{
"reelUrl": "https://www.facebook.com/reel/670388312734832"
}

Or for multiple URLs:

{
"startUrls": [
{ "url": "https://www.facebook.com/reel/670388312734832" },
{ "url": "https://www.facebook.com/reel/123456789012345" }
]
}

FAQ

Q: Can this scraper extract private reels? A: No, the scraper can only access publicly available Facebook reels.

Q: Do I need to be logged into Facebook to use this? A: No, this scraper bypasses the login barrier and extracts publicly visible video details.

Q: How fast is the scraper? A: Performance depends on the number of URLs provided, but the scraper waits up to a few seconds for Facebook's dynamic content to load on each page to ensure accurate data extraction.