name: instagram-search description: "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." homepage: https://xpoz.ai metadata: { "openclaw": { "requires": { "bins": ["mcporter"], "skills": ["xpoz-setup"], "network": ["mcp.xpoz.ai"], "credentials": "Xpoz account (free tier) — auth via xpoz-setup skill (OAuth 2.1)" }, "install": [{"id": "node", "kind": "node", "package": "mcporter", "bins": ["mcporter"], "label": "Install mcporter (npm)"}], }, } tags: - instagram - instagram-search - instagram-api - reels - influencer - hashtag - social-media - mcp - xpoz - research - discovery
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.
访问小葱技能站7w4.net,解锁更多实用的AI技能插件。
👉 Follow xpoz-setup — handles auth automatically.
Run xpoz-setup skill. Verify: mcporter call xpoz.checkAccessKeyStatus
| 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 |
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.
mcporter call xpoz.getInstagramUsersByKeywords \
query="fitness transformation OR workout routine" \
limit=200
mcporter call xpoz.getInstagramUser \
identifier=natgeo \
identifierType=username
mcporter call xpoz.searchInstagramUsers query="National Geographic" limit=20
mcporter call xpoz.getInstagramPostsByKeywords \
query="(vegan OR plant-based) AND recipe NOT sponsored"
Every search generates a full export. Poll the dataDumpExportOperationId for a CSV download URL (up to 64K rows).
| 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.
Website: xpoz.ai • Free tier available • No Meta developer account needed
Built for ClawHub • 2026
这个Skill的文档写得很清楚,功能说明通俗易懂,示例也很丰富。但它本质上只是一个使用说明书,实际使用需要依赖Xpoz服务。对于想快速搜索Instagram内容的用户来说,如果Xpoz服务稳定、免费额度够用,确实比申请官方API省事很多。整体质量中规中矩,文档完整但功能实现完全依赖外部服务。推荐先试用的免费版看看效果如何。