AS
Apify Store
/easyapi/instagram-reels-scraper
Instagram Reels Scraper
Effortlessly scrape Instagram Reels data from user profiles. Extract comprehensive metadata, including view counts, likes, comments, and media URLs. Perfect for content analysis, influencer research, and competitor tracking.
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 /easyapi/instagram-reels-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| usernames* | array | List of Instagram usernames to scrape Reels from default ["ronaldo"] |
| maxItems | integer | Maximum number of Reels to scrape (leave empty for no limit) default 100 |
| proxyConfiguration | object | Proxy settings for the actor default {"useApifyProxy":false,"apifyProxyGroups":["RESIDENTIAL"]} |
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":"/easyapi/instagram-reels-scraper","input":{"usernames":["ronaldo"],"maxItems":100,"proxyConfiguration":{"useApifyProxy":false,"apifyProxyGroups":["RESIDENTIAL"]}},"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 /easyapi/instagram-reels-scraper -i '{"usernames":["ronaldo"],"maxItems":100,"proxyConfiguration":{"useApifyProxy":false,"apifyProxyGroups":["RESIDENTIAL"]}}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/easyapi/instagram-reels-scraper", input: {"usernames":["ronaldo"],"maxItems":100,"proxyConfiguration":{"useApifyProxy":false,"apifyProxyGroups":["RESIDENTIAL"]}}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.