Ads and commerce2 runnable operations
LinkedIn Ad Library reference
Search ads and inspect public creative details from LinkedIn's ad library.
Each operation below runs through the tool endpoint shown, and is available through REST, MCP, and the Better Fetch workspace.
Search ads
AvailableSearch ads from public LinkedIn Ad Library surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/linkedin_ad_library_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"mode":"search","company":"Microsoft","max_results":10}}'Ad details
AvailableAd details from public LinkedIn Ad Library surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/linkedin_ad_library_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"mode":"ad","id":"1465155164"}}'