Instagram Profile Insights
Pricing
from $0.15 / each row
Go to Apify Store
Instagram Profile Insights
A high-performance tool for extracting Instagram profile data. Quickly retrieve accurate follower, following, and post counts from usernames or URLs. Optimized for data analysts requiring scalable, low latency results.
Pricing
from $0.15 / each row
Rating
0.0
(0)
Developer
Techionik
Maintained by CommunityActor stats
0
Bookmarked
12
Total users
4
Monthly active users
4 days ago
Last modified
Categories
Share
Simple Instagram profile lookup. Enter usernames or profile URLs and get a small dataset with only the profile fields most users need.
Features
- Accepts Instagram usernames or full profile URLs.
- Returns a clean profile summary.
- Uses lightweight requests for low compute usage.
- Supports Apify Proxy for better reliability.
Input
{"usernames": ["zuck"],"profileUrls": ["https://www.instagram.com/instagram/"],"proxyConfiguration": {"useApifyProxy": true}}
| Field | Description |
|---|---|
usernames | Instagram usernames, with or without @. |
profileUrls | Full Instagram profile URLs. |
proxyConfiguration | Apify Proxy configuration. Recommended for Instagram. |
Output
| Field | Description |
|---|---|
username | Instagram username. |
followerCount | Follower count as a number when available. |
followingCount | Following count as a number when available. |
postCount | Post count as a number when available. |
bio | Profile bio when available. |
profileUrl | Direct Instagram profile URL. |
{"username": "zuck","followerCount": 14200000,"followingCount": 587,"postCount": 390,"bio": "Building the future of human connection.","profileUrl": "https://www.instagram.com/zuck/"}
Limitations
Instagram can block automated requests or change public page markup. Use Apify Proxy for better reliability. Private, removed, or unavailable profiles may return missing counts.