Tavily Search
Tavily Search - advanced mode
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1661 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://x402.tavily.com/search
| Category | Search and research |
|---|---|
| Provider host | x402.tavily.com |
| Networks | aws:base, eip155:8453 |
| Payment schemes | agent-pay, exact |
| Self-reported calls, 30 days | 629 from 32 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 1661 ms |
Example input (from the provider)
{
"body": {
"end_date": "2026-05-28",
"exclude_domains": [
"example.com"
],
"include_answer": true,
"include_domains": [
"x402.org",
"docs.cdp.coinbase.com"
],
"include_images": true,
"include_raw_content": true,
"max_results": 5,
"query": "what is x402?",
"search_depth": "advanced",
"start_date": "2026-01-01",
"time_range": "month",
"topic": "general"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"end_date": {
"type": "string"
},
"exclude_domains": {
"items": {
"type": "string"
},
"type": "array"
},
"include_answer": {
"type": "boolean"
},
"include_domains": {
"items": {
"type": "string"
},
"type": "array"
},
"include_images": {
"type": "boolean"
},
"include_raw_content": {
"type": "boolean"
},
"max_results": {
"description": "\"auto\" or integer 1-50",
"oneOf": [
{
"const": "auto"
},
{
"maximum": 50,
"minimum": 1,
"type": "integer"
}
]
},
"query": {
"description": "Search query (1-1000 chars)",
"type": "string"
},
"search_depth": {
"default": "advanced",
"enum": [
"advanced"
],
"type": "string"
},
"start_date": {
"type": "string"
},
"time_range": {
"type": "string"
},
"topic": {
"enum": [
"general",
"news",
"finance"
],
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}