Facebook Likes Reactions Scraper avatar

Facebook Likes Reactions Scraper

Pricing

$24.99/month + usage

Go to Apify Store
Facebook Likes Reactions Scraper

Facebook Likes Reactions Scraper

Facebook Likes and Reactions Scraper — A tool that extracts likes and reactions from Facebook posts, including Love, Haha, Wow, Sad, and Angry. Useful for tracking engagement, analyzing audience sentiment, and gathering insights for social media research and marketing. 📊👍

Pricing

$24.99/month + usage

Rating

0.0

(0)

Developer

Scrapier

Scrapier

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Facebook Likes and Reactions Scraper

A robust and scalable Apify actor designed to scrape reactions (like, love, haha, wow, sad, angry) and user profiles from Facebook posts.

Why Choose Us?

  • Completely automated scaling and retry mechanisms.
  • Smart fallback proxies to handle blocking from Facebook.
  • Fast and highly concurrent web scraping.

Key Features

  • Supports extracting all reaction types from a given post dynamically.
  • Handles Javascript token extraction dynamically natively simulating human browsers.
  • Automatically handles Datacenter and Residential proxy fallback mechanisms.
  • Supports bulk URL processing.

Input Example

You can configure the following input variables in JSON form:

{
"urls": [{"url": "https://www.facebook.com/zuck/posts/10117197689958261"}],
"resultsLimit": 100,
"proxyConfiguration": {
"useApifyProxy": false
}
}
  • urls: List of Facebook post URLs to scrape.
  • resultsLimit: The maximum number of reactions to extract per URL.
  • proxyConfiguration: Default proxy configurations (fallback logic is handled automatically internally).

Output Example

Returns structured JSON dataset items containing detailed reaction lists:

{
"postId": "10117197689958261",
"facebookUrl": "https://www.facebook.com/zuck/posts/pfbid067YZ4Yq... ",
"reaction": "love",
"name": "Soleio",
"profileUrl": "https://www.facebook.com/soleio",
"facebookId": "10117197689958261",
"inputUrl": "https://www.facebook.com/zuck/posts/10117197689958261"
}

🚀 How to Use the Actor (via Apify Console)

  1. Log in at https://console.apify.com and go to Actors.
  2. Find your actor and click it.
  3. Configure inputs (URLs, Limit).
  4. Run the actor.
  5. Monitor logs in real time.
  6. Access results in the OUTPUT tab.
  7. Export results to JSON or CSV.

Cautions

  • Data is collected only from publicly available sources.
  • No data is taken from private accounts or password-protected content.
  • The end user is responsible for ensuring legal compliance (spam laws, privacy, data protection, etc.).