VOOZH about

URL: https://apify.com/caprolok/instagram-leads-generator

โ‡ฑ Instagram Leads Generator โ€“ Email & Contact Scraper ยท Apify


Pricing

$45.00/month + usage

Go to Apify Store

Instagram Leads Generator

Extract verified emails, usernames, follower counts, and more from Instagram profiles using just a keyword and location. Perfect for building lead lists, finding influencers, or enriching contact data.

Pricing

$45.00/month + usage

Rating

3.6

(5)

Developer

๐Ÿ‘ Caprolok

Caprolok

Maintained by Community

Actor stats

47

Bookmarked

1.3K

Total users

14

Monthly active users

6 months ago

Last modified

Share

๐Ÿ‘ Instagram Leads Generator

Instagram Leads Generator

The Instagram Leads Generator is a powerful yet easy-to-use scraper designed to help you uncover valuable contact information from Instagram profiles. Whether you're looking for business leads, influencers, or potential collaborators, this tool streamlines the process of collecting emails, usernames, follower counts, and more.

With just a keyword and location, you can instantly generate highly targeted datasets. Itโ€™s perfect for marketers, recruiters, and entrepreneurs who want to save time while building reliable contact lists directly from Instagram.

๐Ÿ“„ What Can You Extract?

  • emails: List of email addresses associated with the Instagram user
  • keyword: The keyword used to find the lead
  • name: Full name or display name of the Instagram user
  • user_link: Direct link to the Instagram profile
  • user_thumbnail: Profile picture thumbnail URL
  • username: The Instagram username (handle)
  • following: Number of accounts the user is following
  • posts: Number of posts published by the user (if available)

๐Ÿ“˜ How to Use

Getting started is quick and painless even if you've never scraped data before:

  1. Create a free Apify account. All you need is an email address.
  2. Open the Instagram Leads Generator on the Apify platform.
  3. Add your input parameters (e.g., URLs, filters, etc. - customize as needed).
  4. Click "Start". The actor will visit each URL and gather data.
  5. Download your dataset in JSON, CSV, Excel, or HTML, or pipe it straight into your integrations via the API.

โœจ Key Features

  • Extract verified emails from Instagram profiles
  • Filter leads by keyword and location
  • Collect usernames, profile links, and follower data
  • Export results in multiple formats (JSON, CSV, Excel, HTML)
  • Easy to integrate with CRMs and marketing tools
  • Scalable for small or large lead generation campaigns

โŒจ๏ธ Input Parameters

FieldTypeDescriptionRequired
keywordStringKeyword to search Instagram usersYes
locationStringLocation filter (e.g., "US", "UK")No
max_leadsNumberMaximum number of leads to extractNo

Sample Input

{
"keyword":"marketing",
"location":"US",
"max_leads":10
}

๐Ÿ“Š Output

The actor returns a structured dataset with the following fields for each record.

Sample Output (JSON)

[hide the output values partially]

[
{
"emails":[
"gary.v***@gmail.com",
"contact@gary***.com"
],
"keyword":"mark*****",
"name":"Gary V**-***-***",
"user_link":"https://www.instagram.com/gary***",
"user_thumbnail":"https://scontent-iad3-1.cdninstagram.com/v/t51.2885-19/447913595_***************_***************_n.jpg",
"username":"gary***",
"following":7***
},
{
"emails":[
"adam.m******@instagram.com"
],
"keyword":"mark*****",
"name":"Adam M******",
"user_link":"https://www.instagram.com/mos****",
"user_thumbnail":"https://scontent-iad3-1.cdninstagram.com/v/t51.2885-19/471286297_***************_***************_n.jpg",
"username":"mos****",
"following":1***,
"posts":1***
},
{
"emails":[
"amy.p*******@gmail.com",
"hello@amy*******.com"
],
"keyword":"mark*****",
"name":"Online Marketing E******* ๐Ÿ’ก",
"user_link":"https://www.instagram.com/amy********",
"user_thumbnail":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-19/482688012_***************_***************_n.jpg",
"username":"amy********",
"following":1***,
"posts":2***
}
]

๐ŸŽฏ Use Cases

  • Build targeted lead lists for email marketing campaigns
  • Recruit influencers for product collaborations
  • Generate sales leads for B2B outreach
  • Discover local businesses in specific industries
  • Gather competitor follower information for market analysis
  • Build a candidate pool for recruitment campaigns
  • Collect data for academic or market research
  • Enhance CRM databases with Instagram-sourced contacts

๐Ÿ“Œ Usage Tips

  • Use specific keywords for more accurate targeting
  • Apply location filters to focus on regional campaigns
  • Start with smaller datasets to test before scaling up

๐Ÿ”Œ Integrations

Instagram Leads Generator fits seamlessly into your data pipeline. Thanks to built-in integrations on the Apify platform, you can connect this actor with virtually any cloud service or web app.

Popular integrations

  • Make (Integromat) โ€“ automate multi-step workflows.
  • Zapier โ€“ send data to 5,000+ apps.
  • Airbyte โ€“ sync datasets into your data warehouse.
  • Slack โ€“ push instant notifications.
  • Google Sheets & Drive โ€“ store results in spreadsheets or cloud.
  • GitHub โ€“ commit datasets directly to your repositories.
  • AWS S3 / Azure Blob Storage โ€“ archive large exports securely.

Webhooks

Set up webhooks to trigger actions when the actor completes or fails, e.g., send email or Slack alerts.

๐Ÿ› ๏ธ API Access

Prefer to automate with code? The Apify REST API lets you manage, schedule, and run this actor programmatically.

  • Run & Schedule Actors
  • Access Datasets
  • Monitor Runs
  • Version Control

Client libraries

LanguagePackageInstall
Node.jsapify-clientnpm install apify-client
Pythonapify-clientpip install apify-client

For complete API examples and detailed usage, visit the API documentation.

// Example: Trigger a run with Node.js
import{ ApifyClient }from'apify-client';
// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client =newApifyClient({token:'<YOUR_API_TOKEN>'});
// Prepare Actor input
const input ={
"keyword":"marketing",
"location":"US",
"max_leads":10
};
// Run the Actor and wait for it to finish
const run =await client.actor("caprolok/instagram-leads-generator").call(input);
// Fetch and print Actor results from the run's dataset (if any)
console.log('Results:',await client.dataset(run.defaultDatasetId).listItems());

MCP Quickstart

You can use the Apify MCP Server in two ways:

1. Standard Input/Output (stdio):

  • Set MCP client server command to npx @apify/actors-mcp-server and environment variable APIFY_TOKEN to your Apify API token.

2. HTTPS Endpoint mcp.apify.com:

  • Connect your MCP client by including Authorization: Bearer <APIFY_TOKEN> header in your requests.

For more details, see the MCP API documentation.

๐Ÿ”— Other Actors you might want to check

๐Ÿ“ฑ YouTube Leads Generator

Turn YouTube searches into verified lead lists. Extract channel names, emails, handles, and profile links using just a keyword and country. Perfect for sales, influencer outreach, PR, recruiting, and B2B targeting.

๐Ÿ“ฑ TikTok Leads Generator

Find verified leads from TikTok by scanning creator profiles, bios, and link-in-bio pages. Extract emails, usernames, follower and like counts, profile links, and moreโ€”based on keyword and location filters.

๐Ÿ“ฑ LinkedIn Leads Generator

Extract verified LinkedIn leads by job title, industry, location, and language. Get usernames, and profile links. Perfect for B2B outreach, recruiting, and professional networking at scale.

๐Ÿ“ฑ All Social Media Posts Extractor (by Hashtag and Username)

Effortlessly extract posts from Instagram, TikTok, YouTube, LinkedIn, and Twitter. Search by specific keywords and locations to quickly get structured results, including usernames, captions, engagement stats, and direct post links. Ideal for marketers, creators, and researchers.

๐Ÿ‘ค 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.

๐Ÿ“ฑ All Social Media Phone Numbers Extractor

Extract phone numbers from websites and social media profilesโ€”like TikTok and Twitter. Works with URLs, usernames, or keyword searches. Perfect for lead generation, data scraping, and enrichment workflows.

๐Ÿ‘ค All Social Media Influencer Finder

Find influencers by follower count, country, and platform. Perfect for campaigns, outreach, and research across Instagram, TikTok, YouTube, and more. Fast, customizable, and scalable.

๐ŸŽต TikTok Leads Generator

Extract TikTok user profiles and content for lead generation and influencer discovery. Perfect for finding trending creators and viral content.

๐Ÿ’ผ LinkedIn Leads Generator

Extract LinkedIn profiles and company information for B2B lead generation. Ideal for sales prospecting, recruiting, and business development.

๐Ÿ†˜ Support

If you encounter any issues, have suggestions, or need assistance, please use the Issues tab. Our team actively monitors this section and will respond promptly.

You might also like

Instagram Lead Generator

scraper-mind/mass-instagram-leads-generator

[๐—–๐—ต๐—ฒ๐—ฎ๐—ฝ๐—ฒ๐˜€๐˜ ๐—ฃ๐—ฟ๐—ถ๐—ฐ๐—ฒ] Generate targeted Instagram leads with emails in seconds ๐Ÿš€ Perfect for marketers, agencies, and B2B outreach. The Instagram Leads Generator scrapes profiles by keyword, country, and niche; delivering verified, high-quality leads fast.

200

5.0

Instagram Lead Scraper

scrapio/instagram-lead-scraper

The Instagram Lead Scraper helps you discover creator and business prospects directly from Instagram profiles. Capture usernames, bios, emails, follower metrics, and website links quickly. Perfect for marketers, agencies, and brands building outreach lists.

Instagram Leads Scraper

easy_scraper/instagram-leads-scraper

๐Ÿ“ˆ Discover highly relevant Instagram profiles in your niche with ease. ๐Ÿ“ง Automatically extract business emails and contact information for outreach. โšก Save time and boost your lead-generation with structured, ready-to-use datasets.

135

5.0

Instagram Phone Number Scraper

simpleapi/instagram-phone-number-scraper

Instagram Phone Number Scraper collects phone contact data to support audience research and outreach. Analyze niches, regions, or trends while identifying direct contact points efficiently.

Instagram Lead Scraper

ittechinnovators/instagram-low-follower-lead-scraper

Discover lowโ€‘follower Instagram business profiles based on niche keywords and targeted locations. Perfect for agencies, freelancers, and marketers who need small, local, or emerging accounts for collaborations, outreach, and lead generation.

๐Ÿ‘ User avatar

IT-TechInnovators

54

Instagram Low Follower Lead Finder

ittechinnovators/instagram-low-follower-lead-finder

Discover lowโ€‘follower Instagram business profiles based on niche keywords and targeted locations. Perfect for agencies, freelancers, and marketers who need small, local, or emerging accounts for collaborations, outreach, and lead generation.

๐Ÿ‘ User avatar

IT-TechInnovators

19

Influencer Discovery Agent (Instagram + Tiktok)

hypebridge/influencer-discovery-agent-instagram-tiktok

Provides an interface to discover influencers that match your brand criteria using HypeBridge's AI-powered discovery service.

Instagram Leads Generation

am_production/instagram-leads-generator

Cheapest Leads Generate targeted Instagram leads in minutes. Search by keywords to find users posting about topics relevant to your business. Get clean lists of profiles for outreach campaigns. Perfect for agencies, marketers & sales teams building prospect lists from Instagram engagement data.

Instagram Profile Email Scraper By Keyword

scraper-mind/instagram-profile-email-scraper-by-keyword

Instagram Profile Email Scraper: Extract emails, bios, followers, and profile data with precision. Perfect for B2B outreach, influencer discovery, and marketing campaigns. Boost your Instagram lead generation today! ๐Ÿ“ˆโœจ

137

Bulk Instagram Profile Scraper with Email ๐Ÿ“ง

unlimitedleadtestinbox/bulk-instagram-profile-scraper-with-email

Bulk Instagram Profile Scraper with Email ๐Ÿ“ง