Go to Apify Store Actor stats
Total users 953
Total users
Monthly active users 5
Monthly active users
Last modified 16 days ago
Last modified
Fixed the default no-input run so Apify health checks complete successfully.
Replaced the old brittle scraping flow with parsing based on current ytInitialData , ytInitialPlayerResponse , and ytcfg payloads.
Fixed search and channel pagination to use YouTube continuation endpoints.
Normalized channel root URLs to /videos automatically.
Added support for bare channel handles and scheme-less channel URLs such as @Google and youtube.com/@Google .
Removed unrelated result collection caused by loose video ID extraction from raw HTML.
Search and channel runs now emit list-page items first and only use watch pages for optional enrichment.
Added lightweight per-unique-channel subscriber hydration with a bounded cache for search results.
Added explicit blocked/interstitial watch-page detection and fallback logging.
Added proxy configuration through environment variables with redacted logging.
Restored best-effort top-level comment scraping through watch-page continuation requests while keeping fail-soft behavior.
Made related videos fail soft instead of failing the full run.
Updated the local/runtime dependency pin to apify == 1.7.2 .
Updated the README and .actor metadata to match the current actor behavior.
Added channel video scraping through /videos URLs.
Added the old clean input flag.
Fixed missing related_videos in output when no related videos were found.