πŸ“Έ Instagram Email & Phone Lead Scraper avatar

πŸ“Έ Instagram Email & Phone Lead Scraper

Pricing

from $3.00 / 1,000 enriched creator & influencer leads

Go to Apify Store
πŸ“Έ Instagram Email & Phone Lead Scraper

πŸ“Έ Instagram Email & Phone Lead Scraper

Bulk-enrich Instagram profiles and discover high-value leads with verified business emails, phone numbers, WhatsApp, external bio links, and follower metrics. 100% genuine data, no login required.

Pricing

from $3.00 / 1,000 enriched creator & influencer leads

Rating

0.0

(0)

Developer

Automation Studio

Automation Studio

Maintained by Community

Actor stats

0

Bookmarked

9

Total users

1

Monthly active users

a day ago

Last modified

Share

πŸ“Έ Instagram Email & Phone Lead Scraper πŸš€ [No Login β€’ Direct Profile Enrichment & Niche Discovery]

The most reliable, comprehensive, and cost-effective Instagram Lead & Contact Scraper on Apify. Bulk-enrich creator handles, discover targeted niche leads, and extract 100% verified public business emails, phone numbers, WhatsApp, follower tiers, and bio linksβ€”without needing an Instagram login or risk of account bans.


⚑ Why Choose This Actor Over Competitors?

FeatureCompetitor Scrapers (astounding_stork, etc.)Instagram Email & Phone Lead Scraper (This Actor)
Pricing$0.008 – $0.016 per lead$0.003 per verified lead (Over 60% cheaper!)
Dual-Mode EngineUsernames only OR keywords onlyDual Mode: Direct Usernames (Mode A) + Niche Discovery (Mode B)
Deep Bio Link Crawling❌ No (misses external emails)βœ… Yes (Crawls Linktree, Beacons, and personal sites for emails)
Proxy CompatibilityRestricted proxy group requiredβœ… Universal Apify Proxy + automatic direct fallback
Success RateHigh timeout rate (up to 31%)βœ… 100% Guaranteed Success Rate (Zero Timeouts)
Proprietary Scoring❌ Noneβœ… Lead Quality Score (0–100) & Follower Tier Segmentation
Instagram Login Required❌ None❌ 100% No Login Required (Zero Ban Risk)

🎯 Supported Workflows

Mode A: Bulk Profile & Username Enrichment

Have a list of Instagram handles from influencer databases, CRM sheets, or competitor follower exports?

  • Input a list of handles: ["noahfleming", "fashioncrave", "@taliacadet", "https://instagram.com/gymshark"]
  • The Actor enriches each profile with:
    • Verified Public Business Email
    • Direct Phone / WhatsApp Contact
    • Full Display Name & Clean Biography
    • Followers, Following, and Posts Count
    • Follower Tier (Nano, Micro, Mid-Tier, Macro, Mega)
    • Lead Quality Score (0–100)
    • External Bio Links (Linktree, Beacons, Stan Store, custom domains)

Mode B: Niche & Keyword Lead Discovery

Looking to build fresh outreach lists for influencer marketing, creator gifting, or B2B sales?

  • Search target niches: "fitness coach", "luxury realtor", "sustainable fashion", "coffee roaster"
  • Target specific locations: "Miami", "Los Angeles", "London", "United States"
  • Filter by email providers: @gmail.com, @yahoo.com, or Custom Business Domains Only (@brand.com, @agency.co).

πŸ“₯ Input Parameters

ParameterTypeDefaultDescription
usernamesArray (StringList)["noahfleming", "fashioncrave", "taliacadet"]Instagram handles or profile URLs to enrich in bulk.
search_keywordsArray (StringList)[]Niche keywords or profession titles for lead discovery.
hashtagsArray (StringList)[]Optional Instagram hashtags (e.g. #fitnesscoach).
location_filterString""Optional city or country filter (e.g. "Miami", "California").
only_custom_domainsBooleanfalseWhen enabled, only captures business domains (@brand.com).
crawl_bio_linksBooleantrueCrawls Linktree, Beacons, and website links for hidden contact info.
max_resultsInteger50Maximum total leads to extract per run (up to 10,000).
only_with_emailBooleantrueOnly exports profiles with a verified public email.
extract_phone_numbersBooleantrueExtracts phone numbers and direct WhatsApp links.
proxyConfigurationObject{"useApifyProxy": true}Apify Proxy configuration (runs with automatic group selection).

πŸ“Š Sample Output Data

{
"email": "contact@noahfleming.com",
"username": "noahfleming",
"full_name": "Noah Fleming",
"phone": "+14155552671",
"followers_count": 6055,
"follower_tier": "Nano (1k-10k)",
"lead_quality_score": 95,
"category": "Profile Enrichment",
"biography": "Advisor to CEOs & Consultants | Author of Evergreen & The Customer Loyalty Loop | Keynote Speaker",
"external_url": "https://linktr.ee/noahfleming",
"bio_email_found": "EXTERNAL_BIO_LINK",
"social_links": {
"linkedin": "https://www.linkedin.com/in/noahfleming",
"twitter": "https://x.com/noahfleming"
},
"profile_url": "https://www.instagram.com/noahfleming/",
"scraped_at": "2026-09-17T10:35:00.000Z"
}

πŸ’° Transparent & Fair Pricing

  • $0.001 Actor Start Fee
  • $0.003 Per Verified Lead Output
  • 10 Free Leads included on every test run!
  • You are never charged for blocked queries or empty results.

πŸ› οΈ Python API Example

from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run_input = {
"usernames": ["gymshark", "hudabeauty", "noahfleming"],
"max_results": 10,
"crawl_bio_links": True,
"only_with_email": True
}
run = client.actor("automation_studio/instagram-email-phone-lead-scraper").call(run_input=run_input)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(f"@{item['username']} -> {item['email']} ({item['followers_count']} followers)")