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