SocialBlade Stats Scraper
Pricing
from $1.00 / 1,000 results
SocialBlade Stats Scraper
Scrape public SocialBlade creator stats for YouTube, TikTok, Instagram, Twitch, and Facebook. Returns followers, views, grade, rank, history, creator metadata. HTTP-only, no login.
Pricing
from $1.00 / 1,000 results
Rating
5.0
(22)
Developer
Crawler Bros
Maintained by CommunityActor stats
22
Bookmarked
26
Total users
17
Monthly active users
24 days ago
Last modified
Share
Scrape public SocialBlade creator stats across YouTube, TikTok, Instagram, Twitch, and Facebook. HTTP-only, no login, no API key.
What this actor extracts
Per profile:
type,platform,input,urlid,displayName,avatar,bannercountry,descriptionchannelType,category(platform-dependent)createdAt- Platform-appropriate primary metric:
subscribers(YouTube) orfollowers(TikTok / Instagram / Twitch / Facebook) views,videosgrade(SocialBlade letter grade)ranks—sb,subscribers/followers,views,country,categorysocials— linked social accountshistory— up to 15 days of daily snapshots (subscribers/followers, views, videos)scrapedAt
Input
| Field | Type | Description |
|---|---|---|
startUrls | string[] | List of SocialBlade profile URLs. Any form: /youtube/handle/..., /youtube/channel/..., /youtube/user/..., /tiktok/user/..., /instagram/user/..., /twitch/user/..., /facebook/page/... |
profiles | object[] | Alternative: [{platform, username}]. YouTube usernames auto-fall back from /user/ to /handle/ if the first lookup returns nothing. |
platform | enum | Default platform for bare strings. |
includeHistory | bool | Include last 15 days of daily snapshots. Default true. |
maxItems | integer | Max profiles to process. Default 50, cap 500. |
At least one of startUrls / profiles required.
How it works
SocialBlade is a Next.js app that hydrates profile pages from tRPC queries embedded in the __NEXT_DATA__ JSON script block. The actor issues a single HTTP GET per profile, parses that script, and extracts the {platform}.user / {platform}.page / {platform}.history query states.
Chrome TLS fingerprinting is emulated via curl_cffi (chrome131). No cookies, no login, no proxy configuration. If the Apify datacenter IP ever gets blocked, the actor transparently escalates to the Apify RESIDENTIAL US pool with per-profile session rotation.
FAQ
Which URL form should I use? For YouTube, prefer /handle/<name> or /channel/<UCxxxx> — the /user/<name> form uses SocialBlade's legacy username index and often maps to the wrong account. TikTok / Instagram / Twitch use /user/<name>. Facebook uses /page/<name>.
Do I need a proxy? No — it's baked into the actor if ever needed.
Does it include paid Social Blade Pro data? No — only publicly visible metrics.