Question
How to scrape comments, likes, or other interactions?
Answer
Use the scrape command (CLI) or /scrape endpoint (API) with the Instagram post URL or shortcode. Enable pagination for comments and, where accessible, liker lists. Recommended flags:
--deep to include nested replies
--max-comments to cap volume
--since / --until for time-bounded collection
--retry and --cooldown for safety
Outputs include normalized entities: post, comment, user, like with timestamps. See /schemas/ and examples/ for field maps.
Question
How to scrape comments, likes, or other interactions?
Answer
Use the
scrapecommand (CLI) or/scrapeendpoint (API) with the Instagram post URL or shortcode. Enable pagination for comments and, where accessible, liker lists. Recommended flags:--deepto include nested replies--max-commentsto cap volume--since/--untilfor time-bounded collection--retryand--cooldownfor safetyOutputs include normalized entities:
post,comment,user,likewith timestamps. See/schemas/andexamples/for field maps.