Apify Store
AS
Apify Store
/apidojo/instagram-comments-scraper-api

Fast Instagram Comments Scraper API - No Duplicates

The fastest and cheapest Instagram Comments Scraper - extract comments & replies at 100-200 comments/sec for just $0.0075 per post (15 FREE). Retrieve comment text, user profiles, and engagement data

liveasyncunknown~30s typical
social mediadeveloper toolsotherinstagramcomments
$0.00063
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.0005 per result; Cracked adds 25% plus a $0.005 call fee
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 /apidojo/instagram-comments-scraper-api for me.

Input

FieldTypeDescription
startUrlsarrayInstagram post URLs to scrape comments from (e.g., https://www.instagram.com/p/ABC123/). Required if postIds is empty.
postIdsarrayInstagram post IDs extracted from URLs (e.g., ABC123 from https://www.instagram.com/p/ABC123/). Required if startUrls is empty.
fetchRepliesbooleanFetch replies for comments when available. default false
continueOnDuplicatesbooleanIf enabled, continues fetching comments even when encountering duplicates. If disabled, stops on first duplicate. Enable for more complete extraction when pagination has issues. default false
maxItemsintegerMaximum total comments to output across entire run.
customMapFunctionstringJavaScript function to transform each output comment. Use to add computed fields, modify values, or remove unnecessary data. NOT intended for filtering - filtering may result in automatic bans.

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":"/apidojo/instagram-comments-scraper-api","input":{"startUrls":["https://www.instagram.com/p/DC7Q4z5JPMX/"],"postIds":["DCKDRSpiy3b"],"maxItems":3,"customMapFunction":"(object) => { return {...object} }"},"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 /apidojo/instagram-comments-scraper-api -i '{"startUrls":["https://www.instagram.com/p/DC7Q4z5JPMX/"],"postIds":["DCKDRSpiy3b"],"maxItems":3,"customMapFunction":"(object) => { return {...object} }"}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/apidojo/instagram-comments-scraper-api", input: {"startUrls":["https://www.instagram.com/p/DC7Q4z5JPMX/"],"postIds":["DCKDRSpiy3b"],"maxItems":3,"customMapFunction":"(object) => { return {...object} }"}, wait: false })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.