Instagram Profile Insights
Pricing
from $5.00 / 1,000 dataset items
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 $5.00 / 1,000 dataset items
Rating
0.0
(0)
Developer
Techionik
Maintained by CommunityActor stats
1
Bookmarked
17
Total users
2
Monthly active users
17 days ago
Last modified
Categories
Share
Simple Instagram profile lookup. Enter usernames or profile URLs and get follower count, following count, post count, and URL.
Features
- Accepts Instagram usernames or full profile URLs.
- Returns only follower count, following count, post count, and URL.
- Uses lightweight requests for low compute usage.
- Supports Apify Proxy for better reliability.
- Skips blocked or unavailable profiles instead of failing the whole run.
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 |
|---|---|
followerCount | Follower count as a number when available. |
followingCount | Following count as a number when available. |
postCount | Post count as a number when available. |
url | Direct Instagram profile URL. |
{"followerCount": 14200000,"followingCount": 587,"postCount": 390,"url": "https://www.instagram.com/zuck/"}
Limitations
Instagram can block automated requests or change public page markup. Use Apify Proxy for better reliability. Private, removed, blocked, or unavailable profiles may be skipped.