← Catalog

social.profile

live

Public profile data for a social handle.

Providers

ProviderPrice*Mode
ScrapeCreators $0.008 platform prepaid
Apify $0.009 platform prepaid
ScrapIn $0.012 platform prepaid · planned

Billing

Unit: per_match · unmatched results billed: no

*Placeholder development pricing.

Run it

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

Input schema

{
  "properties": {
    "handle": {
      "type": "string"
    },
    "platform": {
      "enum": [
        "x",
        "instagram",
        "tiktok",
        "youtube",
        "linkedin"
      ],
      "type": "string"
    }
  },
  "required": [
    "platform",
    "handle"
  ],
  "type": "object"
}

Normalized output fields

platform · handle · profile