SocialBlade Stats Scraper avatar

SocialBlade Stats Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
SocialBlade Stats Scraper

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

(4)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

4

Bookmarked

1

Total users

0

Monthly active users

4 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, url
  • id, displayName, avatar, banner
  • country, description
  • channelType, category (platform-dependent)
  • createdAt
  • Platform-appropriate primary metric: subscribers (YouTube) or followers (TikTok / Instagram / Twitch / Facebook)
  • views, videos
  • grade (SocialBlade letter grade)
  • rankssb, subscribers/followers, views, country, category
  • socials — linked social accounts
  • history — up to 15 days of daily snapshots (subscribers/followers, views, videos)
  • scrapedAt

Input

FieldTypeDescription
startUrlsstring[]List of SocialBlade profile URLs. Any form: /youtube/handle/..., /youtube/channel/..., /youtube/user/..., /tiktok/user/..., /instagram/user/..., /twitch/user/..., /facebook/page/...
profilesobject[]Alternative: [{platform, username}]. YouTube usernames auto-fall back from /user/ to /handle/ if the first lookup returns nothing.
platformenumDefault platform for bare strings.
includeHistoryboolInclude last 15 days of daily snapshots. Default true.
maxItemsintegerMax 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.