Instagram_Comments_Scrapper avatar
Instagram_Comments_Scrapper

Pricing

Pay per usage

Go to Store
Instagram_Comments_Scrapper

Instagram_Comments_Scrapper

Developed by

Om Shinde

Maintained by Community

This actor scrapes comments from public Instagram posts For each comment, it extracts: - Username - Comment text - Likes count - Replies count - Verified status Just provide a list of Instagram post URLs, and the actor returns structured data ideal for analysis or monitoring public opinion

0.0 (0)

Pricing

Pay per usage

0

Total users

6

Monthly users

6

Runs succeeded

>99%

Last modified

8 days ago

You can access the Instagram_Comments_Scrapper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "start_urls": [
3    {
4      "url": "https://www.instagram.com/p/POST_ID/"
5    }
6  ]
7}' |
8apify call om.shinde/instagram-comments-scrapper --silent --output-dataset

Instagram_Comments_Scrapper API through CLI

The Apify CLI is the official tool that allows you to use Instagram_Comments_Scrapper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: