← Catalog

social.comments

live

Comments on one public post URL (YouTube, TikTok, Instagram, LinkedIn, Reddit): text, author, likes, replies, time.

live coverage

Apify: YouTube ✓TikTok ✓Instagram ✓LinkedIn ✓Reddit ✓

✓ marks a combination proven with a real provider call. Others are wired and unit-tested; their first live run verifies them.

Providers

ProviderStatus
Apify live
ScrapeCreators adapter next

Billing

Unit: per_result · unmatched results billed: no
Priced per comment, varying by platform. The exact quote is computed from your request and reserved before execution.

The exact price is returned by /v1/inspect before every call and reserved on execution.

Run it

curl https://api.routergrowth.com/v1/run \
  -H "Authorization: Bearer $ROUTERGROWTH_API_KEY" \
  -d '{
    "capability": "social.comments",
    "input": { "url": "..." },
    "routing": {"provider": "auto"}
  }'

Input schema

{
  "properties": {
    "limit": {
      "default": 5,
      "type": "integer"
    },
    "platform": {
      "enum": [
        "youtube",
        "tiktok",
        "instagram",
        "linkedin",
        "reddit"
      ],
      "type": "string"
    },
    "url": {
      "description": "The post, video or thread URL; the platform is inferred",
      "type": "string"
    }
  },
  "required": [
    "url"
  ],
  "type": "object"
}

Normalized output fields

comments