Go to Apify Store
User picture

Web Wizard

web-wizard

Scraping data in the most efficient ways since 2016, give our tools a try!

ACTOR STATS

5 public Actors

5 total users

5 monthly users

>99% runs succeeded

Lightweight Social Profile Scrapers - one schema, every platform

Fast, cheap, public-profile scrapers for the major social networks. Each actor takes a list of handles (or URLs) and returns one clean, normalized record per account - the same envelope across every platform.

Why these actors

  • One consistent output - platform, handle, status, profile, posts, signals everywhere.
  • One request per account - no per-post crawling.
  • Cheap - most run over datacenter egress; only IG/FB/(volume) TikTok need residential.
  • Honest status - ok | not_found | private | restricted | error.
  • Built for brand-protection / impersonation review - brand terms, link domains, follower counts, cross-platform IDs (IG ↔ FB fbid).

The actors

Instagram, Facebook, TikTok, YouTube, Threads, X (Twitter), Pinterest, Snapchat - profile identity, stats, links, and platform-specific signals.

Output shape (every actor)

{
"platform": "instagram",
"handle": "nike",
"status": "ok",
"profile": {
"id": "...", "username": "nike", "fullName": "Nike",
"biography": "Just Do It.", "externalUrls": ["https://..."],
"followersCount": 0, "verified": true,
"profilePicUrl": "https://...", "platformData": {}
},
"posts": [],
"signals": { "isActive": true, "hasExternalUrl": true }
}

Input

A list of handles (usernames or URLs), optional proxyConfiguration, maxConcurrency, fetchProfilePic. See each actor's README.

Notes

Public data only. These actors read publicly available profile metadata; they do not log in, bypass authentication, or access private content. Use the output in line with Apify's terms and applicable law.

Public Actors