x402.tavily.com

Category
Search
Network
Avg / request
$0.01
Endpoints
1

Service overview

What is Tavily?

Fast and accurate web search - built for agents. Trusted by 2M+ developers worldwide.

Level up your agent by giving it access to thousands of services. All payable per-request via x402. No API keys, no accounts.

Paste into your agentic chat and let your agent guide you.

Make a Call

Example request
npx awal x402 pay "https://x402.tavily.com/search" \
  --method POST \
  --data '{
  "end_date": "{end_date}",
  "exclude_domains": "{exclude_domains}",
  "include_answer": "{include_answer}",
  "include_domains": "{include_domains}",
  "include_images": "{include_images}",
  "include_raw_content": "{include_raw_content}",
  "max_results": "{max_results}",
  "query": "{query}",
  "search_depth": "{search_depth}",
  "start_date": "{start_date}",
  "time_range": "{time_range}",
  "topic": "{topic}"
}'
What you get back
{
  "endpoint": "POST /search",
  "paid": true,
  "query": "best x402 data APIs",
  "result": [
    {
      "snippet": "Compact result summary.",
      "title": "Example result",
      "url": "https://example.com"
    }
  ]
}

Similar Services