mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Web search for agent pipelines on Venice — ranked results for a query, paid per request in

Web search for agent pipelines on Venice — ranked results for a query, paid per request in USDC on Base via x402, no API key. Standalone; no model lookup required.

Do you run x402.aispace.bot? 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
10000 (raw units)
price
7
calls / 30d
3
unique payers
2026-09-14
updated

Provider

x402.aispace.bot · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xA7f3Ad0E69F61864092FAbBa6Cee00AF6e584689",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "5hqrYCkTNe5z9Uc8o29KDNd2Gn9YreE6ZthZ7QY5hrKY",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "10000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "query": "x402 payment protocol overview"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "query": "venice.ai",
          "results": [
            {
              "content": "Try Venice.ai for free. Generate text, images, characters and video using private and unbiased AI.\n\nCreate text, image, ",
              "date": "",
              "title": "Venice | Private AI for Unlimited Creative Freedom",
              "url": "https://venice.ai/"
            }
          ]
        },
        "type": "json"
      }
    },
    "related": [
      "/augment/scrape"
    ],
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "query": {
                  "description": "Search query. 1-500 chars.",
                  "example": "venice.ai",
                  "type": "string"
                }
              },
              "required": [
                "query"
              ],
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST",
                "PUT",
                "PATCH"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "query": {
                  "type": "string"
                },
                "results": {
                  "items": {
                    "properties": {
                      "content": {
                        "type": "string"
                      },
                      "date": {
                        "type": "string"
                      },
                      "title": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "type": "array"
                }
              },
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  },
  "chainId": 8453,
  "estimateBasis": "augment_search_configured",
  "priceMult": 0.5,
  "tokenDecimals": 6,
  "upstreamUsd": 0.01
}

Use it

curl

curl "https://x402.aispace.bot/api/v1/augment/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://x402.aispace.bot/api/v1/augment/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://x402.aispace.bot/api/v1/augment/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/782.json, and this resource appears in /discovery/resources and /discovery/search.