Autosearch instagram
Instagram public posts and reels search via TikHub. Best for product demos, tutorials, and visual content. English-first but works with any language keyword.
install
source · Clone the upstream repo
git clone https://github.com/0xmariowu/Autosearch
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/0xmariowu/Autosearch "$T" && mkdir -p ~/.claude/skills && cp -r "$T/autosearch/skills/channels/instagram" ~/.claude/skills/0xmariowu-autosearch-instagram && rm -rf "$T"
manifest:
autosearch/skills/channels/instagram/SKILL.mdsource content
Use this channel to search Instagram posts and reels for a keyword. Returns post URL, caption text, and author username.
When to use
- Product demos and tutorials
- Brand/influencer research
- Consumer lifestyle content
- Visual how-to content
When NOT to use
- Academic research (use arxiv/pubmed)
- Code search (use github/stackoverflow)
- News (use ddgs/google_news)
MCP tool example
run_channel("instagram", "Python machine learning tutorial", k=10)
Quality Bar
- ≥3 results with valid
URLsinstagram.com/p/... - Caption text extracted into
/titlesnippet source_channel = "instagram:{username}"