VOOZH about

URL: https://apify.com/aaether/social-scraper

⇱ Social Media Profile Scraper Β· Apify


Pricing

Pay per usage

Go to Apify Store

Social Media Profile Scraper

Scrapes public social media profiles across Instagram, TikTok, YouTube, and Twitter/X and returns normalized stats β€” follower counts, engagement rates, bios, and recent post metrics β€” in a unified schema. Built for social impact platforms connecting nonprofits with creators.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

πŸ‘ Aakash

Aakash

Maintained by Community

Actor stats

0

Bookmarked

17

Total users

5

Monthly active users

a month ago

Last modified

Share

Scrapes public social media profiles across Instagram, TikTok, YouTube, and Twitter/X and returns normalized creator stats in a unified schema.

What it returns

One dataset item per platform with this shape:

{
"platform":"instagram",
"username":"someuser",
"displayName":"Some User",
"bio":"...",
"profileUrl":"https://instagram.com/someuser",
"avatarUrl":"https://...",
"followers":48200,
"following":1200,
"postsCount":340,
"avgLikes":1850,
"avgComments":42,
"avgShares":null,
"engagementRate":3.93,
"verified":false,
"scrapedAt":"2026-03-22T15:00:00.000Z",
"raw":{ ... }
}

Input

FieldTypeRequiredDescription
instagramstringnoInstagram username (without @)
tiktokstringnoTikTok username (without @)
youtubestringnoYouTube handle or channel URL
twitterstringnoTwitter/X username (without @)
youtubeApiKeystringnoGoogle API key for precise YouTube stats
maxRecentPostsintegernoPosts to sample for engagement rate (default: 20)

At least one platform must be specified.

How it works

  • Instagram, TikTok & Twitter/X: Uses Playwright browser automation with network interception β€” captures the JSON payloads each platform's own web app requests internally, which is more reliable than DOM scraping.
  • YouTube: Uses the official YouTube Data API v3 when an API key is provided; falls back to page scraping otherwise.
  • Proxies: Uses Apify's residential proxy pool to avoid bot detection (requires a proxy-enabled plan).

Notes

  • Only scrapes public profiles. Private accounts will return null.
  • Engagement rate = (avgLikes + avgComments + avgShares) / followers Γ— 100
  • The raw field contains the full platform API response for future use.
  • For full audience demographic data (age, gender, location breakdown), the creator must connect their account via the platform's official OAuth flow.

You might also like

Social Media Stats Checker

automation-lab/social-media-stats-checker

Check follower counts and profile stats across Instagram, TikTok, YouTube, and Twitter/X in one run. HTTP-only, no browser. Outputs unified stats: followers, following, posts, verified status, bio, and avatar. πŸ“Š

πŸ‘ User avatar

Stas Persiianenko

25

Social Media Influencer Scraper

easyapi/social-media-influencer-scraper

Discover top influencers across TikTok, Instagram, and YouTube with ease. Get detailed metrics, recent posts, and engagement data for your influencer marketing campaigns. Perfect for brands, marketers, and researchers looking to tap into social media trends.

Twitter Follow Checker

dead00/twitter-follow-checker

This tool is a high-performance, stealth-enabled scraper designed to determine whether one Twitter user follows another. It accepts two Twitter usernames as input and returns a boolean response indicating the follow relationship.

Website Contact Scraper β€” Bulk Emails, Phones & Socials | $1/1k

pro100chok/extract-emails

Bulk contact scraper for up to 100 domains in parallel β€” emails, phones, and 7 social platforms in one run. Decodes obfuscated emails ([at], HTML entities). $1 per 1000 results.

Backlinks Checker

s-r/backlinks-checker

Get the full backlink profile for any domain β€” domain score, referring-domain count, total-link count, and per-link records (origin URL, target URL, anchor text, follow/nofollow, dates).

All Social Media Profile Details Extractor

caprolok/all-social-media-profile-details-extractor

Extract rich profile details from Instagram, TikTok, YouTube, LinkedIn, and Twitter using usernames, URLs, or keywords. Get name, bio, followers, location, verified status, contact info, and moreβ€”perfect for research, outreach, and social intelligence.

Zillow Owner Agent Scraper

burbn/zillow-owner-agent-scraper

Extract owner and agent contact information from Zillow property listings. Get agent name, phone number, email, license number, broker details, MLS information, listing status, and rental contact data. Perfect for real estate lead generation, agent research, and property listing analysis.

Social Media Profile Finder

automation-lab/social-media-profile-finder

Find social media profiles linked from any website β€” Facebook, Twitter/X, LinkedIn, Instagram, YouTube, TikTok, and more.

πŸ‘ User avatar

Stas Persiianenko

139

2.0

Multi Platform Social Scraper

adnantamboli777/multi-platform-social-scraper

Scrape Twitter/X, Instagram, LinkedIn, Reddit & Google Maps with one actor. Returns a unified, normalized dataset β€” same schema across all platforms. Perfect for social listening, lead gen, sentiment analysis, and market research.

9

Email Scraper

thodor/apify-email-scraper-tool

Email scraper & extractor tool to pull emails from any website or domain in bulk. Hunter.io alternative.

Related articles

How to scrape Reddit data with unofficial Reddit API
Read more