Use Apify's web interface to collect public Social Blade creator analytics without installing Python or managing credentials for the underlying source.
- Open Social Blade Multi-Platform Analytics Scraper on Apify.
- Select the Input tab.
- Add public Social Blade URLs or bare handles under Profiles.
- Leave the defaults enabled for a complete first snapshot, or disable history/estimates if you only need current profile data.
- Click Start.
- Open the Dataset tab after the run succeeds.
- Inspect
recordTypeandstatusbefore using the results, then export JSON, CSV, Excel or JSONL.
Use one known public profile to keep the first run bounded:
{
"profiles": [
"https://socialblade.com/youtube/handle/mrbeast"
]
}The checked-in sample input uses this exact request.
defaultPlatformdetermines the platform for bare handles and defaults to YouTube.includeDailyHistoryandhistoryDayscontrol daily rows; the maximum requested window is 31 days.includeWeeklyHistoryandincludeMonthlyHistorycontrol the corresponding history records.includeGrowthMetricsandincludeEarningsEstimatescontrol optional current metrics.maxProfileslimits attempted inputs;0means all submitted profiles up to 1,000.
recordType: "profile"is the normalized current snapshot.recordType: "dailyStat","weeklyStat"and"monthlyStat"are available history rows.status: "ok"means the usable profile snapshot was delivered.status: "partial"means a valid profile was delivered but an attempted endpoint failed.- Error records preserve the submitted input, stable error code and collection metadata.
Missing values are not treated as zero. Check dataQuality to distinguish unavailable source coverage from a failed attempted endpoint.
The Actor charges one profile event only for a successfully delivered profile snapshot. Invalid, duplicate, failed, partial and skipped records are not charged, and history rows do not create separate events. Start with one profile, review the Dataset, then increase the batch.