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 details
AvailableAd details 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","id":"866569929827744","query":"Cholesterol Relief Community","country":"IN"}}'Ad transcript
AvailableAd 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"}}'Search ads
AvailableSearch 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}}'Company ads
AvailableCompany 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}}'Search companies
AvailableSearch 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}}'