
Facebook Posts Search
Under maintenance
Pricing
Pay per event

Facebook Posts Search
Under maintenance
✨ Search for Facebook posts using keywords or hashtags. Retrieve post URLs, content, publication dates, author details, and engagement metrics. Ideal for monitoring brand mentions on Facebook over time.
0.0 (0)
Pricing
Pay per event
8
Total users
86
Monthly users
65
Runs succeeded
>99%
Last modified
6 days ago
You can access the Facebook Posts Search 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.
1echo '{
2 "query": "Tesla",
3 "resultsCount": 10,
4 "searchType": "top"
5}' |
6apify call scraper_one/facebook-posts-search --silent --output-dataset
Facebook Posts Search API through CLI
The Apify CLI is the official tool that allows you to use Facebook Posts Search locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: