VOOZH about

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

⇱ πŸ•΅οΈ Facebook Search Scraper API Β· Apify


Pricing

from $10.00 / 1,000 page or profiles

Go to Apify Store

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.

Pricing

from $10.00 / 1,000 page or profiles

Rating

4.9

(27)

Developer

πŸ‘ Apify

Apify

Maintained by Apify

Actor stats

161

Bookmarked

9.3K

Total users

710

Monthly active users

2.8 days

Issues response

3 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

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 page contact info Scraper

apify/facebook-page-contact-information

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

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.

595

5.0

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 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 post scraper - Groups, Pages, Search

curious_coder/facebook-post-scraper

Scrape posts from facebook from various sources such as groups, profiles, pages and search results. Get complete details such as author details, post text, attachments, engagement details, etc

2.8K

3.1

Facebook Search Scraper

igview-owner/facebook-old-posts-search

Search Facebook posts in seconds. Find viral posts, photos and videos by keyword, date range and engagement – perfect for research, content ideas, brand monitoring and sentiment analysis.

πŸ‘ User avatar

Sachin Kumar Yadav

665

4.0

Facebook Posts Search Scraper

easyapi/facebook-posts-search-scraper

Effortlessly extract posts from Facebook search results. This actor automates the collection of posts based on custom queries, providing detailed information such as post content, engagement metrics, and author details. Ideal for social media monitoring, market research, and trend analysis.

1.2K

1.2

Facebook Search PPR

danek/facebook-search-ppr

Scrap Facebook search results fast and easy. It is designed to be fast and efficient, so it can extract a large number of results for low price. It is also less likely to be blocked by Facebook.

5.2K

4.9

You can access the Facebook Search 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'
<{
< "categories": [
< "Pub"
< ],
< "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-search-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

πŸ•΅οΈ Facebook Search Scraper API

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

You can choose from:

Facebook Search Scraper API in Python

Facebook Search Scraper API in JavaScript

Facebook Search Scraper API through CLI

Facebook Search Scraper OpenAPI definition

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

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