ToolAssay

Live web search for agents that hold no search account

Live web search for agents that hold no search account. Query: q (required), count (1-20, default 10), country (2-letter, optional). Each result: title, url, snippet. Fresh per call — search is a poll, not a cache. One account rented per query.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
947 msmedian answer time
$0.012listed price per call
$0.012price 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

GET https://x402.shizu.me/search

CategorySearch and research
Provider hostx402.shizu.me
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days3 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.012 947 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "count": "10",
    "q": "x402 protocol"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "method": {
          "const": "GET"
        },
        "queryParams": {
          "properties": {
            "count": {
              "type": "string"
            },
            "q": {
              "type": "string"
            }
          },
          "required": [
            "q",
            "count"
          ],
          "type": "object"
        }
      },
      "required": [
        "method"
      ],
      "type": "object"
    }
  }
}

This page as JSON