VOOZH about

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

⇱ Facebook Like Scraper API Β· 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

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/easyapi~facebook-like-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Facebook Like Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the Facebook Like Scraper Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/easyapi~facebook-like-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/easyapi~facebook-like-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/easyapi~facebook-like-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Facebook Like Scraper API programmatically via the Apify API.

You can choose from:

Facebook Like Scraper API in Python

Facebook Like Scraper API in JavaScript

Facebook Like Scraper API through CLI

Facebook Like Scraper OpenAPI definition

You can start Facebook Like Scraper with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Facebook Like Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Facebook Like Scraper run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.