Instagram Profile Insights avatar

Instagram Profile Insights

Pricing

from $0.15 / each row

Go to Apify Store
Instagram Profile Insights

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

Techionik

Maintained by Community

Actor stats

0

Bookmarked

12

Total users

4

Monthly active users

4 days ago

Last modified

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
}
}
FieldDescription
usernamesInstagram usernames, with or without @.
profileUrlsFull Instagram profile URLs.
proxyConfigurationApify Proxy configuration. Recommended for Instagram.

Output

FieldDescription
usernameInstagram username.
followerCountFollower count as a number when available.
followingCountFollowing count as a number when available.
postCountPost count as a number when available.
bioProfile bio when available.
profileUrlDirect 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.