VOOZH about

URL: https://apify.com/apify/facebook-posts-scraper/api

⇱ πŸ“ Facebook Posts Scraper API Β· Apify


Pricing

from $2.00 / 1,000 posts

Go to Apify Store

Facebook Posts Scraper

Extract posts, videos, and engagement metrics from Facebook pages. Get text captions, reactions, video transcripts, images, external links, collaborators, and more from Facebook pages and profiles. Export ad data, schedule runs via API, and integrate with other tools or AI workflows.

Pricing

from $2.00 / 1,000 posts

Rating

4.6

(184)

Developer

πŸ‘ Apify

Apify

Maintained by Apify

Actor stats

997

Bookmarked

81K

Total users

8.5K

Monthly active users

2.2 days

Issues response

4 hours ago

Last modified

Categories

Share

You might also like

Facebook Pages Scraper

apify/facebook-pages-scraper

Extract basic data from multiple Facebook Pages or Profiles. Extract Facebook page details, website, email, address, messenger, likes, followers, rating, ad running status, and other public data. Export scraped data, schedule scraper via API, integrate with other tools or AI workflows.

Facebook Posts Scraper

scraper_one/facebook-posts-scraper

Scrape Facebook posts from Facebook pages, groups etc. Retrieve post URLs, content, publication dates, author details, and engagement metrics. Ideal for Facebook monitoring solutions.

800

5.0

Facebook Posts Scraper

scrapier/facebook-posts-scraper

This Facebook Posts Scraper extracts text posts, media, reactions, shares, comments, and metadata from public pages and profiles. Ideal for trend tracking, social listening, competitor analysis, and building large-scale Facebook intelligence.

Facebook Search Scraper

alien_force/facebook-search-scraper

Powerful Facebook search that scrapes and searches posts, pages, and profiles by keyword. Get detailed info like author, engagement metrics, images, videos. Ideal for research, monitoring, and analysis.

1.7K

5.0

Facebook Search Posts

scrapeforge/facebook-search-posts

Search Facebook posts, pages, groups, people, videos and events by keyword. Returns detailed data including reactions breakdown, media URLs, and engagement metrics.

576

5.0

Facebook post scraper ppr

mina_safwat/facebook-post-scraper-ppr

This actor will scrape post info from facebook like caption, like , shares and comments and more quickly

Facebook Post Search Scraper

powerai/facebook-post-search-scraper

Extract Facebook posts by keyword with advanced filters, supporting auto-pagination and up to 5000 results per run. Ideal for social media research and content analysis.

1.8K

5.0

Facebook Search Scraper

apify/facebook-search-scraper

Extract Facebook search data from pages that match your search query. Get page URL, address, email, website, check-ins, creation date, ad status, category, follower count, messenger link. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

Facebook Posts Scraper

danek/facebook-posts-fast

Scrap Facebook posts fast and easy. This actor is a lightweight version of the Facebook Posts actor. It is designed to be fast and efficient, so it can extract a large number of posts for low price. It is also less likely to be blocked by Facebook.

1.4K

4.7

You can access the Facebook Posts 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'
<{
< "startUrls": [
< {
< "url": "https://www.facebook.com/humansofnewyork/"
< }
< ],
< "resultsLimit": 20
<}
<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/apify~facebook-posts-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

πŸ“ Facebook Posts Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the Facebook Posts 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/apify~facebook-posts-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/apify~facebook-posts-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/apify~facebook-posts-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 Posts Scraper API programmatically via the Apify API.

You can choose from:

Facebook Posts Scraper API in Python

Facebook Posts Scraper API in JavaScript

Facebook Posts Scraper API through CLI

Facebook Posts Scraper OpenAPI definition

You can start Facebook Posts 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 Posts Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Facebook Posts 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.