Instagram Search
/install instagram-search
Instagram Search
Search 400M+ Instagram posts and reels — captions AND video subtitles.
Find influencers, track hashtags, discover content trends, and export results. No Meta developer account, no Instagram Graph API setup, no app review process.
⚡ Setup
👉 Follow xpoz-setup — handles auth automatically.
Setup
Run xpoz-setup skill. Verify: mcporter call xpoz.checkAccessKeyStatus
What You Can Search
| Tool | What It Does |
|---|---|
getInstagramPostsByKeywords |
Search posts & reels by keywords |
getInstagramUsersByKeywords |
Find users posting about a topic |
getInstagramUser |
Look up a specific profile |
searchInstagramUsers |
Find accounts by display name |
getInstagramPostsByAuthor |
Get a user's post history |
Quick Examples
Search Posts & Reels
mcporter call xpoz.getInstagramPostsByKeywords \
query="sustainable fashion" \
startDate=2026-01-01 \
limit=100
# Poll for results:
mcporter call xpoz.checkOperationStatus operationId=op_abc123
Xpoz indexes both captions and video subtitles — so you can find reels by what people say, not just what they type.
Find Influencers by Topic
mcporter call xpoz.getInstagramUsersByKeywords \
query="fitness transformation OR workout routine" \
limit=200
Look Up a Profile
mcporter call xpoz.getInstagramUser \
identifier=natgeo \
identifierType=username
Search by Display Name
mcporter call xpoz.searchInstagramUsers query="National Geographic" limit=20
Boolean Queries
mcporter call xpoz.getInstagramPostsByKeywords \
query="(vegan OR plant-based) AND recipe NOT sponsored"
CSV Export
Every search generates a full export. Poll the dataDumpExportOperationId for a CSV download URL (up to 64K rows).
Why Not Use the Instagram API Directly?
| Instagram Graph API | Xpoz Instagram Search | |
|---|---|---|
| Setup | Meta developer account + app review | One-click Xpoz auth |
| Keyword search | ❌ Not available | ✅ Full-text + subtitles |
| Find influencers | Only if you know their username | Search by topic/content |
| Reels content | Metadata only | Captions + spoken words |
| Export | Manual pagination | One-click CSV |
| Cost | Free but painful setup | Free tier available |
The Instagram Graph API doesn't support keyword search at all. Xpoz fills that gap.
Related Skills
- xpoz-social-search — Cross-platform (Twitter + Instagram + Reddit)
- expert-finder — Find domain experts
- social-lead-gen — Find potential customers
Website: xpoz.ai • Free tier available • No Meta developer account needed
Built for ClawHub • 2026
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install instagram-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/instagram-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Instagram Search 是什么?
Instagram Search — Search 400M+ Instagram posts, reels, and profiles. Find influencers, track hashtags, analyze engagement, and export data. No Instagram API or Meta developer account needed — works through Xpoz MCP. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3057 次。
如何安装 Instagram Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install instagram-search」即可一键安装,无需额外配置。
Instagram Search 是免费的吗?
是的,Instagram Search 完全免费(开源免费),可自由下载、安装和使用。
Instagram Search 支持哪些平台?
Instagram Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Instagram Search?
由 Avital Yachin(@atyachin)开发并维护,当前版本 v1.1.1。