mirrored listing x402 eip155:8453eip155:137eip155:42161solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Private web search for AI agents — zero logging, no tracking, no human signup required

Private web search for AI agents — zero logging, no tracking, no human signup required. Pay-per-query with USDC, no API keys or accounts. Multi-engine JSON results. Pass q=query, optional count (1-20), offset.

Do you run search.reversesandbox.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
2000 (raw units)
price
4
calls / 30d
4
unique payers
2026-09-14
updated

Provider

search.reversesandbox.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x5770E66181984aa8510777790016B64AeDA4f8b2",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "2000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "eip155:137",
    "payTo": "0x5770E66181984aa8510777790016B64AeDA4f8b2",
    "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
    "amount": "2000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "eip155:42161",
    "payTo": "0x5770E66181984aa8510777790016B64AeDA4f8b2",
    "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
    "amount": "2000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "fpsaoRu3UYL8zf5or24iRhDZiTzBrGNT2FRLu8sqpmN",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "2000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "q": "latest AI news"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "count": 10,
          "engine": "searxng",
          "query": "latest AI news",
          "web": {
            "results": [
              {
                "content": "A snippet of the search result content...",
                "title": "Example Result",
                "url": "https://example.com"
              }
            ]
          }
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "count": {
                  "description": "Number of results (1-20, default 10)",
                  "type": "number"
                },
                "offset": {
                  "description": "Pagination offset (default 0)",
                  "type": "number"
                },
                "q": {
                  "description": "Search query",
                  "type": "string"
                }
              },
              "required": [
                "q"
              ],
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "count": {
                  "type": "number"
                },
                "engine": {
                  "type": "string"
                },
                "query": {
                  "type": "string"
                },
                "web": {
                  "properties": {
                    "results": {
                      "items": {
                        "properties": {
                          "content": {
                            "type": "string"
                          },
                          "title": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "title",
                          "url",
                          "content"
                        ],
                        "type": "object"
                      },
                      "type": "array"
                    }
                  },
                  "type": "object"
                }
              },
              "required": [
                "query",
                "web"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://search.reversesandbox.com/web/search"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://search.reversesandbox.com/web/search");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://search.reversesandbox.com/web/search")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/6546.json, and this resource appears in /discovery/resources and /discovery/search.