Influencer 360 Scraper avatar

Influencer 360 Scraper

Pricing

from $100.00 / 1,000 influencer discovereds

Go to Apify Store
Influencer 360 Scraper

Influencer 360 Scraper

Extract influencer profiles and contact data across 10+ platforms including Instagram, TikTok, YouTube, X, LinkedIn, Twitch, Pinterest, Linktree, and Beacons. Discovers bio metrics, verified contact emails, phone numbers, and agency details without getting blocked.

Pricing

from $100.00 / 1,000 influencer discovereds

Rating

0.0

(0)

Developer

Raushan Kumar

Raushan Kumar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Influencer 360 — Social Profile & Contact Data Extractor

Apify Actor

Influencer 360 is an Apify Actor that extracts complete influencer profiles, bio details, verified contact emails, phone numbers, agency contacts, multi-platform social media links (Instagram, YouTube, TikTok, Twitter/X, LinkedIn, Twitch, Pinterest, Threads, Linktree, Beacons), follower reach, and contact quality scores.


Features

  1. Strict Influencer & Creator Profile Focus:
    • Exclusively targets individual user and influencer profiles while automatically detecting and filtering out company, corporate, brand, and organizational pages.
  2. Multi-Platform Influencer Extraction:
    • Simultaneously scrapes Instagram, YouTube, TikTok, Twitter/X, LinkedIn, Twitch, Pinterest, GitHub, Linktree, and Beacons.
  3. Contact & Bio Link Scraping:
    • Extracts personal emails, business emails (contact@..., mgmt@...), and agency representation contacts.
    • Extracts phone numbers (US & International formats, WhatsApp links).
    • Scrapes Linktree, Beacons, Stan store, and personal websites for hidden contact details.
  4. Cross-Platform Handle Matching:
    • Input a handle on 1 platform (e.g. @mkbhd), and automatically discover their matching profiles across all target platforms.
  5. Category / Niche Influencer Discovery:
    • Input niches ("fitness", "tech", "gaming", "crypto", "beauty", "lifestyle") to discover top influencers automatically.
  6. Influencer Tier & Reach Analytics:
    • Calculates combined total reach and classifies creator into tiers (Nano, Micro, Mid-Tier, Macro, Mega).
  7. Dataset & Export:
    • Direct export to Apify Dataset (CSV, JSON, Excel, XML) and optional downloadable files in Key-Value store.

Input Example

{
"influencers": [
"https://www.instagram.com/mkbhd",
"@mrbeast"
],
"categories": [
"fitness",
"tech"
],
"maxInfluencersPerCategory": 5,
"platforms": [
"instagram",
"youtube",
"tiktok",
"twitter",
"linkedin",
"twitch",
"pinterest",
"linktree"
],
"enrichContactInfo": true,
"minFollowers": 10000,
"outputFormat": "dataset",
"divideOutputs": true,
"proxyConfiguration": {
"useApifyProxy": true
}
}

Output Format Example

{
"influencer_input": "@mkbhd",
"primary_handle": "mkbhd",
"primary_platform": "instagram",
"name": "Marques Brownlee",
"bio": "Quality tech videos | YouTuber | Ultimate Frisbee player",
"emails": [
"marques@mkbhd.com",
"business@mkbhd.com"
],
"agency_emails": [
"business@mkbhd.com"
],
"phones": [
"+12015550199"
],
"social_handles": {
"instagram": "mkbhd",
"youtube": "mkbhd",
"twitter": "mkbhd",
"tiktok": "mkbhd"
},
"total_reach": 23500000,
"influencer_tier": "Mega Influencer (1M+)",
"contact_completeness_score": 95,
"linktree_url": null,
"website_url": "https://mkbhd.com",
"platforms": {
"instagram": {
"platform": "instagram",
"username": "mkbhd",
"followers": 4800000,
"bio": "Quality tech videos"
},
"youtube": {
"platform": "youtube",
"username": "mkbhd",
"subscribers": 18700000,
"channel_title": "Marques Brownlee"
}
}
}

Publishing to Apify

To publish or push updates to Apify:

cd influencer-profile-scraper
apify push