Instagram Profile Scraper π₯π₯
Pricing
from $0.01 / 1,000 results
Go to Apify Store
Pricing
from $0.01 / 1,000 results
Rating
1.5
(2)
Developer
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
Categories
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
| Who | Why |
|---|---|
| Marketers | Research influencers and benchmark competitors at scale |
| Sales teams | Build enriched prospect lists with real social proof data |
| Recruiters | Identify and vet creators or brand ambassadors |
| Analysts & researchers | Collect public profile data for studies and trend analysis |
| Developers | Power 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
- Open the Input tab
- Paste the Instagram usernames you want to scrape (with or without
@) - Optionally set a Max Results limit
- Click Start
- View and export results from the Dataset tab
βοΈ INPUT PARAMETERS
| Parameter | Type | Required | Description |
|---|---|---|---|
usernames | array | β Yes | Instagram usernames to scrape. Accepts @username or username. |
cookies | array | β Yes | One or more Instagram session cookie sets. See format below. |
maxResults | number | β No | Max 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
| Field | Type | Description |
|---|---|---|
id | string | Instagram user ID |
username | string | Instagram handle |
fullName | string | Display name on the profile |
biography | string | Profile bio text |
followersCount | number | Number of followers |
followsCount | number | Number of accounts followed |
postsCount | number | Total posts published |
highlightReelCount | number | Number of story highlights |
verified | boolean | Whether the account has a verified badge |
private | boolean | Whether the account is private |
isBusinessAccount | boolean | Whether it's a business or creator account |
businessCategoryName | string | Business category (e.g. "Athlete", "Brand") |
categoryName | string | Profile category label |
joinedRecently | boolean | Whether the account was created recently |
hasChannel | boolean | Whether the account has a broadcast channel |
externalUrl | string | Primary link in bio |
externalUrls | array | All bio links with titles and types |
profilePicUrl | string | Profile picture URL (standard) |
profilePicUrlHD | string | Profile picture URL (high resolution) |
url | string | Full Instagram profile URL |
π³ PRICING & LIMITS
| Tier | Limit |
|---|---|
| Free trial | Up to 10 profiles |
| Paid | up 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