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.

    JavaScript 1.5k 213

  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.1k 136

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

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

    Python 192 34

  4. skills skills Public

    Python 128 13

  5. tavily-js tavily-js Public

    Official TypeScript/JavaScript library for Tavily.

    TypeScript 80 8

  6. tavily-chat tavily-chat Public

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

    TypeScript 70 16

Repositories

Showing 10 of 83 repositories
  • haystack Public Forked from deepset-ai/haystack

    Open-source AI orchestration framework for building context-engineered, production-ready LLM applications. Design modular pipelines and agent workflows with explicit control over retrieval, routing, memory, and generation. Built for scalable agents, RAG, multimodal applications, semantic search, and conversational systems.

    tavily-ai/haystack’s past year of commit activity
    MDX 0 Apache-2.0 2,711 0 0 Updated Mar 23, 2026
  • khoj Public Forked from khoj-ai/khoj

    Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI (gpt, claude, gemini, llama, qwen, mistral). Get started - free.

    tavily-ai/khoj’s past year of commit activity
    Python 0 AGPL-3.0 2,135 0 0 Updated Mar 23, 2026
  • web-search-agent Public Forked from seangreenidge949-lang/web-search-agent

    Unified web search agent for AI coding assistants — 16+ platforms, scraping, comments, login management

    tavily-ai/web-search-agent’s past year of commit activity
    Python 0 MIT 1 0 0 Updated Mar 23, 2026
  • web-scout-ai Public Forked from RSO9192/web-scout-ai

    Agentic web research tool. Smarter than search, faster than deep research. Search, scrape, and synthesize web content using any LLM. One async call, structured output, full source attribution.

    tavily-ai/web-scout-ai’s past year of commit activity
    Python 0 MIT 1 0 0 Updated Mar 23, 2026
  • exa-search Public Forked from wysh3/exa-search

    Exa AI Search Plugin for OpenClaw - without any API key

    tavily-ai/exa-search’s past year of commit activity
    TypeScript 0 1 0 0 Updated Mar 23, 2026
  • tavily-n8n-node Public

    A node for n8n that integrates the Tavily API, enabling powerful web search and content extraction within your no-code automation workflows.

    tavily-ai/tavily-n8n-node’s past year of commit activity
    TypeScript 19 MIT 5 3 1 Updated Mar 23, 2026
  • watsonx-tavily-spreadsheets Public

    Pair Tavily search with IBM watsonx granite models to fill spreadsheet cells with web‑sourced insights and citations.

    tavily-ai/watsonx-tavily-spreadsheets’s past year of commit activity
    Jupyter Notebook 9 MIT 2 0 0 Updated Mar 23, 2026
  • tavily-sheets Public

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

    tavily-ai/tavily-sheets’s past year of commit activity
    TypeScript 47 MIT 14 2 1 Updated Mar 23, 2026
  • tavily-ai/market-researcher’s past year of commit activity
    TypeScript 35 MIT 11 0 0 Updated Mar 23, 2026
  • skills Public
    tavily-ai/skills’s past year of commit activity
    Python 128 MIT 13 0 0 Updated Mar 23, 2026

People

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