Youtube Comments Scraper (Pay Per Result) avatar
Youtube Comments Scraper (Pay Per Result)

Pricing

$0.50 / 1,000 comments

Go to Store
Youtube Comments Scraper (Pay Per Result)

Youtube Comments Scraper (Pay Per Result)

Developed by

API Dojo

API Dojo

Maintained by Community

YouTube Comments Scraper, the ultimate solution for extensive YouTube comments data retrieval. With its high-speed scraping abilities, it provides unmatched effectiveness and thoroughness. Additionally, its cost-effectiveness is unmatched, priced at just $0.50 per 1000 comments!

0.0 (0)

Pricing

$0.50 / 1,000 comments

24

Total users

562

Monthly users

59

Runs succeeded

96%

Issues response

6 hours

Last modified

10 hours ago

LY

Unable to retrieve all comments for video link

Closed

luobote_y opened this issue
4 months ago

When scraping the YouTube video (which shows ~12,000 comments) using this actor with maxComments set to 10,000, the output only contains 1000+ comments.

What could be causing this discrepancy and how can I ensure complete comment retrieval?

Current configuration: { "customMapFunction": "(object) => { return {...object} }", "maxItems": 10000, "sort": "top", "startUrls": [ "https://www.youtube.com/watch?v=K8d4n9GhBrg" ] }

apidojo avatar

API Dojo (apidojo)

4 months ago

Hello,

Unfortunately Youtube displays max 60 pages of comments which is has ~1200 items in it, that's why the actor can only fetch that amount.

Cheers