🏯 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!

5.0 (2)

Pricing

$0.50 / 1,000 comments

34

Total users

517

Monthly users

162

Runs succeeded

>99%

Issues response

10 hours

Last modified

a day ago

PR

Duplicate comments being extracted

Closed

promoamp opened this issue
3 days ago

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

Run ID: m4vhmEdXSehv3K9Ng

apidojo avatar

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