Instagram Profiles Scraper avatar

Instagram Profiles Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Instagram Profiles Scraper

Instagram Profiles Scraper

Fast and reliable Instagram Profile Scraper to extract comprehensive profile information (Bio, Followers, Category, Contact Info, Bio Links) by username. Designed for high-speed mass scraping, influencer research, and lead generation.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Sachin Kumar Yadav

Sachin Kumar Yadav

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Scrape Instagram profile data by username. Extract clean, structured profile information (bio, followers, following, posts, verified/private/business status, category, contact info, external links, bio links). Great for influencer research, competitor analysis, and lead generation.

πŸ“‹ Table of Contents

Features

🧩 Data extraction

  • βœ… Profile basics
    • username, fullName, biography, profilePicUrl, profilePicUrlHD, profileUrl
  • βœ… Stats
    • followerCount, followingCount, mediaCount
  • βœ… Account flags
    • isVerified, isPrivate, isBusiness, isActiveOnThreads
  • βœ… Business details (when available)
    • category, publicEmail, publicPhoneNumber, cityName, externalUrl
  • βœ… Link extraction
    • bioLinks[] (title, url, linkType)

🎯 Use Cases

Use CaseDescriptionBenefits
Influencer researchCheck follower count + verification + categoryShortlist creators quickly
Competitor analysisTrack competitor profiles & public metadataBenchmark positioning
Lead generationExtract public contact details and websitesBuild outreach lists
Brand discoveryFind businesses by category & bio linksIdentify potential partners

⚑ Quick Start

1️⃣ Basic run

{
"usernames": ["instagram", "kyliejenner"]
}

2️⃣ Input rules

  • You can provide multiple usernames in one run.
  • @ is optional (actor trims it), but recommended to enter without @.
  • Format rule (validated in input + runtime):
    • Only letters, numbers, periods (.), underscores (_)
    • Length: 1 to 30

πŸ“Š Input Parameters

ParameterTypeRequiredDescription
usernamesArray[String]βœ…Instagram usernames to scrape (bulk).

πŸ“€ Output

Each dataset item represents one Instagram profile.

πŸ“Š Dataset views

  • πŸ“Š Profile Overview
    • Quick overview: avatar + stats + verification + profile link
  • πŸ“‹ Profile Details
    • Bio, category, privacy/business flags, website
  • πŸ’Ό Business Info
    • Public contact info (email/phone/city) when available

🧾 Profile item (example)

{
"username": "alanwalkermusic",
"fullName": "Alan Walker",
"biography": "World of Walker Season 1...",
"profilePicUrl": "https://...",
"profilePicUrlHD": "https://...",
"profileUrl": "https://www.instagram.com/alanwalkermusic/",
"threadsUrl": "https://www.threads.net/@alanwalkermusic",
"followerCount": 10428884,
"followingCount": 479,
"mediaCount": 1237,
"isVerified": true,
"isPrivate": false,
"isBusiness": true,
"category": "Artist",
"publicEmail": "",
"publicPhoneNumber": "",
"cityName": "",
"externalUrl": "https://alanwalker.ffm.to/bio",
"bioLinks": [
{
"title": "",
"url": "https://alanwalker.ffm.to/bio",
"linkType": "external"
}
],
"hasHighlightReels": true,
"hasGuides": false,
"isActiveOnThreads": true,
"instagramId": "667249073",
"fbId": "17841401472200425"
}

❓ FAQ

Q: Some usernames return β€œNo data found”. Why?

A: It can happen due to:

  • Username is invalid / changed
  • Profile is private

Q: What happens if I enter an invalid username format?

A: The input UI validates the format, and the actor also validates at runtime. Invalid usernames are skipped with a warning.

Q: Can I scrape emails & phone numbers?

A: Only if Instagram exposes them publicly and the actor returns them.


🏷️ Tags

instagram profile scraper, instagram profiles, instagram profile data, instagram influencer scraper, instagram influencer research, instagram competitor analysis, instagram lead generation, instagram apify actor


πŸš€ Get Started Now

Ready to download Instagram Profiles?

  1. Click "Try for free" to open the actor
  2. Enter the Usernames in the input field
  3. Run the actor and download all profile data from the dataset
  4. Use the built-in table views to browse profile data

⭐ If this actor helps your workflow, please give it a star!


Built with ❀️ by Sachin Kumar Yadav using Apify Platform