Facebook Like Scraper avatar

Facebook Like Scraper

Try for free

2 hours trial then $19.99/month - No credit card required now

View all Actors
Facebook Like Scraper

Facebook Like Scraper

easyapi/facebook-like-scraper
Try for free

2 hours trial then $19.99/month - No credit card required now

Effortlessly scrape likes from Facebook posts. Automates the process of extracting valuable engagement data, including user information and reaction types. Perfect for social media analysts, marketers, and researchers looking to gain insights from Facebook post interactions.

Facebook Like Scraper 👍🔍

🚀 Effortlessly Extract Facebook Post Likes

This powerful Apify actor allows you to scrape likes and reactions from Facebook posts with ease. Whether you're conducting social media research, analyzing engagement, or gathering data for marketing purposes, this tool has got you covered!

🌟 Key Features

  • 📊 Scrape likes and reactions from multiple Facebook posts
  • 🚀 High-performance data extraction
  • 💾 Seamless data storage with Apify Dataset

💡 Use Cases

  • 📈 Analyze post engagement and popularity
  • 🎯 Identify influential users and potential brand advocates
  • 🔍 Conduct market research and sentiment analysis
  • 🤝 Compare engagement across different posts or pages

🛠️ Input Configuration

Customize your scraping job with these input parameters:

  • postUrls: Array of Facebook post URLs to scrape
  • maxLikes: Maximum number of likes to scrape per post (default: 100)

📦 Output Data

For each like/reaction, the actor collects:

  • Post URL
  • User ID
  • Username
  • User profile URL
  • User profile image URL

🚀 Getting Started

  1. Provide the Facebook post URLs you want to scrape.
  2. Run the actor and watch it collect valuable engagement data!

📊 Data Analysis Tips

  • Use the scraped data to identify your most engaged followers.
  • Analyze reaction types to gauge audience sentiment.
  • Compare like counts and user demographics across different posts.

Get started with Facebook Like Scraper today and unlock powerful insights from your Facebook posts! 🔓📊🎉

Input Example

A full explanation of an input example in JSON.

1{
2    "postUrls": [
3        'https://www.facebook.com/groups/1242309506256283/permalink/1929235207563706/?rdid=u11Kdh8DLQWnQZPG'
4	],
5    "maxLikes": 100
6}

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		"postUrl": "https://www.facebook.com/groups/1242309506256283/permalink/1929235207563706/?rdid=u11Kdh8DLQWnQZPG",
4		"id": "1130919472",
5		"userName": "Michael Garcia",
6		"userProfileUrl": "https://www.facebook.com/lettysboo",
7		"userProfileImageUrl": "https://scontent-ams2-1.xx.fbcdn.net/v/t1.6435-1/35463482_10215204445881068_893012662496002048_n.jpg?stp=cp0_dst-jpg_s80x80&_nc_cat=106&ccb=1-7&_nc_sid=e4545e&_nc_ohc=oZ7OYsxZ1yAQ7kNvgGlEDyI&_nc_ht=scontent-ams2-1.xx&_nc_gid=AbPX6tI8brpaWiqWqXY9In5&oh=00_AYDAT76pK0GJDHGNYod-YYMV3cK1nBZKMLJo3GYqpSnWFQ&oe=6739DBC5"
8	},
9	{
10		"postUrl": "https://www.facebook.com/groups/1242309506256283/permalink/1929235207563706/?rdid=u11Kdh8DLQWnQZPG",
11		"id": "769905416",
12		"userName": "Louis Ng",
13		"userProfileUrl": "https://www.facebook.com/louis.ng.12935",
14		"userProfileImageUrl": "https://scontent-ams2-1.xx.fbcdn.net/v/t39.30808-1/399930458_10168063158550417_1655500147055832030_n.jpg?stp=cp0_dst-jpg_s80x80&_nc_cat=104&ccb=1-7&_nc_sid=0ecb9b&_nc_ohc=ljSoY5m5HkAQ7kNvgH1oMNy&_nc_ht=scontent-ams2-1.xx&_nc_gid=AbPX6tI8brpaWiqWqXY9In5&oh=00_AYCbzR2_OFUJczVoibSvX6jaEya-g2kvlHBscgYwaKvEIQ&oe=6718449D"
15	},
16    ...
17]
Developer
Maintained by Community
Actor metrics
  • 6 monthly users
  • 1 star
  • 88.9% runs succeeded
  • Created in Oct 2024
  • Modified about 8 hours ago