Comments on one public post URL (YouTube, TikTok, Instagram, LinkedIn, Reddit): text, author, likes, replies, time.
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.
| Provider | Status |
|---|---|
Apify |
live |
ScrapeCreators |
adapter next |
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.
curl https://api.routergrowth.com/v1/run \ -H "Authorization: Bearer $ROUTERGROWTH_API_KEY" \ -d '{ "capability": "social.comments", "input": { "url": "..." }, "routing": {"provider": "auto"} }'
{
"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"
}
comments