← Catalog

social.search

live

Public posts matching a keyword on X, LinkedIn, Reddit, YouTube, TikTok, Instagram or Facebook: brand mentions, category conversations, competitor chatter.

live coverage

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.

Providers

ProviderStatus
Apify live
ScrapeCreators adapter next
twitterapi.io planned

Billing

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.

Run it

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

Input schema

{
  "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"
}

Normalized output fields

posts