Facebook reference
Public profiles, pages, posts, reels, photos, events, comments, transcripts, and groups from Facebook.
Each operation below runs through the tool endpoint shown, and is available through REST, MCP, and the Better Fetch workspace.
Profile or page
AvailableProfile or page from public Facebook surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/facebook_pages_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"page_slug":"NASA"}}'Tool: facebook_pages_scraper
Profile reels
AvailableProfile reels from public Facebook surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/facebook_discovery_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"mode":"profile_reels","page_slug":"mrbeast","max_results":3}}'Profile photos
AvailableProfile photos from public Facebook surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/facebook_discovery_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"mode":"profile_photos","page_slug":"NASA","max_results":10}}'Profile posts
AvailableProfile posts from public Facebook surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/facebook_posts_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"page_slug":"NASA","max_results":6}}'Tool: facebook_posts_scraper
Profile events
AvailableProfile events from public Facebook 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
Post details
AvailablePost details from public Facebook surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/facebook_discovery_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"mode":"post","post_url":"https://www.facebook.com/reel/757964209457316/"}}'Post transcript
AvailablePost transcript from public Facebook surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/facebook_discovery_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"mode":"post_transcript","post_url":"https://www.facebook.com/reel/599915296536318/","language":"en"}}'Post comments
AvailablePost comments from public Facebook surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/facebook_discovery_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"mode":"post_comments","post_url":"https://www.facebook.com/NASA/posts/1532461158249255/","max_results":10}}'Group posts
AvailableGroup posts from public Facebook surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/facebook_posts_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"group_url":"https://www.facebook.com/groups/742354120555345/","max_results":3}}'Tool: facebook_posts_scraper
Comment replies
AvailableComment replies from public Facebook surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/facebook_discovery_scraper/run" \ -H "Authorization: Bearer bf_your_key_here" \ -H "Content-Type: application/json" \ -d '{"input":{"mode":"comment_replies","post_url":"https://www.facebook.com/NASA/posts/10158616987496772/","comment_id":"10158619660096772","max_results":10}}'Tool: facebook_discovery_scraper