Skip to content

How to scrape comments, likes, or other interactions? #1

@Z786ZA

Description

@Z786ZA

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions