Skip to content
@tavily-ai

Tavily AI

Tavily Search API is a search engine optimized for LLMs and RAG, aimed at efficient, quick and persistent search results

Tavily - The Web Access Layer for AI Agents

Tavily Demo

Search • Extract • Map • Crawl

Tavily



Featured Use Cases


Guides & Tutorials


⭐ Getting Started:

Python:

pip install tavily-python
from tavily import TavilyClient

tavily_client = TavilyClient(api_key="tvly-YOUR_API_KEY")
response = tavily_client.search("Who is Leo Messi?")

print(response)

JavaScript / TypeScript:

npm install @tavily/core
const { tavily } = require("@tavily/core");

const tvly = tavily({ apiKey: "tvly-YOUR_API_KEY" });
const response = await tvly.search("Who is Leo Messi?");

console.log(response);

For full API reference & guides: docs .


What is Tavily?

The web access layer for AI applications. Tavily provides fast, reliable APIs that let developers easily:

🔍 Search the web

Optimized for relevancy and low latency. Get real-time, contextual information from across the web with intelligent content extraction and ranking that prioritizes the most relevant results for your AI applications.

📄 Extract structured data from URLs

Supporting summaries, Markdown, or cleaned text. Transform any webpage into LLM-ready data with automatic content cleaning, format conversion, and text extraction that preserves structure and meaning.

🕸️ Crawl entire domains at scale

Optimized for intelligent URL decisions and results. Navigate complex websites with smart crawling strategies that respect robots.txt, handle dynamic content, and efficiently discover all accessible pages.

Built specifically for AI agents and RAG workflows.

Popular repositories Loading

  1. tavily-mcp tavily-mcp Public

    Production ready MCP server with real-time search, extract, map & crawl.

    JavaScript 1k 167

  2. tavily-python tavily-python Public

    The Tavily Python wrapper allows for easy interaction with the Tavily API, offering the full range of our search, extract, crawl, map, and research functionalities directly from your Python program…

    Python 951 118

  3. meeting-prep-agent meeting-prep-agent Public

    Prepare for meetings with company and attendee research notes, integrated with Google Calendar through MCP

    Python 175 29

  4. tavily-js tavily-js Public

    Official TypeScript/JavaScript library for Tavily.

    TypeScript 71 9

  5. tavily-chat tavily-chat Public

    Conversational agent that fuses chat data with live web results through Tavily search, extract, and crawl.

    TypeScript 59 14

  6. crawl2rag crawl2rag Public

    Crawl any website with Tavily, embed the content, and deploy the RAG on MongoDB Atlas vector search.

    TypeScript 40 17

Repositories

Showing 10 of 29 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…