Buy one website report ($3) with product=scan and url, or four competitor scans
Buy one website report ($3) with product=scan and url, or four competitor scans ($2) with product=comparison and an existing current-rubric runId. Cached results are free. On 202, poll statusUrl, then open reportUrl. If an accepted job fails, keep purchaseId and contact support; do not buy again. Budget and capacity limits apply.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$3.00listed 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://readiness.pay.zeroclick.io/api/v1/scans
| Category | Commerce and shopping |
|---|---|
| Provider host | readiness.pay.zeroclick.io |
| Networks | eip155:8453, zeroclick:card |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 3 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"body": {
"product": "scan",
"url": "checkout-probe.zeroclick.ai"
},
"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": {
"examples": [
{
"product": "scan",
"url": "checkout-probe.zeroclick.ai"
},
{
"product": "comparison",
"runId": "333b1a76a6bb4af3"
}
],
"oneOf": [
{
"additionalProperties": false,
"example": {
"product": "scan",
"url": "checkout-probe.zeroclick.ai"
},
"properties": {
"product": {
"enum": [
"scan"
],
"type": "string"
},
"url": {
"description": "One website URL or domain; no batches.",
"maxLength": 2048,
"minLength": 1,
"type": "string"
}
},
"required": [
"product",
"url"
],
"type": "object"
},
{
"additionalProperties": false,
"example": {
"product": "comparison",
"runId": "333b1a76a6bb4af3"
},
"properties": {
"product": {
"enum": [
"comparison"
],
"type": "string"
},
"runId": {
"description": "ID of an existing completed target report using the current rubric.",
"pattern": "^[a-f0-9]{16}$",
"type": "string"
}
},
"required": [
"product",
"runId"
],
"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"
}