VOOZH about

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

⇱ πŸ“˜ Facebook Scraper API Β· Apify


Pricing

from $5.40 / 1,000 pages

Go to Apify Store

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.

Pricing

from $5.40 / 1,000 pages

Rating

4.4

(44)

Developer

πŸ‘ Apify

Apify

Maintained by Apify

Actor stats

491

Bookmarked

49K

Total users

3.7K

Monthly active users

2.1 days

Issues response

4 hours ago

Last modified

Share

You might also like

Facebook Posts Scraper

apify/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.

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 Pages Details

danek/facebook-pages-details-rental

Scrap Facebook pages fast and easy. Extract all contact information and other details in no-time!

571

5.0

Facebook page contact info Scraper

apify/facebook-page-contact-information

Get Facebook pages addresses, email, likes, website, check-ins, and phone information

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 Pages Scraper

cleansyntax/facebook-pages-scraper

Facebook Pages Scraper extracts comprehensive details from Facebook Pages. It gathers valuable info - such as page_names, addresses, emails, phone numbers, etc - making it ideal for building high-quality leads and fueling your marketing or sales strategies.

Facebook Posts Scraper

scraper-engine/facebook-posts-scraper

Scrape publicly available Facebook posts at scale, including text, images, videos, timestamps, reactions, comments, and post URLs. Perfect for research, marketing analysis, sentiment tracking, and dataset creation. Fast, reliable, and ideal for automated Facebook insights.

πŸ‘ User avatar

Scraper Engine

146

5.0

Facebook Profile & Posts Scraper

cleansyntax/facebook-profile-posts-scraper

Fetch public Facebook profile data with one tool. Collect profile posts, get profile details by page ID/URL, or get a profile ID from a URL.

Facebook Pages Scraper

caprolok/facebook-pages-scraper

πŸ“˜ Unlock the power of social media with Facebook Post Scraper! Extract detailed insights from posts, including likes πŸ‘, comments πŸ’¬, shares πŸ”, and more. Download in JSON, CSV, Excel. Perfect for market research, trend analysis, and competitive monitoring. πŸš€

1.2K

1.4

Facebook Posts Scraper

cleansyntax/facebook-posts-scraper

Scrape Facebook Posts with one tool - pay-as-you-go, no monthly subscription. Collect profile posts, get profile details by page URL or ID, or get a profile ID from a URL.

You can access the Facebook Pages 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/copperkettleyqr/"
< }
< ]
<}
<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-pages-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

πŸ“˜ Facebook Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the Facebook Pages 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-pages-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-pages-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-pages-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 Pages Scraper API programmatically via the Apify API.

You can choose from:

Facebook Pages Scraper API in Python

Facebook Pages Scraper API in JavaScript

Facebook Pages Scraper API through CLI

Facebook Pages Scraper OpenAPI definition

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

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