AS
Apify Store
/scrapeforge/facebook-search-posts
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.
liveasyncunknown~30s typical
social mediaautomationvideosfacebooksearchposts
$0.0032
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.00259 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 /scrapeforge/facebook-search-posts for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | The keyword or phrase to search for on Facebook. |
| search_type | string (posts | pages | groups | people | videos | events) | What type of Facebook content to search for. default "posts" |
| max_results | integer | Maximum number of unique results to return. The actor automatically deduplicates results. 5 is a quick sample for testing — for real analysis use 50 to 200. Costs $0.0026 per result. Free Apify plans are capped at 20 results. default 5 |
| start_date | string | Filter results from this date (format: YYYY-MM-DD). Leave empty for no date filter. |
| end_date | string | Filter results until this date (format: YYYY-MM-DD). Leave empty for no date filter. |
| recent_posts | boolean | Sort results by most recent instead of relevance. May return less relevant results. default false |
| location_uid | string | Facebook location UID to filter results by geographic area. Leave empty for global search. |
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":"/scrapeforge/facebook-search-posts","input":{"query":"marketing digital"},"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 /scrapeforge/facebook-search-posts -i '{"query":"marketing digital"}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/scrapeforge/facebook-search-posts", input: {"query":"marketing digital"}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.