Ad copy and public landing-page URL to evidence-linked checks for missing offer phrases, n
Ad copy and public landing-page URL to evidence-linked checks for missing offer phrases, numbers, CTA and lead-capture elements. Bounded HTML inspection, not rendered-page vision or semantic conversion prediction.
30000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-15
updated
Provider
signalforgestudios.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x7e4d786057930b66cb45e2017a587425ebade587",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "30000",
"maxTimeoutSeconds": 1800
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"ad_copy": "Get a free lead-generation snapshot",
"cta": "Get a snapshot",
"key_promises": [
"free"
],
"url": "https://signalforgestudios.com/lead-generator/"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"data": {
"assessment": "review",
"checks": [
{
"code": "promise_not_found",
"phrase": "free",
"status": "review"
}
],
"evidence": {
"html_truncated": false,
"sampled_url": "https://example.com"
},
"limitations": [
"Literal text checks do not establish semantic equivalence."
]
},
"meta": {
"example_only": true
},
"success": true
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"ad_copy": {
"maxLength": 2000,
"minLength": 1,
"type": "string"
},
"cta": {
"maxLength": 120,
"minLength": 0,
"type": "string"
},
"key_promises": {
"items": {
"maxLength": 160,
"minLength": 1,
"type": "string"
},
"maxItems": 8,
"minItems": 0,
"type": "array"
},
"url": {
"maxLength": 2048,
"minLength": 1,
"type": "string"
}
},
"required": [
"url",
"ad_copy"
],
"type": "object"
},
"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": {
"data": {
"required": [
"assessment",
"checks",
"evidence",
"limitations"
],
"type": "object"
},
"meta": {
"type": "object"
},
"success": {
"const": true
}
},
"required": [
"success",
"data",
"meta"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://signalforgestudios.com/x402/message-match" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://signalforgestudios.com/x402/message-match");
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://signalforgestudios.com/x402/message-match")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7659.json, and this resource appears in /discovery/resources and /discovery/search.