Instagram Profile Insights avatar

Instagram Profile Insights

Pricing

from $5.00 / 1,000 dataset items

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 $5.00 / 1,000 dataset items

Rating

0.0

(0)

Developer

Techionik

Techionik

Maintained by Community

Actor stats

1

Bookmarked

17

Total users

2

Monthly active users

17 days ago

Last modified

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

Output

FieldDescription
followerCountFollower count as a number when available.
followingCountFollowing count as a number when available.
postCountPost count as a number when available.
urlDirect 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.