{
  "x402Version": 2,
  "id": 6546,
  "slug": "6546",
  "resource": "https://search.reversesandbox.com/web/search",
  "description": "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.",
  "type": "http",
  "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
    }
  ],
  "outputSchema": {
    "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "search.reversesandbox.com",
  "lastUpdated": "2026-09-14T19:50:19.104Z",
  "quality": {
    "calls30d": 4,
    "uniquePayers30d": 4,
    "lastCalledAt": "2026-09-14T19:50:18.608Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "search.reversesandbox.com",
    "manifest_name": "search.reversesandbox.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}