Boost any social post with real human engagement from ProductClank's creator community
Boost any social post with real human engagement from ProductClank's creator community. $20 per boost: 10 authentic AI-drafted replies posted by real community members (or 30 likes / 10 reposts). Works on X/Twitter, LinkedIn, Instagram, TikTok, Reddit, Farcaster, and YouTube. Send the post URL; get back a campaign id and a public tracking URL. Engagement typically lands within 24-48 hours.
20000000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-27
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": "20000000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"action_type": "replies",
"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": 10,
"payment": {
"amount_usd": 20,
"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": {
"action_type": {
"description": "Engagement type: 'replies' = 10 authentic AI-drafted replies posted by real community members (default), 'likes' = 30 likes, 'repost' = 10 reposts. Some platforms only support replies.",
"enum": [
"replies",
"likes",
"repost"
],
"type": "string"
},
"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 replies",
"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" # -> 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");
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")
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/8450.json, and this resource appears in /discovery/resources and /discovery/search.