Instagram Profile & Posts Scraper
Scrape public Instagram profiles and posts by username, no login. Extract followers, following, bio, verified badge, business category, captions, likes, comments, video views and media URLs. Export to JSON, CSV or Excel.
{ "imageUrl": "https://scontent-mia3-3.cdninstagram.com/v/t51…", "type": "post", "username": "nasa", "fullName": "NASA", "url": "https://www.instagram.com/p/DbL6n0ggXDZ/", "id": "3948507321457537241", "shortcode": "DbL6n0ggXDZ", "ownerId": "528817151", "followersCount": 104287458 }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Image Url | Type | Username | Full Name |
|---|---|---|---|
| https://scontent-mia3-3.cdninstag… | post | nasa | NASA |
| https://scontent-mia3-3.cdninstag… | post | nasa | NASA |
| https://scontent-mia3-3.cdninstag… | post | nasa | NASA |
| https://scontent-mia3-3.cdninstag… | post | nasa | NASA |
| https://scontent-mia5-1.cdninstag… | post | nasa | NASA |
{ "imageUrl": "https://scontent-mia3-3.cdninstagram.com/v/t51…", "type": "post", "username": "nasa", "fullName": "NASA", "url": "https://www.instagram.com/p/DbL6n0ggXDZ/", "id": "3948507321457537241", "shortcode": "DbL6n0ggXDZ", "ownerId": "528817151", "followersCount": 104287458 }
常见问题
Can I scrape an Instagram profile without logging in?
Yes. This scraper uses only Instagram's public profile data, so no account, password or cookies are required. It works on public profiles only.
How many posts can I get per profile?
The public no-login source exposes roughly the 12 most recent posts per profile. The scraper returns up to that many per account, controlled by the Posts Per Profile setting.
Can it scrape private accounts?
No. Private accounts expose no public posts, so the scraper returns a profile record marked as private with no posts. Only public data is collected.
Do I need a proxy?
Yes, and it is enabled by default. The scraper routes traffic through Apify Proxy automatically, so there is nothing to set up. Leave the proxy option on.
What can I do with the data?
Build follower and engagement dashboards, monitor competitor or influencer accounts, track campaign hashtags, archive public posts or feed captions and media URLs into your own pipelines.