Public posts matching a keyword on X, LinkedIn, Reddit, YouTube, TikTok, Instagram or Facebook: brand mentions, category conversations, competitor chatter.
Apify:
X ✓LinkedIn ✓Reddit ✓YouTube ✓TikTok ✓Instagram ✓Facebook ✓
✓ 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 |
twitterapi.io |
planned |
Unit: per_result · unmatched results billed: no
Priced per result, varying by platform. The exact quote is computed from your request and reserved before execution; failures and empty results release the hold.
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.search", "input": { "platform": "...", "query": "..." }, "routing": {"provider": "auto"} }'
{
"properties": {
"limit": {
"default": 5,
"type": "integer"
},
"platform": {
"enum": [
"x",
"linkedin",
"reddit",
"youtube",
"tiktok",
"instagram",
"facebook"
],
"type": "string"
},
"query": {
"description": "Keyword, phrase or hashtag (Instagram searches hashtags)",
"type": "string"
}
},
"required": [
"platform",
"query"
],
"type": "object"
}
posts