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

3

Total users

2

Monthly active users

4 days 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 πŸš€