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-python tavily-python Public

    A python wrapper for Tavily search API

    Python 822 98

  2. tavily-mcp tavily-mcp Public

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

    JavaScript 736 130

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

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

    Python 137 25

  4. tavily-js tavily-js Public

    Official TypeScript/JavaScript library for Tavily.

    TypeScript 55 5

  5. use-cases use-cases Public

    Jupyter Notebook 33 8

  6. tavily-sheets tavily-sheets Public

    Pair Tavily search with an LLM to fill spreadsheet cells with web‑sourced insights and citations.

    TypeScript 28 9

Repositories

Showing 10 of 22 repositories
  • 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 25 7 1 0 Updated Sep 2, 2025
  • tavily-ai/market-researcher’s past year of commit activity
    TypeScript 3 1 0 0 Updated Aug 28, 2025
  • tavily-ai/tavily-n8n-node’s past year of commit activity
    TypeScript 9 MIT 2 4 0 Updated Aug 19, 2025
  • tavily-js Public

    Official TypeScript/JavaScript library for Tavily.

    tavily-ai/tavily-js’s past year of commit activity
    TypeScript 55 MIT 5 7 3 Updated Aug 19, 2025
  • tavily-python Public

    A python wrapper for Tavily search API

    tavily-ai/tavily-python’s past year of commit activity
    Python 822 MIT 98 17 6 Updated Aug 18, 2025
  • tavily-mcp Public

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

    tavily-ai/tavily-mcp’s past year of commit activity
    JavaScript 736 MIT 130 6 2 Updated Aug 13, 2025
  • tavily-ai/langchain-tavily’s past year of commit activity
    Python 9 MIT 13 0 2 Updated Aug 12, 2025
  • 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.

    tavily-ai/tavily-cookbook’s past year of commit activity
    Jupyter Notebook 7 Apache-2.0 4 0 0 Updated Aug 5, 2025
  • tavily-SimpleQA Public

    Public repository for running the SimpleQA benchmark on several search providers

    tavily-ai/tavily-SimpleQA’s past year of commit activity
    Python 2 MIT 0 0 0 Updated Aug 5, 2025
  • .github Public
    tavily-ai/.github’s past year of commit activity
    0 0 0 0 Updated Jul 31, 2025

People

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

Most used topics

Loading…