Instagram Profile Scraper πŸ”₯πŸ”₯ avatar

Instagram Profile Scraper πŸ”₯πŸ”₯

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Instagram Profile Scraper πŸ”₯πŸ”₯

Instagram Profile Scraper πŸ”₯πŸ”₯

Efficiently extract instagram profiles

Pricing

from $0.01 / 1,000 results

Rating

1.5

(2)

Developer

succexx_DEV

succexx_DEV

Maintained by Community

Actor stats

2

Bookmarked

43

Total users

2

Monthly active users

7 hours

Issues response

4 days ago

Last modified

Share

πŸ“Έ INSTAGRAM PROFILE SCRAPER

Scrape Instagram profiles in bulk β€” fast, accurate, and structured.

Extract follower counts, bios, post counts, verification status, business categories, external links, and more from any public Instagram profile.


πŸ’‘ USE CASES

WhoWhy
MarketersResearch influencers and benchmark competitors at scale
Sales teamsBuild enriched prospect lists with real social proof data
RecruitersIdentify and vet creators or brand ambassadors
Analysts & researchersCollect public profile data for studies and trend analysis
DevelopersPower apps and dashboards with live Instagram profile data

βœ… WHAT IT DOES

  • Scrapes single or multiple Instagram profiles in one run
  • Extracts rich profile data: followers, following, posts, bio, verification, business info, and links
  • Returns clean, structured JSON output ready for export or analysis

πŸš€ HOW TO RUN

  1. Open the Input tab
  2. Paste the Instagram usernames you want to scrape (with or without @)
  3. Optionally set a Max Results limit
  4. Click Start
  5. View and export results from the Dataset tab

βš™οΈ INPUT PARAMETERS

ParameterTypeRequiredDescription
usernamesarrayβœ… YesInstagram usernames to scrape. Accepts @username or username.
cookiesarrayβœ… YesOne or more Instagram session cookie sets. See format below.
maxResultsnumber❌ NoMax number of profiles to scrape. Defaults to all provided usernames.

SAMPLE INPUT

{
"usernames": [
"cristiano",
"natgeo",
"nasa"
],
"maxResults": 10000
}

πŸ“¦ SAMPLE OUTPUT

Each scraped profile is stored as a structured record in the Apify dataset:

[
{
"id": "173560420",
"username": "cristiano",
"fullName": "Cristiano Ronaldo",
"biography": "✌️",
"followersCount": 635000000,
"followsCount": 568,
"postsCount": 3847,
"highlightReelCount": 12,
"verified": true,
"private": false,
"isBusinessAccount": true,
"businessCategoryName": "Athlete",
"categoryName": "Athlete",
"joinedRecently": false,
"hasChannel": true,
"externalUrl": "https://www.cristianoronaldo.com",
"externalUrls": [
{
"title": "Official Site",
"url": "https://www.cristianoronaldo.com",
"link_type": "external"
}
],
"profilePicUrl": "https://instagram.com/...",
"profilePicUrlHD": "https://instagram.com/...",
"url": "https://www.instagram.com/cristiano/",
"inputUrl": "https://www.instagram.com/cristiano/"
}
]

OUTPUT FIELD REFERENCE

FieldTypeDescription
idstringInstagram user ID
usernamestringInstagram handle
fullNamestringDisplay name on the profile
biographystringProfile bio text
followersCountnumberNumber of followers
followsCountnumberNumber of accounts followed
postsCountnumberTotal posts published
highlightReelCountnumberNumber of story highlights
verifiedbooleanWhether the account has a verified badge
privatebooleanWhether the account is private
isBusinessAccountbooleanWhether it's a business or creator account
businessCategoryNamestringBusiness category (e.g. "Athlete", "Brand")
categoryNamestringProfile category label
joinedRecentlybooleanWhether the account was created recently
hasChannelbooleanWhether the account has a broadcast channel
externalUrlstringPrimary link in bio
externalUrlsarrayAll bio links with titles and types
profilePicUrlstringProfile picture URL (standard)
profilePicUrlHDstringProfile picture URL (high resolution)
urlstringFull Instagram profile URL

πŸ’³ PRICING & LIMITS

TierLimit
Free trialUp to 10 profiles
Paidup to 30k profiles

πŸ›Ÿ SUPPORT

Have a question or running into an issue?

  • πŸ“© Email: [boneswill697@gmail.com]
  • πŸ› Bugs: Open a ticket in the Issues tab on this Actor's page