Better Fetch
Social networks10 runnable operations

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

Available

Profile 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

Available

Profile 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}}'

Tool: facebook_discovery_scraper

Profile photos

Available

Profile 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}}'

Tool: facebook_discovery_scraper

Profile posts

Available

Profile 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

Available

Profile 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

Available

Post 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/"}}'

Tool: facebook_discovery_scraper

Post transcript

Available

Post 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"}}'

Tool: facebook_discovery_scraper

Post comments

Available

Post 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}}'

Tool: facebook_discovery_scraper

Comment replies

Available

Comment 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

Group posts

Available

Group 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