Facebook Reels Scraper Advanced

Facebook Reels Scraper Advanced

by neuro-scraper

Automatically scrape Facebook Reels data—views, likes, comments, duration, and more. Perfect for creators, marketers, and analysts needing reliable performance metrics.

61 runs
20 users
Try This Actor

Opens on Apify.com

About Facebook Reels Scraper Advanced

Ever tried to manually track Facebook Reels performance? It’s a nightmare. I built this scraper because I needed a reliable way to pull clean, structured data without sitting there for hours. It logs into Facebook, navigates to the Reels you specify—whether from a profile, page, or group—and extracts the full suite of metrics. You get the view count, likes, comments, share numbers, and even the exact video duration. It captures the posting date and the video description too, so you can analyze what content resonates and when. I use it weekly. It’s become essential for my own content strategy and competitive analysis. If you're a creator trying to refine your video topics, a marketer benchmarking against competitors, or a data analyst needing consistent datasets, this automates the tedious part. You configure your target URLs or usernames, run it, and get a neat dataset (JSON, CSV, you name it) delivered. It handles the scrolling and loading, so you get a comprehensive list, not just the first few Reels. It’s the difference between guessing what works and knowing for sure.

What does this actor do?

Facebook Reels Scraper Advanced is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

Facebook Reels Scraper Advanced

Overview

Extracts metadata specifically from Facebook Reels. Provide one or multiple Facebook URLs, and the actor returns structured data like view counts, duration, uploader information, and thumbnails. It filters out non-reel content automatically. Results are stored in an Apify Dataset and as a consolidated JSON object in the key-value store.

Key Features

  • Targeted Scraping: Extracts data only from Reels, skipping other video types.
  • Comprehensive Metadata: Captures title, description, view count, duration, uploader details, and thumbnail URLs.
  • Scalable Execution: Handles single URLs or bulk lists efficiently.
  • Multiple Outputs: Saves individual records to a Dataset and an aggregated ALL_RESULTS JSON to the key-value store.
  • Privacy-Safe: Runs on the Apify platform with optional proxy support.

How to Use

You can run the actor from the Apify Console, via the API, or using the CLI.

Apify Console

  1. Open the actor in the Apify Console.
  2. In the Input tab, paste your input as JSON (see Input section below).
  3. Click Run Actor.

API / CLI Example

Run the actor via a direct HTTP call or using the Apify Client.

cURL:

curl -X POST "https://api.apify.com/v2/acts/<USERNAME~ACTOR-NAME>/runs" \
  -H "Authorization: Bearer <APIFY_TOKEN>" \
  -H "Content-Type: application/json" \
  --data '{"startUrls":[{"url":"https://www.facebook.com/reel/EXAMPLE"}], "maxItems": 10}'

Python (apify-client):

from apify_client import ApifyClient
client = ApifyClient('<APIFY_TOKEN>')
run = client.actor('your_username/facebook-reels-extractor').call(
    run_input={
        'startUrls': [{'url': 'https://www.facebook.com/reel/EXAMPLE'}],
        'maxItems': 10
    }
)

Replace <APIFY_TOKEN> and your_username/facebook-reels-extractor with your actual token and actor identifier.

Input

Configure the actor using the following input fields provided as JSON.

Example Input:

{
  "startUrls": [ { "url": "https://www.facebook.com/reel/EXAMPLE" } ],
  "maxItems": 10,
  "useApifyProxy": true
}

Field Details:
* startUrls (array, required): List of Facebook URLs to process. Use the format [{"url": "https://..."}].
* maxItems (integer, optional): Maximum number of reels to extract. Default is 0 (no limit).
* cookiesFile (string, optional): Name of a cookies file uploaded to Apify Console, useful for accessing restricted content.
* useApifyProxy (boolean, optional): Set to true to use Apify Proxy for the scraping session. Recommended.
* httpProxy (string, optional): Credentials for a custom proxy (e.g., "<PROXY_USER:PASS@HOST:PORT>"). Store credentials as secrets.

Output

The actor produces two main outputs:

  1. Dataset: Contains a separate item for each successfully scraped reel.
  2. Key-Value Store: A single JSON object under the key ALL_RESULTS containing an array of all extracted reel data.

Example Dataset Entry:

{
  "platform": "facebook",
  "content_type": "reel",
  "webpage_url": "https://www.facebook.com/reel/EXAMPLE",
  "id": "12345",
  "title": "Short sample reel",
  "duration_seconds": 33,
  "view_count": 15000,
  "uploader": "Page Name",
  "uploader_id": "98765",
  "thumbnail": "https://scontent.xx.fbcdn.net/example.jpg",
  "timestamp": "2023-10-05T14:30:00.000Z"
}

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Facebook Reels Scraper Advanced now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
neuro-scraper
Pricing
Paid
Total Runs
61
Active Users
20
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support