Instagram Data API
收藏官方服务:
资源简介:
Scrape Instagram profiles, posts, reels, stories, comments and hashtags. Rich structured JSON, cursor pagination, one consistent response contract.
创建时间:
2026-09-05
原始信息汇总
Instagram Data API 数据集总结
基本信息
- API 名称:Instagram Data API
- 所属分类:Social(社交)
- API 版本:1.0.0(当前版本)
- 创建者:ToolzerHub
- 订阅人数:1
- 产品官网:https://docs.toolzerhub.com
- 支持邮箱:contact@toolzerhub.com
核心功能
该 API 主要用于爬取 Instagram 平台数据,涵盖范围包括:
- 用户个人资料(Profiles)
- 帖子(Posts)
- Reels 短视频
- Stories 快拍
- 评论(Comments)
- 话题标签(Hashtags)
核心特点:返回丰富的结构化 JSON 数据,支持游标分页(cursor pagination),所有接口遵循统一一致的响应协议。
接口分组与端点概览
Instagram v3 - Post(帖子相关)
提供以下 GET 端点:
- 获取Instagram帖子评论回复(Get Instagram Comment Replies V3)
- 通过URL获取Instagram帖子(Get Instagram Post By URL V3)
- 获取Instagram帖子点赞(Get Instagram Post Likes V3)
- 通过ID获取Instagram帖子(Get Instagram Post By ID V3)
- 获取Instagram帖子详情(Get Instagram Post Details V3)
- 获取Instagram帖子评论(Get Instagram Post Comments V3)
其他接口分组
- Instagram v3 - Location(地理位置相关)
- Instagram v3 - User(用户相关)
- Instagram v3 - Music(音乐相关)
- Instagram v3 - Hashtag(话题标签相关)
- Instagram v3 - Search(搜索相关)
- Instagram v3 - Utility(工具类相关)
技术特性与规范
认证方式
使用 RapidAPI Key 进行认证,系统自动将其作为 X-RapidAPI-Key 请求头发送,无需额外设置。
响应格式
- 成功响应:所有成功的调用返回包含单一
data字段的 JSON 对象:{ "data": { ... } } - 列表响应:返回列表的端点会在
data中放入数组,并带有pageInfo对象(包含cursor和hasNextPage字段),通过将cursor传入下一次请求实现翻页 - 错误响应:返回相应的 HTTP 状态码及结构化错误体:
{ "error": { "code": "...", "status": 400, "message": "...", "retryable": false, "details": null } },其中retryable: true表示值得在短暂等待后重试,false表示需要先修正请求
健康检查
GET /health 端点用于健康检查,返回 { "status": "ok" },该端点免费且无计量限制,可用于正常运行时间监控。
请求追踪
每个响应均携带 X-Toolzer-Request-Id 请求头,在报告问题时需引用该 ID。
订阅方案
| 方案名称 | 价格 |
|---|---|
| BASIC | $0.00 / 月 |
| PRO | $25.00 / 月 |
| ULTRA | $50.00 / 月 |
| MEGA | $100.00 / 月 |



