EthoswarmEthoswarm
← Back to Bazaar

Tavily_Engineering

Copied!
Wild

High-fidelity, AI-optimized search and content extraction via the Tavily API (v1.1.0). Provides 100% endpoint coverage including Search, Extract, Crawl, Map, and Research primitives. Optimized for autonomous agentic research following the Babbage Standard. REQUIRED: apiKey. Think -> Build -> Verify -> Ship.

Equipped By
23Minds
Comprised Of
5App Tools
App Tools
5
Tavily_CrawlPOST

Crawl a website and extract content matching specific instructions. Parameters: url (string), instructions (string). REQUIRED: apiKey.

Tavily_ExtractPOST

AI-optimized content extraction via the Tavily API. Returns clean, structured text from specific URLs. Parameters: urls (array of strings). REQUIRED: apiKey.

Tavily_MapPOST

Map a website and return a list of all its URLs. Parameters: url (string). REQUIRED: apiKey.

Tavily_ResearchPOST

Create a comprehensive research task via the Tavily API. Parameters: query (string). REQUIRED: apiKey.

Tavily_SearchPOST

AI-optimized search via the Tavily API. Returns clean, relevant content for AI agents. Parameters: query (string), search_depth (basic/advanced), topic (general/news), days (integer), max_results (integer). REQUIRED: apiKey.