AS
Apify Store
/scraper_one/facebook-posts-search
Facebook Posts Search
✨ 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 tim
liveasyncunknown~30s typical
social medianewslead generationfacebookpostssearch
$0.0050
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.004 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /scraper_one/facebook-posts-search for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | The search term to look for. |
| resultsCount | integer | Number of search results to retrieve (between 1 and 200). If not set, only a few of the first posts will be returned. |
| searchType | string (top | latest) | What kind of posts you'd like to search for. Defaults to platform’s default if not specified. default "top" |
| location | string | Limit posts to a given **pinned** location. Enter a location name or a Facebook Location ID. For names, the first result from the Facebook location dropdown is selected. For example, entering 'Alaska' will result in 'Anchorage, Alaska'. |
| startDate | string | Get posts starting from given date (YYYY-MM-DD). |
| endDate | string | Get posts ending on given date (YYYY-MM-DD). |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/scraper_one/facebook-posts-search","input":{"query":"Tesla","resultsCount":3},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /scraper_one/facebook-posts-search -i '{"query":"Tesla","resultsCount":3}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/scraper_one/facebook-posts-search", input: {"query":"Tesla","resultsCount":3}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.