VOOZH about

URL: https://apify.com/goat255/instagram-profile-scraper

โ‡ฑ ๐Ÿ“ธ Instagram Profile Scraper - Bios, Emails & Phone Numbers ยท Apify


Pricing

from $5.00 / 1,000 profile scrapeds

Go to Apify Store

Instagram Profile Scraper Goat

Bulk-scrape Instagram profiles. Get follower counts, bios, public email addresses, public phone numbers, business categories, verification status, HD profile pictures, and business contact info. No Instagram API key, no login, no cookies.

Pricing

from $5.00 / 1,000 profile scrapeds

Rating

0.0

(0)

Developer

๐Ÿ‘ Goutam Soni

Goutam Soni

Maintained by Community

Actor stats

2

Bookmarked

191

Total users

77

Monthly active users

3 hours ago

Last modified

Share

Instagram Profile Scraper - Bulk Extract Bios, Followers, Emails & Contact Info

Scrape Instagram profiles in bulk. Get follower counts, bios, public email addresses, public phone numbers, business categories, verification status, profile pictures (HD), website URLs, and full business contact info - without an Instagram API key, login, or cookies.

What this Instagram profile scraper does

Pass a list of Instagram usernames, @handles, or profile URLs and the actor returns one clean JSON record per profile, complete with every public field Instagram exposes - including the lead-gen gold (email, phone, address) on business profiles. Multi-source failover and residential proxies keep success rates above 95%.

Perfect for lead generation, influencer research, CRM enrichment, competitor analysis, and market research on Instagram at scale.

Why use this Instagram profile scraper

  • No API key, no login, no cookies - works on every public Instagram profile.
  • Public emails + phones extracted - business profiles often expose contact info; this scraper gets all of it.
  • HD profile pictures - both 150x150 and 1080x1080 URLs.
  • Bulk by username - one call to scrape one or many profiles in parallel.
  • Multi-source failover - upstream rate-limited? The actor falls back to another source automatically.
  • Residential proxies built in with per-request rotation.
  • Clean structured JSON - no junk fields, ready for direct CRM/spreadsheet import.

What data you get per Instagram profile

FieldTypeDescription
usernamestringInstagram handle
idstringNumeric user ID
fullNamestringDisplay name
biographystringProfile bio text
bioLinksstring[]URLs in bio
pronounsstring[]Profile pronouns
profilePicUrlstringProfile picture (150x150)
profilePicUrlHdstringHD profile picture (1080x1080)
followerCountintegerNumber of followers
followingCountintegerNumber following
mediaCountintegerTotal posts on profile
isVerifiedbooleanVerified badge
isPrivatebooleanPrivate account flag
isBusinessbooleanBusiness/creator account
categorystringBusiness category
externalUrlstringWebsite URL
publicEmailstringPublic email address
publicPhonestringPublic phone number
contactPhonestringBusiness contact phone
businessContactMethodstringPreferred contact (CALL, TEXT, etc.)
addressstringBusiness street address
citystringCity
zipstringZIP / postal code
hasHighlightReelsbooleanHas story highlights
hasGuidesbooleanHas guides
hasVideosbooleanHas video posts
hasReelsbooleanHas Instagram Reels
latestReelTimestampintegerLatest reel (unix epoch)
threadsUrlstringLinked Threads profile URL

How to use the Instagram Profile Scraper

  1. Click Try for free on the actor page.
  2. Enter Instagram usernames in the usernames input. URLs, @handles, and plain usernames are all accepted and deduplicated.
  3. Tune concurrency (default 5) and delayBetweenRequests (default 1s) for your speed/safety tradeoff.
  4. Click Save & start. Download in JSON / CSV / Excel / XML / HTML or stream via API.

Top use cases

  • B2B lead generation - bulk-extract emails and phones from business profiles in your target industry.
  • Influencer marketing - vet candidates by follower count, verification, business category, engagement signals.
  • CRM enrichment - hydrate contact databases with verified Instagram handles and profile data.
  • Competitor follower growth tracking - snapshot follower counts on a schedule and compare over time.
  • Market research - map businesses by category, city, and bioLinks across niches.
  • Sales prospecting - find business profiles in a location with a clean publicEmail field.
  • Recruiting - source candidates with Threads-linked Instagram profiles in target categories.

Integrations

Apify API

$curl"https://api.apify.com/v2/datasets/{DATASET_ID}/items?format=json"

Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run = client.actor("goat255/instagram-profile-scraper").call(run_input={
"usernames":["example_user_1","example_user_2","example_user_3"],
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(f"{item['username']}: {item['followerCount']} followers")
if item.get("publicEmail"):
print(f" Email: {item['publicEmail']}")
if item.get("publicPhone"):
print(f" Phone: {item['publicPhone']}")

JavaScript / Node.js

import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'YOUR_API_TOKEN'});
const run =await client.actor('goat255/instagram-profile-scraper').call({
usernames:['example_user_1','example_user_2','example_user_3'],
});
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
items.forEach(item=>{
console.log(`${item.username}: ${item.followerCount} followers`);
if(item.publicEmail) console.log(` Email: ${item.publicEmail}`);
});

No-code integrations

Stream results to Google Sheets, Slack, Zapier, Make, Amazon S3, HubSpot, or any webhook via Apify Integrations.

Pricing

Pay-per-event. No subscription.

EventPrice
Profile scraped (primary)$0.005

Apify's $5 platform free credit applies on first use - ~1,000 free profiles to start.

FAQ

Do I need an Instagram API key or login?

No. This scraper works on every public Instagram profile with no auth required.

Can it scrape private Instagram accounts?

Profile metadata is returned (username, follower count, bio if public, verification), but post-level data is gated by Instagram. Use the Instagram Posts Scraper for post-level scraping on public accounts.

How do I get email addresses and phone numbers?

Business and creator accounts can expose publicEmail and publicPhone if the owner has set them. Personal accounts typically won't have these fields populated.

How accurate are the follower counts?

Live - exactly what's on Instagram at the moment of the scrape, not cached.

Can I scrape Instagram by category or location?

This actor takes usernames as input. To discover profiles by category or location first, scrape a hashtag/location feed elsewhere, then feed the usernames here for full profile data.

What about rate limits?

Multi-source failover plus rotating residential proxies handle Instagram's rate limits automatically.

Can I export to Google Sheets / CSV / Excel?

Yes - JSON, CSV, Excel, XML, HTML formats all supported, plus native integrations.

Related Apify actors

Support

Open an issue on the actor page if a field's missing or behaving oddly. Reviews are read and replied to.

You might also like

Instagram Followers Scraper

afanasenko/instagram-followers-scraper

Analyze Instagram followers or following to find valuable profiles. Filter large accounts by engagement, contact info, and business category to discover influencers, leads, or ideal customers. Perfect for lead generation, market research, and influencer marketing.

๐Ÿ‘ User avatar

Andrey Afanasenko

154

Instagram Followers/Followings Scraper

thenetaji/instagram-followers-followings-scraper

Scrape Instagram users followers and followings. And lightning fast profile enrichment with email. Try now!

662

3.1

Instagram Followers Count Scraper

apify/instagram-followers-count-scraper

Scrape the number of followers & follows from any Instagram profile. Schedule the scraper to run regularly to monitor how the numbers change. You can also export scraped data, run the scraper via API, monitor runs or integrate with other tools.

Instagram Follower/Following Scraper

openmart/opem-ins-scraper

Fast and reliable Instagram scraper to extract followers and following lists from any public profile. Perfect for audience analysis, influencer marketing research, and social media growth tracking.

Instagram Follower Scraper

futurizerush/instagram-follower-scraper

Collect the follower list from any public Instagram account โ€” including usernames, full names, verification status, and more. Process up to 10 accounts per run. Requires an Instagram Session ID.

Instagram follower scraper

clothefobia/instagram-follower-scraper

Instagram follower scraper-Scrape followers from any instagram profiles with more detail.

431

4.7

Instagram Followers Count Bulk Scraper

automation-lab/instagram-followers-count-bulk-scraper

Bulk-check Instagram follower counts for hundreds of usernames in one run. Get followers, following, posts count, bio, and more. No login or API key required.

๐Ÿ‘ User avatar

Stas Persiianenko

53

Instagram Followers Scraper Pro (No Cookie)

datadoping/instagram-followers-scraper-pro

This also fetches detailed profile information for each follower. This version provides comprehensive user data including biography, engagement metrics, business information, and more.

257

Instagram Followers Count Scraper

mohamedgb00714/instagram-followers-count-scraper

Scrape the number of followers & follows from any Instagram profile. Schedule the scraper to run regularly to monitor how the numbers change. You can also export scraped data, run the scraper via API, monitor runs or integrate with other tools.

๐Ÿ‘ User avatar

mohamed el hadi msaid

101

Instagram follower scraper

bhansalisoft/instagram-follower-scraper

Instagram follower scraper- Instagram Follower Scraper Bot for Scrap unlimited follower from Instagram profile in bulk, 100% api based very fast scraper in apify store.

2.3K

4.6