AS
Apify Store
/powerai/instagram-reel-scraper
Instagram Reel Scraper
Extract Instagram reels from any public user profile with detailed media and metadata. Supports auto-pagination and custom result limits. No login required.
liveasyncunknown~30s typical
SOCIAL_MEDIALEAD_GENERATION
$0.0020
per result + $0.01 call
plus $0.001 platform fee per run
Usage-based actor: event charges passed through at cost plus 25%
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /powerai/instagram-reel-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | The Instagram user ID to fetch reels from. default "18527" |
| maxResults | integer | Maximum number of reels to fetch. default 12 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/powerai/instagram-reel-scraper","input":{"id":"18527","maxResults":12},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /powerai/instagram-reel-scraper -i '{"id":"18527","maxResults":12}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/powerai/instagram-reel-scraper", input: {"id":"18527","maxResults":12}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.