VOOZH about

URL: https://apify.com/easyapi/facebook-like-scraper/api/javascript

⇱ Facebook Like Scraper API in JavaScript Β· Apify


Pricing

from $2.99 / 1,000 results

Go to Apify Store

Facebook Like Scraper

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.

Pricing

from $2.99 / 1,000 results

Rating

1.0

(3)

Developer

πŸ‘ EasyApi

EasyApi

Maintained by Community

Actor stats

5

Bookmarked

252

Total users

9

Monthly active users

0.083 hours

Issues response

2 months ago

Last modified

Categories

Share

You might also like

Facebook Likes and Reactions Scraper

scraper-engine/facebook-likes-reactions-scraper

Extract engagement data from Facebook posts using the Facebook Likes and Reactions Scraper. Collect likes, reaction types, usernames, and engagement counts automatically. Ideal for social media analytics, audience research, and influencer marketing.

πŸ‘ User avatar

Scraper Engine

14

Facebook Post Scraper

pratikdani/facebook-post-scraper

The Facebook Post Scraper Actor is a powerful tool designed to extract detailed information from Facebook posts using valid Facebook Post URLs. It provides comprehensive data about posts, including user information, engagement metrics, media attachments, and more.

632

4.9

Facebook Page Posts Scraper

scrapio/facebook-page-posts-scraper

Extract posts from any public Facebook page, including captions, media links, engagement metrics, and posting dates. Perfect for marketers, analysts, and researchers.

Facebook Likes and Reactions Scraper

simpleapi/facebook-likes-reactions-scraper

Facebook Likes Reactions Scraper extracts reaction data from Facebook posts and pages. Collect user profiles, reaction types, timestamps, and engagement metrics to analyze audience sentiment, track engagement trends, or identify potential leads interacting with your content. πŸ‘πŸ“Š

Facebook Posts Scraper

scrapio/facebook-posts-scraper

Collect detailed Facebook post data automaticallyβ€”content, media, engagement stats, authors, hashtags, and timestamps. Great for analysts, marketers, and researchers needing structured, export-ready Facebook datasets for reports or automation.

Facebook Likes/Reactions Scraper

api-empire/facebook-likes-reactions-scraper

Extract engagement data from Facebook posts using the Facebook Likes Reactions Scraper. Collect likes, reactions, usernames, and engagement counts automatically. Ideal for social media analytics, influencer research, and tracking audience interactions.

Facebook Posts Scraper

scrapapi/facebook-posts-scraper

The Facebook Posts Scraper extracts public posts from Facebook pages and profiles with engagement metrics, timestamps, and media links. Built for scalable Facebook data scraping, it delivers structured JSON or CSV output for analytics, research, and social media monitoring workflows. πŸš€

Facebook Likes Reactions Scraper

scrapio/facebook-likes-reactions-scraper

The Facebook Likes Reactions Scraper gathers reaction data from Facebook posts and pages. Capture likes, reactions, user profiles, and engagement metrics quickly. Perfect for marketers, analysts, and brands studying audience behavior.

Facebook Reels Scraper

scraper-engine/facebook-reels-scraper

Facebook Reels Scraper extracts detailed data from Facebook Reels, including video links, captions, likes, comments, and creator profiles. It automates the process for marketers, analysts, or researchers, delivering structured JSON or CSV outputs ready for insights or automation workflows.

πŸ‘ User avatar

Scraper Engine

391

5.0

Related articles

How to download Facebook data from Facebook posts
Read more
How to scrape Facebook Pages (without the Facebook API)
Read more
How to scrape 50 Facebook comments in 3 minutes ⏱
Read more

You can access the Facebook Like Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

1import{ ApifyClient }from'apify-client';
2
3// Initialize the ApifyClient with your Apify API token
4// Replace the '<YOUR_API_TOKEN>' with your token
5const client =newApifyClient({
6token:'<YOUR_API_TOKEN>',
7});
8
9// Prepare Actor input
10const input ={};
11
12// Run the Actor and wait for it to finish
13const run =await client.actor("easyapi/facebook-like-scraper").call(input);
14
15// Fetch and print Actor results from the run's dataset (if any)
16console.log('Results from dataset');
17console.log(`πŸ’Ύ Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
18const{ items }=await client.dataset(run.defaultDatasetId).listItems();
19items.forEach((item)=>{
20 console.dir(item);
21});
22
23// πŸ“š Want to learn more πŸ“–? Go to β†’ https://docs.apify.com/api/client/js/docs

Facebook Like Scraper API in JavaScript

The Apify API client for JavaScript is the official library that allows you to use Facebook Like Scraper API in JavaScript or TypeScript, providing convenience functions and automatic retries on errors.

Install the apify-client

$npminstall apify-client

Other API clients include:

Facebook Like Scraper API in Python

Facebook Like Scraper API through CLI

Facebook Like Scraper OpenAPI definition

Facebook Like Scraper API