instagram-scraper
Get Instagram profiles, posts, and reels
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Get Instagram profiles, posts, and reels
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Test and document API endpoints - validate responses, check status, generate examples
Full company intelligence report - overview, team, funding, products, news
Research competitors - products, pricing, team, funding, and strategy
Enrich any person or company from any identifier — email, name, LinkedIn URL, domain, company name, Twitter/X handle. Use when asked to enrich, look up, or research a lead, contact, person, or company.
Extract structured data from web pages using AI
Build a sales prospect list of dental practices in a city — finds practices, decision makers, contact info, and buying signals. Use when asked to find dentists for outreach, prospect dental practices, build a lead list of dentists, or generate dental practice leads in a specific area.
| name | instagram-scraper |
| description | Get Instagram profiles, posts, and reels |
Scrape public Instagram data including profiles, posts, and reels.
Uses the Scrape Creators API via Orthogonal to scrape Instagram data.
orth run scrapecreators /v1/instagram/profile -q 'handle=openai'
curl -X POST "https://api.orth.sh/v1/run" \
-H "Authorization: Bearer $ORTHOGONAL_API_KEY" \
-H "Content-Type: application/json" \
-d '{"api":"scrapecreators","path":"/v1/instagram/profile","query":{"handle":"openai"}}'
orth run scrapecreators /v1/instagram/post -q 'url=https://instagram.com/p/abc123'
orth run scrapecreators /v1/instagram/basic-profile -q 'userId=12345'
User: "What's OpenAI posting on Instagram?"
orth run scrapecreators /v1/instagram/profile -q 'handle=openai'
User: "Get details on this Instagram post"
orth run scrapecreators /v1/instagram/post -q 'url=https://instagram.com/p/abc123'