x402 List

x402 Protocol Service Directory

Tavily Search

AI

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.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://x402.tavily.com ENDPOINTS 1 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 45m ago

Evidence-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.

jump to compliance checklist

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-derived

Provides a search API for AI-powered information retrieval

category
ai-search
in
body
searchaiinformation-retrieval

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
POST /search $0.01 Base USDC
1 endpoints

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.

// request
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

07-20 · uptime 100.0% · 2025ms avg07-21 · uptime 100.0% · 2023ms avg07-2007-21
RESPONSE TIME
07-20 · 2025ms avg07-20 · 2025ms avg07-21 · 2023ms avg07-21 · 2023ms avg07-2007-21
30d UPTIME 100%
UPTIME 30D 100%
AVG RESP 2020ms
TOTAL CHECKS 73

RECENT CHECKS

TIME STATUS RESP
● OK 1760ms
● OK 1719ms
● OK 1487ms
● OK 1563ms
● OK 1513ms
● SLOW 5331ms
● OK 1515ms
● OK 1681ms
● OK 1594ms
● OK 1441ms
● SLOW 5403ms
● OK 1461ms
● OK 2148ms
● OK 1393ms
● OK 1765ms
● OK 1427ms
● OK 1379ms
● OK 1597ms

OVER TIME

All charts share the 30d 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).

PRICE (captured 402, USD)
07-20 · $0.0107-21 · $0.01$0.0107-2007-21
SUB-SCORES (uptime + x402 compliance)
07-20 uptime: 100.0% compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checksuptimecompliance07-2007-21
VOLUME (on-chain settlement, USD)
no on-chain volume yet
DISTINCT BUYERS
no distinct buyers yet

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

Show that Tavily Search is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Tavily Search listed on x402-list
status
Tavily Search uptime on x402-list
live uptime
// HTML
<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>
// Markdown
[![Tavily Search on x402-list](https://x402-list.com/badge/tavily-search.svg)](https://x402-list.com/services/tavily-search?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<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>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]