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.
Answers HTTP 503 without x402 payment termsour last check, 2026-09-24
0 of 1checks answered this week
n/amedian answer time
$0.02listed price per call
n/aprice it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://zeroclick.affiliate.com/v1/products
| Category | Commerce and shopping |
|---|---|
| Provider host | zeroclick.affiliate.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 109 from 8 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | no x402 terms | 503 | 678 ms |
Example input (from the provider)
{
"body": {
"search": "wireless headphones"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$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"
},
"operato