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

⭐ 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.

    TypeScript 2.4k 302

  2. tavily-python tavily-python Public

    The Tavily Python SDK 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 programs. E…

    Python 1.4k 188

  3. skills skills Public

    486 39

  4. meeting-prep-agent meeting-prep-agent Public

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

    Python 203 36

  5. tavily-js tavily-js Public

    Official TypeScript/JavaScript library for Tavily.

    TypeScript 95 10

  6. tavily-cookbook tavily-cookbook Public

    Code and guides designed to help developers build with Tavily, offering copy-able code snippets that you can easily integrate into your own projects.

    Jupyter Notebook 94 27

Repositories

Showing 10 of 40 repositories
  • tavily-jev-public Public

    A local competitor-monitoring tutorial using Tavily search and jev classification.

    tavily-ai/tavily-jev-public's past year of commit activity
    TypeScript 0 MIT 0 0 0 Updated Sep 22, 2026
  • tavily-cli Public
    tavily-ai/tavily-cli's past year of commit activity
    Python 18 MIT 1 3 4 Updated Sep 21, 2026
  • tavily-ai/langchain-tavily's past year of commit activity
    Python 25 MIT 16 3 3 Updated Sep 19, 2026
  • tavily-python Public

    The Tavily Python SDK 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 programs. Easily integrate smart search, content extraction, and research capabilities into your applications, harnessing Tavily's powerful features.

    tavily-ai/tavily-python's past year of commit activity
    Python 1,405 MIT 187 12 9 Updated Sep 18, 2026
  • tavily-js Public

    Official TypeScript/JavaScript library for Tavily.

    tavily-ai/tavily-js's past year of commit activity
    TypeScript 95 MIT 10 7 1 Updated Sep 18, 2026
  • tavily-chat Public

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

    tavily-ai/tavily-chat's past year of commit activity
    TypeScript 79 MIT 19 1 3 Updated Sep 17, 2026
  • tavily-ai/market-researcher's past year of commit activity
    TypeScript 45 MIT 13 0 1 Updated Sep 17, 2026
  • tavily-mcp Public

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

    tavily-ai/tavily-mcp's past year of commit activity
    TypeScript 2,398 MIT 302 37 20 Updated Sep 16, 2026
  • ai-sdk Public

    AI SDK tools for Tavily, built for Vercel's AI SDK v5.

    tavily-ai/ai-sdk's past year of commit activity
    TypeScript 5 MIT 2 0 0 Updated Sep 14, 2026
  • meeting-prep-agent Public

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

    tavily-ai/meeting-prep-agent's past year of commit activity
    Python 203 MIT 36 1 2 Updated Sep 10, 2026

People

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