✓ Verified 🌐 Web Scrapers ✓ Enhanced Data

Instagram Search

Instagram Search — Search 400M+ Instagram posts, reels, and profiles.

Rating
4 (377 reviews)
Downloads
1,785 downloads
Version
1.0.0

Overview

Instagram Search — Search 400M+ Instagram posts, reels, and profiles.

Complete Documentation

View Source →

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

ToolWhat It Does
getInstagramPostsByKeywordsSearch posts & reels by keywords
getInstagramUsersByKeywordsFind users posting about a topic
getInstagramUserLook up a specific profile
searchInstagramUsersFind accounts by display name
getInstagramPostsByAuthorGet a user's post history

Quick Examples

Search Posts & Reels

bash
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

bash
mcporter call xpoz.getInstagramUsersByKeywords \
  query="fitness transformation OR workout routine" \
  limit=200

Look Up a Profile

bash
mcporter call xpoz.getInstagramUser \
  identifier=natgeo \
  identifierType=username

Search by Display Name

bash
mcporter call xpoz.searchInstagramUsers query="National Geographic" limit=20


Boolean Queries

bash
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 APIXpoz Instagram Search
SetupMeta developer account + app reviewOne-click Xpoz auth
Keyword search❌ Not available✅ Full-text + subtitles
Find influencersOnly if you know their usernameSearch by topic/content
Reels contentMetadata onlyCaptions + spoken words
ExportManual paginationOne-click CSV
CostFree but painful setupFree tier available
The Instagram Graph API doesn't support keyword search at all. Xpoz fills that gap.


Related Skills


Website: xpoz.aiFree tier available • No Meta developer account needed

Built for ClawHub • 2026

Installation

Terminal bash

openclaw install instagram-search
    
Copied!

💻Code Examples

mcporter call xpoz.checkOperationStatus operationId=op_abc123

mcporter-call-xpozcheckoperationstatus-operationidopabc123.txt
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.searchInstagramUsers query="National Geographic" limit=20

mcporter-call-xpozsearchinstagramusers-querynational-geographic-limit20.txt
---

## Boolean Queries
example.sh
mcporter call xpoz.getInstagramPostsByKeywords \
  query="sustainable fashion" \
  startDate=2026-01-01 \
  limit=100

# Poll for results:
mcporter call xpoz.checkOperationStatus operationId=op_abc123
example.sh
mcporter call xpoz.getInstagramUsersByKeywords \
  query="fitness transformation OR workout routine" \
  limit=200
example.sh
mcporter call xpoz.getInstagramUser \
  identifier=natgeo \
  identifierType=username

Tags

#search_and-research

Quick Info

Category Web Scrapers
Model Claude 3.5
Complexity One-Click
Author atyachin
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install instagram-search