YouTube Comment Scraper That Won’t Quit avatar

YouTube Comment Scraper That Won’t Quit

Pricing

from $1.00 / 1,000 results

Go to Apify Store
YouTube Comment Scraper That Won’t Quit

YouTube Comment Scraper That Won’t Quit

Bulk-extract YouTube comments (and replies) from video URLs with resilient pagination. Supports rotating alt instances and optional yt-dlp fallback for maximum uptime. Saves video metadata + comment records to dataset output — no API key.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Inus Grobler

Inus Grobler

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

a month ago

Last modified

Share

YouTube Comments Scraper (Alt Instances) (Apify Actor)

Scrape comments for specific YouTube videos via yewtu/Invidious-compatible instances.

This Actor:

  • takes videoUrls[]
  • paginates comments using continuation tokens
  • optionally includes replies if they are present in the payload

Input

Use .actor/input_schema.json in the Apify UI.

Recommended defaults are small so the prefilled run finishes quickly.

Output

Dataset items include:

  • record_type="video": one per input video (best-effort metadata)
  • record_type="comment": one per comment (and reply when included)

Key comment fields:

  • video_id, comment_id, parent_comment_id, depth
  • author_channel_id, author_handle, author_name, author_url
  • text, like_count, reply_count, published_at
  • from_instance

Key-value store:

  • OUTPUT: run metadata + totals + warnings (no item list, rely on dataset)

Notes

  • yewtu/Invidious instances can be unstable; configure altInstances to improve reliability.
  • If instances fail, the Actor can fall back to yt-dlp to fetch comments directly from YouTube (fallbackToYtDlpComments=true).
  • This Actor does not use the official YouTube Data API.