Ads and commerce3 runnable operations
Google Ads Transparency reference
Advertiser discovery, company ads, and creative details from Google's public ads transparency surfaces.
Each operation below runs through the tool endpoint shown, and is available through REST, MCP, and the Better Fetch workspace.
Company ads
AvailableCompany ads from public Google Ads Transparency surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/google_ad_library_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"mode":"company_ads","advertiser_id":"AR09595561223982678017","region":"AU","max_results":10}}'Ad details
AvailableAd details from public Google Ads Transparency surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/google_ad_library_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"mode":"ad","url":"https://adstransparency.google.com/advertiser/AR09595561223982678017/creative/CR17026385065933799425","region":"AU"}}'Advertiser search
AvailableAdvertiser search from public Google Ads Transparency surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/google_ad_library_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"mode":"advertiser_search","query":"nike.com","region":"AU","max_results":5}}'