ToolKiti
Home/搜索服务/Tavily Search API

Tavily Search API

Tavily 搜索接口

AI-native search engine optimized for LLMs and AI agents. Real-time web data with structured results.

专为大语言模型和 AI Agent 优化的搜索接口,实时获取结构化网页数据。

Pricing

free tier (1000 credits/mo), pay-as-you-go

Authentication

  • API Key

Rate Limit

100 req/day (free tier)

Typical Latency

<1s

Popularity

95/100

Endpoints

https://api.tavily.com/search

SDKs

Pythoncurl

Key Features

Usage Tips

SPONSORED

This API listing is sponsored. Content is independently maintained.

Code Examples

Web Searchpython
from tavily import TavilyClient
client = TavilyClient(api_key="$TAVILY_API_KEY")
results = client.search(query="latest AI developments")
print(results["results"])

Tags

searchwebagentsrealtime

Last updated: 2026-07-28

Compare Tavily Search API with other APIs

Similar APIs

Something wrong or missing? Open an issue on GitHub →

Pricing Comparison

APIPricingAuthPopularity
Serper APIfree tier (2500 queries), pay-as-you-go from $50/moAPI Key
90
Brave Search APIfree tier (2000 queries/mo), paid plansAPI Key
88
Exa Search APIfree tier (1000 queries/mo), paid plansAPI Key
82
Jina AI APIfree tier, pay-as-you-goAPI Key
80

Get Started with Tavily Search API

Click below to visit the official website and start using this API.

Visit Tavily Search API

Discussion

Questions, feedback, or suggestions? Start a discussion.

Discuss on GitHub