What this offer provides
Tavily exposes Search, Extract, Crawl and Map behind one credit model with a recurring no-card free tier.
Quick facts
Free mechanism1,000 API credits / month
ValidityMonthly credits; advanced calls cost more
AccessGlobal · API key
Last verified2026-09-07
How to use it
用 Tavily Search 获取实时网页结果
Prerequisites
- 注册 Tavily
- 创建 TAVILY_API_KEY
Steps
- 在 Tavily 控制台创建 API Key
- 设置 TAVILY_API_KEY 环境变量
- 使用 basic Search 发送第一条请求
curl
curl --request POST https://api.tavily.com/search --header 'Content-Type: application/json' --header 'Authorization: Bearer ${TAVILY_API_KEY}' --data '{"query":"latest AI news","search_depth":"basic","max_results":5}'
Official sources
Official docs list 1,000 monthly free credits, no card, and endpoint-specific credit costs.