Influencer Scraper avatar

Influencer Scraper

Pricing

from $10.00 / 1,000 influencer discovereds

Go to Apify Store
Influencer Scraper

Influencer Scraper

Pricing

from $10.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

Share

Scout Lead Generator

Apify Actor

Scout Lead Generator is an Apify Actor that automatically discovers and scrapes company leads and category/niche influencers across 8 social platforms — extract verified contact emails, phone numbers, bio links, follower metrics, and lead scores.


What It Does

  1. Company Lead Generation: Input company names or domains ("Nike", "adobe.com", "openai.com") to discover their official social profiles and contact info.
  2. Category / Niche Influencer Discovery: Input categories or niches ("fitness", "tech", "crypto", "fashion", "gaming", "beauty") to automatically discover top influencer profiles in that niche.
  3. Deep Contact Scraping: Scrapes company & influencer websites, contact pages (/contact, /about), and bio links (Linktree, Beacons, Stan store) to extract verified contact emails and phone numbers.
  4. Email Pattern Prediction: Generates business email candidates (contact@domain, sales@domain, first.last@domain) and performs SMTP MX verification.
  5. Exports: Pushes all lead & influencer data directly to Apify Dataset (exportable to CSV, JSON, Excel, XML).

Input

JSON Input Example (Company & Influencer Discovery)

{
"companies": [
"Nike",
"adobe.com"
],
"categories": [
"fitness",
"tech"
],
"influencersPerCategory": 5,
"platforms": ["instagram", "youtube", "linkedin", "github"],
"searchMode": "auto",
"enrich": true,
"outputFormat": "csv",
"proxyConfiguration": {
"useApifyProxy": true
}
}

Input Fields

FieldTypeDescription
companiesarrayOptional. List of company names, domains (nike.com), or URLs
categoriesarrayOptional. List of influencer categories/niches ("fitness", "tech", "crypto")
influencersPerCategoryintegerNumber of influencer profiles to discover per category (default: 5)
platformsarrayTarget platforms (instagram, linkedin, tiktok, github, youtube, twitch, pinterest, linktree)
searchModestringauto (discovers handles) or manual (you provide them)
manualUsernamesobjectFor manual mode: {"instagram": "nike", "github": "openai"}
enrichbooleanPerform deep website scraping, phone detection, email pattern prediction, and lead scoring
outputFormatstringdataset (default), csv, or json
proxyConfigurationobjectApify Proxy configuration
linkedinCookiestringli_at session cookie for LinkedIn scraping (secret)
hunterApiKeystringHunter.io API key for professional email enrichment (secret)
googleApiKeystringGoogle Custom Search API key for accurate auto-discovery (secret)
googleCseIdstringGoogle Custom Search Engine ID

Output Example

{
"company_input": "Category: fitness",
"company_name": "Keiani (@keianimabe)",
"domain": null,
"website": "https://keiani.com",
"phone": "(512) 200-8725",
"emails_found": [
"keiani@dulcedo.com",
"contactus@keiani.com"
],
"email": "keiani@dulcedo.com",
"email_score": 90,
"email_source": "direct",
"email_verified": true,
"lead_score": 75,
"handles": {
"youtube": "keianimabe",
"instagram": "keianimabe"
},
"platforms": {
"youtube": {
"handle": "keianimabe",
"followers": 150000,
"bio": "Fitness & lifestyle creator."
}
}
}

Deployment & Local Testing

Prerequisites

npm install -g apify-cli
pip install -r requirements.txt

Run Locally

$apify run

Push to Apify Console

apify login
apify push

License

MIT