Mass Instagram Email Scraper
Pricing
$5.00/month + usage
Mass Instagram Email Scraper
Pricing
$5.00/month + usage
Rating
0.0
(0)
Developer
easy scraper
Maintained by CommunityActor stats
0
Bookmarked
12
Total users
0
Monthly active users
6 months ago
Last modified
Categories
Share
π Instagram Mass Email Scraper
π This Actor searches Google for Instagram pages in your niche, reads and extracts email leads Fast.
π― It is optimized to quickly collect email + Instagram link pairs per keyword, with flexible filters for email domains and Instagram result types (profiles, posts, reels, stories).
π― Goal
- π Find Instagram-related pages in specific niches, optionally filtered by country.
- π§ Collect visible emails (e.g.
@gmail.com,@yahoo.com) Fast. - π¦ Produce clean, structured output in an Apify dataset ready for CSV / JSON export or API usage.
β Key Features
- π Google dorkβbased discovery: Uses carefully crafted Google queries to discover Instagram profiles for each keyword.
- ποΈ Per-keyword lead cap: Strictly respects
maxLeadsPerKeywordper keyword so you control volume and cost. - β‘ HTML-only scraping: Loads only the main document for each profile to minimize proxy bandwidth.
- π Free Tier Available: GET 2 Hours Trial FOR FREE per run! Perfect for testing or small campaigns.
βοΈ Input Parameters
| π·οΈ Parameter | π§© Type | β Required | π’ Default | π Description |
|---|---|---|---|---|
keywords | array of strings | Yes | ["fitness coach", "personal trainer", "crossfit gym"] | Niche keywords describing the type of Instagram pages / audiences you want to reach. One keyword per row. |
country | string | No | β | Optional location term appended to each Google query as an exact phrase. Examples: "USA", "UK", "Canada", "Dubai", "Berlin". Leave empty for worldwide results. |
maxLeadsPerKeyword | integer | No | 50 | Maximum number of email leads saved per keyword. Only results where an email is found are counted. |
emailDomains | array of strings | No | [] | Optional list of email domains to bias results towards. Examples: gmail.com, yahoo.com, outlook.com. In queries they are searched as @gmail.com, @yahoo.com, etc. |
instagramResultTypes | array of strings | No | ["profile", "post", "reel", "stories"] | Select which Instagram result types to include from Google: profile, post, reel, stories. Leave as default to search across all. |
π€ Output Data Format
Typical fields:
{"email": "njr.collabs@gmail.com","result_url": "https://www.instagram.com/thenoahjr/","profile_url": "https://www.instagram.com/thenoahjr/","page_title": "Junior Braceiro (@thenoahjr) β’ Instagram photos and videos","snippet": "Instagram Β· thenoahjr Β· Wellness | Lifestyle | Gratitude Β· π© njr.collabs@gmail.com ...","source_keyword": "fitness"}
π₯ Who is this Actor for?
-
π’ Agencies and freelancers looking to build targeted Instagram outreach lists for specific niches (e.g. fitness coaches, real estate agents, local businesses).
-
π Founders and growth marketers who want a repeatable way to discover relevant Instagram accounts with or without publicly listed emails.
-
π― Lead-generation specialists who want a βsmartβ scraper that prioritizes quality and relevance over raw volume.
-
π§ Cold Email Campaigns: Build targeted email lists for B2B services or product launches.
π οΈ How to Use
1οΈβ£ Add your keywords
Use descriptive, niche-focused keywords like:
fitness coachnutritionistreal estate agentvegan restaurant
2οΈβ£ Optionally set a country / location
Use a country or city name as you would type it into Google:
USA,UK,Canada,Dubai,Berlin
Leave empty to search worldwide.
3οΈβ£ Set maxLeadsPerKeyword
Controls how many profiles per keyword are saved to the dataset.
Typical values: 20β500 depending on how broad your keywords are.
4οΈ Choose the required email Provider gmail , outlook , etc .. Or Leave default
5οΈβ£ Choose the required Search in Type Profiles , Posts , reels , etc .. Or Leave default
6οΈβ£ Run the Actor
- βΆοΈ Click Run in Apify Console.
- π After the run finishes, open the Output tab to inspect and download the results.
β FAQ
β Q: Iβm not getting many email results. What should I adjust first?
A: Try:
- π Broadening your
keywords(e.g.fitness coachinstead ofvegan fitness coach berlin). - β¬οΈ Increasing
maxLeadsPerKeywordso the Actor is allowed to save more leads per keyword. - β Removing or relaxing
emailDomainsso it can match any domain, not just@gmail.com/@yahoo.com/@outlook.com. - π Clearing or simplifying
countryif it is too restrictive.
β Q: Why are there only emails from certain providers?
A: When you fill in emailDomains, the Actor biases queries toward those domains by searching for @gmail.com, @yahoo.com, etc. If you want a wider variety of providers:
- Leave
emailDomainsempty to allow any domain. - Or add more domains to the list (e.g.
hotmail.com,icloud.com, custom domains).
β Q: How do Instagram result types affect the output?
A: instagramResultTypes controls which Instagram URL shapes appear in result_url:
profileβ profile URLs.postβ post URLs (/p/...).reelβ reels / IGTV URLs.storiesβ story URLs.
By default, all are enabled. If you, for example, select only ["profile"], the Actor will try to exclude posts/reels/stories via -inurl: filters and focus on profile pages.
β Q: Why is profile_url sometimes empty?
A: profile_url is a best-effort normalized profile link:
- First, the Actor tries to read the username from the URL path (e.g.
/thenoahjr/). - If thatβs not possible (posts/reels), it looks for labels like
Instagram Β· usernamein the Google snippet.
If neither method can safely determine the username, profile_url is left null to avoid guessing.
β Q: Does this Actor open Instagram or log in?
A: No.