账号资料数据增强
Use Instagram endpoints to turn 账号资料数据增强 into repeatable API requests with documented inputs and JSON responses.
将 Instagram 的公开数据转化为结构化输入,用于社交聆听和创作者研究。
通过文档化的网络数据抓取 API 端点获取 Instagram 的账号资料、帖子和搜索信号。
Endpoint families
3
Documented params
8
Examples
3
Live catalog snapshot
Active endpoints
3
Methods
GET
Required params
7
Schema refs
3
{
"platform": "Instagram",
"endpoint": "instagram-post",
"method": "GET",
"path": "/instagram/post/{id}/{post_id}",
"auth": "apiKey"
}Use cases
通过文档化的网络数据抓取 API 端点获取 Instagram 的账号资料、帖子和搜索信号。
Use Instagram endpoints to turn 账号资料数据增强 into repeatable API requests with documented inputs and JSON responses.
Use Instagram endpoints to turn 帖子元数据采集 into repeatable API requests with documented inputs and JSON responses.
Use Instagram endpoints to turn 社交搜索工作流 into repeatable API requests with documented inputs and JSON responses.
Managed execution
Every figure below is read from the live Instagram endpoint catalog — 3 endpoints, 8 documented request parameters, and 3 published response schemas — the same catalog Docs and Playground run against.
3 documented Instagram endpoints, grouped into 3 request families — Post, Profile and Reels.
8 request parameters are documented across those Instagram endpoints, 7 of them required — the full input contract is public before you write any integration code.
3 of the 3 Instagram endpoints ship a recorded example response, and 3 carry a documented response schema — you can code against the real JSON before the first request.
Instagram endpoints document their error responses (400, 404, 429 and 500) alongside the success schema, so a block, a rate limit, or a missing record comes back as a typed error rather than silently empty data.
3 hosted MCP tools back the Instagram endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/instagram/post/{id}/{post_id}
/instagram/profile/{username}
/instagram/reels/{id}
Endpoint catalog
/instagram/post/{id}/{post_id}Returns the media details of a specific post from an Instagram user.
MCP tool instagram_post
/instagram/profile/{username}Returns public profile details for a specified Instagram username.
MCP tool instagram_profile
/instagram/reels/{id}Returns a feed of Instagram Reels for the specified user ID. Supports pagination via `max_id`.
MCP tool instagram_reels
Related APIs
Social & Creator Platforms
Build creator intelligence, video research, transcript, and audience-comment workflows without maintaining YouTube scrapers.
Social & Creator Platforms
Turn Twitch's public channel, stream, clip, and team data into structured JSON — live status and viewer counts, top games, clips, VODs, and team rosters — as normalized JSON. Credential-free.
Social & Creator Platforms
Track creator, content, hashtag, music, trend, and public ad creative signals from TikTok with production-ready API routes.
How to scrape Instagram
Instagram 需要登录且限流严格,因此稳定地抓取它并不容易。Crawlora 的 Instagram 端点将公开的账号资料、帖子和 Reels 数据返回为结构化 JSON。
按用户名查询的公开账号资料、按短代码查询的帖子,或某个账号的 Reels。
将用户名或短代码传给 Crawlora 的 Instagram 端点——托管执行负责处理访问。
获取粉丝数、简介和帖子数量;以及每条帖子的文案、点赞数、评论数和媒体 URL。
定期重新运行以监控粉丝增长、发帖节奏和互动情况随时间的变化。
FAQ
将公开的 Instagram 用户名或帖子短代码发送给 Crawlora 的 Instagram 端点,即可获得结构化 JSON——粉丝数、简介、文案、点赞数、评论数、媒体 URL——无需维护浏览器自动化。请采集公开数据并遵守 Instagram 的条款。
可以——Crawlora 通过托管执行返回公开的账号资料和帖子数据,无需登录。它不会访问私密账号、私信或任何需要认证的内容。
在遵守 Instagram 使用条款、robots 指令、速率限制和适用法律的前提下,采集公开可访问的账号资料和帖子数据通常是被允许的。这适用于你有权采集的公开数据。
是的。Meta 的 Graph API 只能管理你自己拥有并通过 OAuth 连接的商业或创作者账号——它完全无法返回其他账号的帖子、粉丝或公开资料数据。Crawlora 的 Instagram 端点可以读取任意公开账号的公开账号资料和帖子数据,无需 Meta 应用审核或连接账号。