Instagram Lead Generator w/AI avatar

Instagram Lead Generator w/AI

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Instagram Lead Generator w/AI

Instagram Lead Generator w/AI

Discover and enrich Instagram leads from hashtags. Extract emails and phone numbers from bios, crawl external URLs for contact info, and score leads with AI. Hashtag Discovery Email/Phone Extraction External URL Crawling AI Lead Scoring Smart Filtering Deduplication

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

25

Total users

3

Monthly active users

4 days ago

Last modified

Share

Discover and enrich Instagram leads from hashtags. Extract emails, phones from bios, crawl external URLs, and score leads with AI. Perfect for B2B prospecting and influencer outreach.

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: JSON array of cookies from Cookie-Editor browser extension. REQUIRED for hashtag discovery — Instagram gates /explore/tags/ behind login. Install Cookie-Editor, log into Instagram, export cookies, paste here. Not needed if using Cookie Manager.

You can test with Demo Mode first (free, no key needed) to see the output format before committing.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"hashtags": [
"plumber",
"hvactech"
],
"requireExternalUrl": "https://example.com",
"crawlExternalUrls": "https://example.com"
}

Run with real data

{
"demoMode": false,
"hashtags": [
"plumber",
"hvactech"
],
"sessionCookies": "YOUR_API_KEY_HERE",
"cookieKvStoreName": "cookie-sessions",
"minFollowers": 1000,
"maxFollowers": 1000000,
"requireBio": true,
"requireExternalUrl": false,
"requireEmail": false,
"excludePrivate": true,
"maxLeadsPerHashtag": 50,
"maxTotalLeads": 200,
"maxPostsToScan": 100,
"crawlExternalUrls": true,
"firecrawlApiKey": "YOUR_API_KEY_HERE",
"enableLeadScoring": false,
"aiProvider": "none",
"aiApiKey": "YOUR_API_KEY_HERE",
"targetIndustry": "local services"
}

Input Parameters

ParameterTypeDefaultRequiredDescription
hashtagsarray-NoHashtags to search for leads (e.g., 'plumber', 'hvac', 'landscaping'). Don't include #.
usernamesarray-NoDirect Instagram usernames to enrich (optional). Don't include @.
sessionCookiesstring-Yes*JSON array of cookies from Cookie-Editor browser extension. REQUIRED for hashtag discovery — Instagram gates /explore/tags/ behind login. Install Cookie-Editor, log into Instagram, export cookies, paste here. Not needed if using Cookie Manager.
cookieStorageKeystring-NoKey to load cookies from the Cookie Manager KV store (e.g. 'instagram-myaccount'). Use this instead of pasting cookies manually. Requires a prior run of the Cookie Manager actor to capture and store your session.
cookieKvStoreNamestring"cookie-sessions"NoName of the Key-Value store where Cookie Manager saved the session. Defaults to 'cookie-sessions'.
minFollowersinteger1000NoMinimum follower count to qualify as a lead.
maxFollowersinteger1000000NoMaximum follower count (filters out mega-accounts).
requireBiobooleantrueNoOnly include profiles with a biography.
requireExternalUrlbooleanfalseNoOnly include profiles with an external website link.
requireEmailbooleanfalseNoOnly include profiles where an email could be extracted.
excludePrivatebooleantrueNoSkip private accounts.
maxLeadsPerHashtaginteger50NoMaximum leads to collect per hashtag.
maxTotalLeadsinteger200NoMaximum total leads to collect.
maxPostsToScaninteger100NoNumber of posts to scan per hashtag for discovery.
crawlExternalUrlsbooleantrueNoCrawl external URLs to find emails (requires Firecrawl API key).
firecrawlApiKeystring-Yes*Your Firecrawl API key for website email extraction.
enableLeadScoringbooleanfalseNoUse AI to score leads based on profile quality and relevance.
aiProviderstring"none"NoAI provider for lead scoring.
aiApiKeystring-Yes*API key for your chosen AI provider.
aiModelstring-NoSpecific model to use (optional). Defaults: gpt-4o-mini, claude-haiku-4.5, gemini-3-flash, mistral-small-latest.
targetIndustrystring"local services"NoIndustry context for AI lead scoring (e.g., 'plumbing', 'HVAC', 'landscaping').
webhookUrlstring-NoURL to send results to when complete.
demoModebooleanfalseNoRun with sample data to test output format (required for QA tests).
proxyobject-NoProxy settings for scraping.

*Required when Demo Mode is off.


Troubleshooting

"API key is required"

You have Demo Mode turned off but didn't provide an API key. Either:

  • Turn Demo Mode on to test with sample data
  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal