ToolAssay

Boost any social post with real human engagement from ProductClank's creator com

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.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$20.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://www.productclank.com/api/x402/boost

CategoryEverything else
Provider hostwww.productclank.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 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": {
    "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"
}

Promised output schema (from the provider)

{
  "$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 \u2014 the post author's username (used with post_text)",
              "type": "string"
            },
            "post_text": {
              "description": "Optional \u2014 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 \u2014 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"
}

This page as JSON