Web search API for AI agents. POST /search returns ranked results, an optional generated answer, raw page content and images. Search depth is always advanced. $0.01 per call in USDC on Base, no API key or account required.
Pay from $0.01 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 46m agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 3754ms
- avg response
- 2036ms
- total checks
- 70
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.01 (p52 in AI)
- price (min)
- $0.01
- category percentile (min)
- p52 in AI
- endpoints / prices
- 1 / 1
- model
- flat
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
traction $0 30d · 0 buyers
- volume 30d
- $0
- buyers 30d
- 0
- settlements 30d
- 0
- last settlement
- ---
- top buyer share
- -
- trend 7d vs 30d
- -
- networks
- eip155:8453
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedProvides a search API for AI-powered information retrieval
- category
- ai-search
- in
- body
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| POST | /search | $0.01 | Base | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to POST /search returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i -X POST 'https://x402.tavily.com/search'
// 402 response (captured by monitor) · 1 payload · click to expand
[
{
"error": "Payment header is required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "advanced",
"terms": "By using the Tavily solution, you agree to be bound by the Terms of Use (https://tavily.com/terms) and Privacy Policy (https://tavily.com/privacy) and accept that Tavily disclaims any liability with regard to the AI agent and cryptocurrency payments.",
"version": "2"
},
"payTo": "0x8f93eec0f5611cc51bc16fad3bda57c497152ac4",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
{
"asset": "iso4217:USD",
"extra": {
"tier": "advanced",
"reference": "tavily-search-advanced",
"quoteToken": "eyJhbGciOiJFUzM4NCIsInR5cCI6IkpXVCIsImtpZCI6InRhdmlseS1hZ2VudHBheS14NDAyLXNpZ25pbmcta2V5In0.eyJpc3MiOiJodHRwczovL3g0MDIudGF2aWx5LmNvbSIsImF1ZCI6ImF3czptYXJrZXRwbGFjZSIsImlhdCI6MTc4NDU2NjQ0MSwiZXhwIjoxNzg0NTY2NzQxLCJqdGkiOiJiNDgxM2FkNy1iYzk3LTRmM2MtYjRhNy05NjI5YWIwMzVkODUiLCJwcmljZSI6eyJhbW91bnQiOiIwLjAxNiIsImN1cnJlbmN5IjoiVVNEIn0sInBheVRvIjoic2VsbGVyIiwicmVmZXJlbmNlIjoidGF2aWx5LXNlYXJjaC1hZHZhbmNlZCIsInNldHRsZW1lbnQiOnsicHJvZHVjdF9pZCI6InByb2QtbWFlZXQ2c2FqZWc0MiJ9fQ.xPVep31jey3fjK5KVzj9KOjP6Dev_9RmBmj9fEKZt-KaMcqQT1-SVxNzu1w6FL_UAH19RnCL9BwIdCjKabYVZ_7r1L46SVecIN8ataW3L2Lewb-wi2B6F9J65_PW7Plw",
"settlement": {
"product_id": "prod-maeet6sajeg42"
}
},
"payTo": "urn:x402:agent-pay:see-quote",
"amount": "0.016",
"scheme": "agent-pay",
"network": "aws:base",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://x402.tavily.com/search",
"mimeType": "application/json",
"description": "Tavily Search - advanced mode"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"query": "what is x402?",
"topic": "general",
"end_date": "2026-05-28",
"start_date": "2026-01-01",
"time_range": "month",
"max_results": 5,
"search_depth": "advanced",
"include_answer": true,
"include_images": true,
"exclude_domains": [
"example.com"
],
"include_domains": [
"x402.org",
"docs.cdp.coinbase.com"
],
"include_raw_content": true
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"query": "what is x402?",
"answer": null,
"images": [],
"results": [
{
"url": "https://x402.org/",
"score": 0.92,
"title": "x402 — Payment Required",
"content": "x402 is an open payment protocol that revives the HTTP 402 status code so AI agents can pay per request in stablecoins, with no API keys or accounts.",
"raw_content": null
}
],
"request_id": "8146b0d8-db42-42a7-8fb9-3796fce6853e",
"response_time": 0.7,
"follow_up_questions": null
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Search query (1-1000 chars)"
},
"topic": {
"enum": [
"general",
"news",
"finance"
],
"type": "string"
},
"end_date": {
"type": "string"
},
"start_date": {
"type": "string"
},
"time_range": {
"type": "string"
},
"max_results": {
"oneOf": [
{
"const": "auto"
},
{
"type": "integer",
"maximum": 50,
"minimum": 1
}
],
"description": "\"auto\" or integer 1-50"
},
"search_depth": {
"enum": [
"advanced"
],
"type": "string",
"default": "advanced"
},
"include_answer": {
"type": "boolean"
},
"include_images": {
"type": "boolean"
},
"exclude_domains": {
"type": "array",
"items": {
"type": "string"
}
},
"include_domains": {
"type": "array",
"items": {
"type": "string"
}
},
"include_raw_content": {
"type": "boolean"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 24h window selected here. Every series is also served as JSON at /api/v1/services/tavily-search/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).
COMPLIANCE
11/11 checks pass · grade A- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
EMBED THIS BADGE
<a href="https://x402-list.com/services/tavily-search?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/tavily-search.svg" alt="Tavily Search listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/tavily-search?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/tavily-search?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/tavily-search.svg?data=uptime" alt="Tavily Search uptime on x402-list" height="28"> </a>