Public profile data for a social handle.
| Provider | Price* | Mode |
|---|---|---|
ScrapeCreators |
$0.008 | platform prepaid |
Apify |
$0.009 | platform prepaid |
ScrapIn |
$0.012 | platform prepaid · planned |
Unit: per_match · unmatched results billed: no
*Placeholder development pricing.
curl https://api.routergrowth.com/v1/run \ -H "Authorization: Bearer $ROUTERGROWTH_API_KEY" \ -d '{ "capability": "social.profile", "input": { "platform": "...", "handle": "..." }, "routing": {"provider": "auto"} }'
{
"properties": {
"handle": {
"type": "string"
},
"platform": {
"enum": [
"x",
"instagram",
"tiktok",
"youtube",
"linkedin"
],
"type": "string"
}
},
"required": [
"platform",
"handle"
],
"type": "object"
}
platform · handle · profile