mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Search a specific public website or domain through Decodo Google results by sending a quer

Search a specific public website or domain through Decodo Google results by sending a query with a site: filter. The response includes ranked titles, URLs, snippets, and domains. If primary search is quota-limited, a marked GDELT fallback can return recent news-indexed pages from that domain with recency capped at 168 hours. Use it as a site search API, domain search tool, website search endpoint, or scoped web search for agents.

Do you run x402.agentutility.ai? 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
6000 (raw units)
price
147
calls / 30d
3
unique payers
2026-09-18
updated

Provider

x402.agentutility.ai · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x6c0752c09e7F6fA6526fCDf40e456a159ebB5621",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "6000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "FJqAJ4dXkFbrp3EEo8E9x98iaBGUQwaU8Srz5ePfUXLH",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "6000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "discoverable": true,
    "info": {
      "input": {
        "body": {
          "num_results": 10,
          "query": "site:agentutility.ai image endpoints"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "degraded": true,
          "include_text": false,
          "note": "Primary web search was unavailable; returned recent public-news results instead.",
          "query": "site:agentutility.ai image endpoints",
          "results": [
            {
              "domain": "agentutility.ai",
              "title": "Example"
            }
          ],
          "source": "GDELT public-news fallback",
          "source_url": "https://www.gdeltproject.org/"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "include_text": {
                  "description": "Accepted for compatibility. This route always returns ranked result metadata with include_text: false; use scrape-to-json for page text.",
                  "type": "boolean"
                },
                "limit": {
                  "description": "Alias for num_results. If both are supplied, num_results wins.",
                  "type": "number"
                },
                "num_results": {
                  "description": "Number of results to return. Default 10, max 20.",
                  "type": "number"
                },
                "query": {
                  "description": "Search query. Include site:example.com to search within a site/domain.",
                  "type": "string"
                },
                "recency": {
                  "description": "Optional freshness filter. Default 'any'.",
                  "enum": [
                    "day",
                    "week",
                    "month",
                    "year",
                    "any"
                  ],
                  "type": "string"
                }
              },
              "required": [
                "query"
              ]
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "degraded": {
                  "type": "boolean"
                },
                "include_text": {
                  "type": "boolean"
                },
                "note": {
                  "type": "string"
                },
                "query": {
                  "type": "string"
                },
                "results": {
                  "items": {
                    "properties": {
                      "domain": {
                        "type": "string"
                      },
                      "title": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "type": "array"
                },
                "source": {
                  "type": "string"
                },
                "source_url": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  },
  "builder-code": {
    "info": {
      "a": "bc_awpbwsy3"
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "additionalProperties": false,
      "properties": {
        "a": {
          "description": "App builder code",
          "pattern": "^[a-z0-9_]{1,32}$",
          "type": "string"
        },
        "s": {
          "description": "Service builder codes",
          "items": {
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          },
          "type": "array"
        },
        "w": {
          "description": "Wallet builder code",
          "pattern": "^[a-z0-9_]{1,32}$",
          "type": "string"
        }
      },
      "type": "object"
    }
  }
}

Use it

curl

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

JavaScript

const res = await fetch("https://x402.agentutility.ai/search-site");
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://x402.agentutility.ai/search-site")
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/5189.json, and this resource appears in /discovery/resources and /discovery/search.