@langchain/tavily package exposes Tavily Search, Extract, Crawl, Map, and Research endpoints as LangChain tools.
Installation and setup
Install the Tavily integration package for LangChain JavaScript:TAVILY_API_KEY:
Tools
TavilySearch
A search tool that returns real-time, LLM-ready results from Tavily’s Search API. See a usage example.TavilyExtract
A tool that returns the cleaned, parsed content of one or more URLs. See a usage example.TavilyCrawl
A tool that performs a structured web traversal from a base URL, with optional natural-language instructions and path/domain filters. See a usage example.TavilyMap
A tool that discovers the URL structure of a site without extracting page content. See a usage example.TavilyResearch
A tool that runs structured research tasks and returns synthesized results (optionally streamed).TavilyGetResearch
A tool that retrieves research output byrequest_id from a prior TavilyResearch invocation.
Components reference
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

