Better Fetch
Ads and commerce5 runnable operations

Facebook Ad Library reference

Ad details, transcripts, company advertising, and advertiser discovery from Meta's public ad library.

Each operation below runs through the tool endpoint shown, and is available through REST, MCP, and the Better Fetch workspace.

Ad transcript

Available

Ad transcript from public Facebook Ad Library surfaces, returned as structured data for agents, research, and monitoring workflows.

curl -sS -X POST "https://betterfetch.co/api/tools/facebook_ad_library_scraper/run" \
  -H "Authorization: Bearer bf_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"input":{"mode":"ad_transcript","id":"866569929827744","query":"Cholesterol Relief Community","country":"IN","language":"en"}}'

Tool: facebook_ad_library_scraper

Search ads

Available

Search ads from public Facebook Ad Library surfaces, returned as structured data for agents, research, and monitoring workflows.

curl -sS -X POST "https://betterfetch.co/api/tools/facebook_ad_library_scraper/run" \
  -H "Authorization: Bearer bf_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"input":{"mode":"search_ads","query":"Cholesterol Relief Community","country":"IN","max_results":10}}'

Tool: facebook_ad_library_scraper

Company ads

Available

Company ads from public Facebook Ad Library surfaces, returned as structured data for agents, research, and monitoring workflows.

curl -sS -X POST "https://betterfetch.co/api/tools/facebook_ad_library_scraper/run" \
  -H "Authorization: Bearer bf_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"input":{"mode":"company_ads","page_id":"866655706540346","country":"ALL","status":"ALL","max_results":10}}'

Tool: facebook_ad_library_scraper

Search companies

Available

Search companies from public Facebook Ad Library surfaces, returned as structured data for agents, research, and monitoring workflows.

curl -sS -X POST "https://betterfetch.co/api/tools/facebook_ad_library_scraper/run" \
  -H "Authorization: Bearer bf_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"input":{"mode":"search_companies","query":"Cholesterol Relief Community","country":"IN","max_results":10}}'

Tool: facebook_ad_library_scraper