Tavily Search API
Tavily 搜索接口
AI-native search engine optimized for LLMs and AI agents. Real-time web data with structured results.
专为大语言模型和 AI Agent 优化的搜索接口,实时获取结构化网页数据。
Website
Documentation
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
- ◆AI-native search for agents
- ◆Structured results with summaries
- ◆Real-time web data extraction
- ◆Topic-specific deep searches
- ◆Free tier for development
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
Get Started with Tavily Search API
Click below to visit the official website and start using this API.
Visit Tavily Search API →