Try ProductClank's social amplification for $2 before committing to a full boost — the che
Try ProductClank's social amplification for $2 before committing to a full boost — the cheapest way to test community-driven growth marketing. Runs the exact same flow as the $20 boost, scaled to a single reply: 1 authentic AI-drafted reply posted on your post by a real community member. Works on X/Twitter, LinkedIn, Instagram, TikTok, Reddit, Farcaster, YouTube. Send the post URL; get back a campaign id and a public tracking URL. Ready for the full 10 replies? Use /api/x402/boost.
2000000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-01
updated
Provider
www.productclank.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x876Be690234aaD9C7ae8bb02c6900f5844aCaF68",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "2000000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"post_url": "https://x.com/productclank/status/1234567890123456789",
"reply_guidelines": "Supportive, curious replies that highlight the product's AI features"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"campaign": {
"action_type": "replies",
"campaign_number": "CP-042",
"id": "0b0e8f7a-0000-0000-0000-000000000000",
"platform": "twitter",
"url": "https://www.productclank.com/communiply/boost/0b0e8f7a-0000-0000-0000-000000000000"
},
"items_generated": 1,
"payment": {
"amount_usd": 2,
"network": "eip155:8453",
"settled": true,
"transaction": "0xabc123…"
},
"success": true
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"post_author": {
"description": "Optional — the post author's username (used with post_text)",
"type": "string"
},
"post_text": {
"description": "Optional — the post's text. Skips server-side fetching; recommended for LinkedIn and Instagram posts",
"type": "string"
},
"post_url": {
"description": "URL of the social post to boost — X/Twitter, LinkedIn, Instagram, TikTok, Reddit, Farcaster, or YouTube",
"type": "string"
},
"reply_guidelines": {
"description": "Optional tone/content guidance for the generated reply",
"type": "string"
}
},
"required": [
"post_url"
],
"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": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://www.productclank.com/api/x402/boost-trial" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://www.productclank.com/api/x402/boost-trial");
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://www.productclank.com/api/x402/boost-trial")
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/8451.json, and this resource appears in /discovery/resources and /discovery/search.