Instagram Profile Stats Scraper (Followers, Following & Posts) avatar

Instagram Profile Stats Scraper (Followers, Following & Posts)

Pricing

from $1.60 / 1,000 results

Go to Apify Store
Instagram Profile Stats Scraper (Followers, Following & Posts)

Instagram Profile Stats Scraper (Followers, Following & Posts)

Scrape Instagram profile stats including followers, following, posts, bio, and more from usernames or profile URLs. Fast, scalable, and ideal for analytics, lead generation, and automation workflows.

Pricing

from $1.60 / 1,000 results

Rating

5.0

(1)

Developer

Scraping Solutions

Scraping Solutions

Maintained by Community

Actor stats

0

Bookmarked

11

Total users

5

Monthly active users

3 hours ago

Last modified

Share

๐Ÿ”ฅ Instagram Profile Stats Scraper (with Posts & Videos)

Scrape complete Instagram profile data by username, including:

  • Followers / following / posts
  • Bio, links, categories
  • Business/contact info
  • Latest post summary
  • ๐Ÿ“ธ Recent posts
  • ๐ŸŽฌ Recent videos (Reels / clips)

Built for high-scale data extraction, with budget-aware execution (PPE) and smart retry handling.


๐Ÿš€ Features

  • Full profile metadata
  • recentPosts (timeline posts)
  • recentVideos (reels / clips)
  • Username normalization (@handle, URL, etc.)
  • Deduplication
  • Smart retries (skips invalid users)
  • Budget-aware execution (PPE)
  • Graceful stop when budget is reached

๐Ÿ“ฅ Input

{
"usernames": [
"instagram",
"@cristiano",
"https://www.instagram.com/nike/"
]
}

๐Ÿ“ค Output

๐Ÿ‘ค Profile

{
"username": "instagram",
"fullName": "Instagram",
"followersCount": 700000000,
"followsCount": 175,
"postsCount": 8421,
"biography": "...",
"externalUrl": "...",
"isVerified": true,
"isPrivate": false
}

๐Ÿ“ธ latestMedia

{
"shortcode": "ABC123",
"url": "...",
"caption": "...",
"likesCount": 1000,
"commentsCount": 50
}

๐Ÿ“ธ recentPosts

[
{
"shortcode": "XYZ123",
"url": "https://www.instagram.com/p/XYZ123/",
"caption": "...",
"likesCount": 1200,
"commentsCount": 80,
"isVideo": false
}
]

๐ŸŽฌ recentVideos

[
{
"shortcode": "VID123",
"url": "...",
"videoUrl": "...",
"videoViewCount": 50000
}
]

โŒ Error Handling

If profile is invalid or restricted:

{
"success": false,
"data": "data not found"
}

โœ” No retries
โœ” Saved as error (if enabled)


๐Ÿ’ธ Pricing (PPE)

  • Event: apify-default-dataset-item
  • 1 profile = 1 charge

โœ” Trims input if budget is lower
โœ” Stops when budget ends


๐Ÿ“ฆ Dataset

Results are stored in:

{{links.apiDefaultDatasetUrl}}/items

โš ๏ธ Notes

  • Private profiles may return limited data
  • Arrays (recentPosts, recentVideos) are best viewed via JSON export

Happy scraping ๐Ÿš€