← back
Tavily Search
100A search engine built for AI agents — returns clean, relevant data without ad spam or raw HTML.
OpenAPI SpecAPI KeyFreemiumJSONBot Blocking: NoneNo CCsearchllm-optimizedmarkdown-outputreal-time
Pros
- + Built for LLMs — returns concise summaries, not raw HTML
- + No separate scraper needed
- + Native LangChain & LlamaIndex integrations
Cons
- - Slower than raw Google Search API due to backend summarization
- - Limited image/video search
Integration
example.py
from tavily import TavilyClient
client = TavilyClient(api_key="tvly-...")result = client.search("latest AI news", max_results=3)for r in result["results"]: print(r["title"], r["url"])Details
- Category
- Web Search
- Pricing
- Freemium
- Free Tier
- 1,000 free searches/month
- Rate Limit
- 1,000 req/min
- Verified
- 2026-03-31
Score Breakdown
Base +50
OpenAPI Spec (Yes) +15
Auth Complexity (API Key) +10
Response Format (JSON) +10
Bot Blocking (None) +10
No Credit Card (Yes) +5
Completely Free (No) 0
Total 100