Discovery and utilities3 runnable operations
Facebook Events reference
Event search, listings, and event details from public Facebook event pages.
Each operation below runs through the tool endpoint shown, and is available through REST, MCP, and the Better Fetch workspace.
Search events
AvailableSearch events from public Facebook Events surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/facebook_events_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"mode":"search","query":"Brisbane technology 2026","max_results":10}}'Tool: facebook_events_scraper
Events
AvailableEvents from public Facebook Events surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/facebook_events_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"mode":"events_url","url":"https://www.facebook.com/IICA/events","max_results":10}}'Tool: facebook_events_scraper
Event details
AvailableEvent details from public Facebook Events surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/facebook_events_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"mode":"details","id":"1050688114286614"}}'Tool: facebook_events_scraper