Instagram Profile & Posts Scraper
"Profile & Engagement Metrics Extraction" by John Rippy | johnrippy.link🏆 2025 Zapier Automation Hero of the Year — Project Phoenix: A 95-step AI sales pipeline cutting development time by 50%. Read more →
---
Scrape Instagram profiles and their recent posts. Get follower counts, engagement metrics, and detailed post data.
Features
- Profile scraping (followers, following, bio, etc.)
- Recent posts with engagement metrics
- Supports reels and regular posts
- No login required (public profiles only)
Input
{
"usernames": ["nike", "adidas", "puma"],
"maxPosts": 12,
"includeReels": true
}
Output
Each profile returns:
{
"username": "nike",
"fullName": "Nike",
"biography": "Just Do It.",
"profilePicUrl": "https://...",
"followersCount": 305000000,
"followingCount": 150,
"postsCount": 1234,
"isVerified": true,
"isBusinessAccount": true,
"latestPosts": [
{
"id": "ABC123",
"url": "https://instagram.com/p/ABC123",
"type": "image",
"caption": "Post caption...",
"likesCount": 500000,
"commentsCount": 5000,
"timestamp": "2024-12-15T10:00:00Z"
}
]
}
Limitations
- Only public profiles can be scraped
- Instagram may rate limit or block requests
- Some data may be unavailable due to privacy settings
Pricing
This actor uses pay-per-event pricing:
Example costs:- 1 profile with 10 posts: $0.10 + $0.02 + (10 × $0.005) = $0.17
- 5 profiles with 20 posts each: $0.10 + (5 × $0.02) + (100 × $0.005) = $0.70
Author
Built by John Rippy | johnrippy.link🏆 2025 Zapier Automation Hero of the Year — Project Phoenix: A 95-step AI sales pipeline cutting development time by 50%. Read more →
---
Keywords
instagram scraper, instagram profile scraper, instagram data extraction, instagram api, social media scraper