🏯 Instagram Comments Scraper (Pay Per Result) avatar
🏯 Instagram Comments Scraper (Pay Per Result)

Pricing

$0.50 / 1,000 comments

Go to Store
🏯 Instagram Comments Scraper (Pay Per Result)

🏯 Instagram Comments Scraper (Pay Per Result)

Developed by

API Dojo

API Dojo

Maintained by Community

The Instagram Comments Scraper is the perfect tool for extracting comments from Instagram posts quickly and affordably. Priced at just $0.50 per 1,000 comments, it offers impressive speeds, processing 100 to 200 comments per second!

4.2 (5)

Pricing

$0.50 / 1,000 comments

44

Total users

711

Monthly users

160

Runs succeeded

>99%

Issues response

16 hours

Last modified

6 days ago

PR

Duplicate comments being extracted

Closed

promoamp opened this issue
2 months ago

Hi - looks like multiple duplicate comments are being extracted, which means I'm paying more than I should?

Run ID: m4vhmEdXSehv3K9Ng

apidojo avatar

API Dojo (apidojo)

2 months ago

Hello,

Seems like you put the same post twice with different parameters, like the following, please use either postIds or startUrls. When you provide it in both parts, the actor things them as separate posts and fetches twice.

{
"customMapFunction": "(object) => { return {...object} }",
"maxItems": 1000,
"postIds": [
"DIdV3yPSMr9"
],
"startUrls": [
"https://www.instagram.com/p/DIdV3yPSMr9/"
]
}

Cheers