mirrored listing x402 eip155:8453

Search more than one billion affiliate products refreshed daily

Search more than one billion affiliate products refreshed daily. Pass a plain search string or an array of field filters, or use the structured query rule builder for compound conditions. Results carry pricing, availability, commission URLs, and network and merchant attribution, with support for field selection, pagination, sorting, facets, and per network affiliate link configuration.

Do you run zeroclick.affiliate.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
20000 (raw units)
price
62
calls / 30d
9
unique payers
2026-09-17
updated

Provider

zeroclick.affiliate.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x6e9c2ebca537f861fe9242f8f974d99b3df762b2",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "20000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "search": "wireless headphones"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "after": {
                  "description": "Cursor token for pagination beyond 10000 results, returned as meta.after in a previous response.",
                  "type": "string"
                },
                "balanced_mix": {
                  "description": "Round robin interleaving of results with optional weighting. Incompatible with duplicate_fields_to_exclude.",
                  "type": "object"
                },
                "click_tracking": {
                  "default": false,
                  "description": "Replace the sub id with a click_id for consolidated reporting.",
                  "type": "boolean"
                },
                "duplicate_fields_to_exclude": {
                  "description": "Collapse results that share the same value for this field. Incompatible with balanced_mix.",
                  "type": "string"
                },
                "facets": {
                  "description": "Facet aggregations to include with the results, up to 20. Supports dot notation, for example merchant.product_count.",
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "fields": {
                  "description": "Product fields to include in the response. All fields are returned when omitted.",
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "networks": {
                  "additionalProperties": {
                    "properties": {
                      "affiliate_id": {
                        "description": "Your affiliate id on this network.",
                        "type": "string"
                      },
                      "sub_id": {
                        "description": "Optional sub id for campaign tracking.",
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "description": "Per network configuration keyed by network id, each entry carrying affiliate_id and an optional sub_id. When provided, commission URLs are populated with your affiliate credentials.",
                  "type": "object"
                },
                "page": {
                  "description": "Page number to return.",
                  "minimum": 1,
                  "type": "integer"
                },
                "per_page": {
                  "default": 100,
                  "description": "Number of results per page.",
                  "minimum": 1,
                  "type": "integer"
                },
                "pool_id": {
                  "description": "ULID of a pool that combines networks and merchants.",
                  "type": "string"
                },
                "query": {
                  "description": "Structured rule based query builder for compound conditions. Mutually exclusive with search.",
                  "properties": {
                    "rules": {
                      "items": {
                        "properties": {
                          "conditions": {
                            "items": {
                              "properties": {
                                "field": {
                                  "description": "Product field to match.",
                                  "type": "string"
                                },
                                "operator": {
                                  "description": "Comparison operator.",
                                  "type": "string"
                                },
                                "value": {
                                  "description": "Value to match."
                                }
                              },
                              "required": [
                                "field",
                                "operator",
                                "value"
                              ],
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "conditions_operator": {
                            "description": "How the conditions inside this rule combine.",
                            "enum": [
                              "any",
                              "all"
                            ],
                            "type": "string"
                          }
                        },
                        "required": [
                          "conditions_operator",
                          "conditions"
                        ],
                        "type": "object"
                      },
                      "type": "array"
                    },
                    "rules_operator": {
                      "description": "How rules combine. any means OR and all means AND. Defaults to all.",
                      "enum": [
                        "any",
                        "all"
                      ],
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "search": {
                  "description": "Search criteria. Pass a plain string for a broad match across product fields, or an array of filter objects for precise matching. Mutually exclusive with query.",
                  "example": "wireless headphones",
                  "oneOf": [
                    {
                      "description": "Free text search across product fields.",
                      "type": "string"
                    },
                    {
                      "description": "Filter objects that are combined with AND.",
                      "items": {
                        "properties": {
                          "field": {
                            "description": "Product field to filter on. Common fields are any, name, brand, category, barcode, final_price, on_sale, availability, merchant.id, and merchant.name.",
                            "example": "name",
                            "type": "string"
                          },
                          "operator": {
                            "description": "Comparison operator supported by the field. Text fields accept =, !=, LIKE, and NOT LIKE. Numeric fields accept =, !=, >, <, >=, and <=.",
                            "example": "LIKE",
                            "type": "string"
                          },
                          "value": {
                            "description": "Value to match against the field.",
                            "example": "wireless headphones"
                          }
                        },
                        "required": [
                          "field",
                          "operator",
                          "value"
                        ],
                        "type": "object"
                      },
                      "type": "array"
                    }
                  ]
                },
                "sort_by": {
                  "description": "Field to sort results by.",
                  "enum": [
                    "relevance",
                    "id",
                    "barcode",
                    "name",
                    "description",
                    "commission_url",
                    "direct_url",
                    "image_url",
                    "currency",
                    "regular_price",
                    "final_price",
                    "on_sale",
                    "sale_discount",
                    "availability",
                    "stock_quantity",
                    "sku",
                    "brand",
                    "category",
                    "network",
                    "merchant",
                    "updated_at",
                    "started_at"
                  ],
                  "type": "string"
                },
                "sort_order": {
                  "description": "Sort direction.",
                  "enum": [
                    "asc",
                    "desc"
                  ],
                  "type": "string"
                }
              },
              "required": [
                "search"
              ],
              "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"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  },
  "terms": {
    "info": {
      "links": [
        {
          "kind": "platform_terms_of_service",
          "url": "https://www.zeroclick.ai/legal/buyer-terms-of-service"
        }
      ],
      "note": "By paying this challenge, whether directly or through an agent acting on your behalf, you accept the platform's buyer terms of service; an agent's payment and acceptance are attributed to you and bind you as if you had taken them yourself."
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "links": {
          "items": {
            "properties": {
              "kind": {
                "enum": [
                  "terms_of_service",
                  "privacy_policy",
                  "additional_terms",
                  "platform_terms_of_service"
                ],
                "type": "string"
              },
              "url": {
                "type": "string"
              }
            },
            "required": [
              "kind",
              "url"
            ],
            "type": "object"
          },
          "type": "array"
        },
        "note": {
          "type": "string"
        }
      },
      "required": [
        "links"
      ],
      "type": "object"
    }
  },
  "zeroclick": {
    "info": {
      "payment": {
        "amountUsd": "0.020000",
        "id": "apay_cqQERJSuaecYyer8YpDqj"
      },
      "requestId": "zcreq_O5BY3snguCwa3xoBRyZ9M",
      "service": "product-search"
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "agentId": {
          "type": "string"
        },
        "payment": {
          "properties": {
            "amountUsd": {
              "type": "string"
            },
            "id": {
              "type": "string"
            }
          },
          "required": [
            "id",
            "amountUsd"
          ],
          "type": "object"
        },
        "requestId": {
          "type": "string"
        },
        "service": {
          "type": "string"
        }
      },
      "required": [
        "payment"
      ],
      "type": "object"
    }
  }
}

Use it

curl

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

JavaScript

const res = await fetch("https://zeroclick.affiliate.com/v1/products");
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://zeroclick.affiliate.com/v1/products")
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/4194.json, and this resource appears in /discovery/resources and /discovery/search.