Apify Store
AS
Apify Store
/danek/facebook-search-ppr

Facebook Search Scraper

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.

liveasyncunknown~30s typical
social medialead generationfacebooksearchppr
$0.0063
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.005 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 /danek/facebook-search-ppr for me.

Input

FieldTypeDescription
query*stringFacebook urls. Can be page or profile
search_type*string (pages | places | posts | global)Which types of results search for
max_posts*integerMax results to scrape
recent_postsbooleanRecent post
locationstringLocation. For better result include both city and country
start_datestringDate from which to scrape posts
end_datestringDate to which to scrape posts

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":"/danek/facebook-search-ppr","input":{"query":"Mausritter","search_type":"posts","max_posts":3,"recent_posts":false},"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 /danek/facebook-search-ppr -i '{"query":"Mausritter","search_type":"posts","max_posts":3,"recent_posts":false}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/danek/facebook-search-ppr", input: {"query":"Mausritter","search_type":"posts","max_posts":3,"recent_posts":false}, wait: false })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.