Youtube community crawler and extractor. Extract community posts from youtube channel. Youtube community parser.
A script for scraping the YouTube Community tab.
This script is designed for the Apify platform and utilizes Playwright to scrape posts from the YouTube Community tab.
1{ 2 "channel_id": "UCRpjHHu8ivVWs73uxHlWwFA", 3 "channel_name": "@EurovisionSongContest" 4}
The script outputs a JSON array where each object represents a post with details such as comment count, date, images, likes, text, video and URL.
1[ 2 { 3 "author_image": "https://yt3.googleusercontent.com/ytc/AIdro_kdFLxNgghzvf6gkL6orIsx9PaGJVn0Ov11YMP6gnskKw=s48-c-k-c0x00ffffff-no-rj-mo", 4 "comment_count": 2, 5 "date": "1 month ago", 6 "images": [ 7 "https://googleusercontent.jpg", 8 "https://googleusercontent.jpg" 9 ], 10 "likes": 13, 11 "poll": "54 votes", 12 "text": "post text <3", 13 "url": "https://www.youtube.com/channel/xxxxxxxxxxxx/community?lb=xxxxxxxxx" 14 "videos": [ 15 "https://www.youtube.com/watch?v=xxxxxxxxx" 16 ] 17 } 18]
This script is provided "as is" without any warranties. Users assume full responsibility for its use. Ensure compliance with YouTube's terms of service and applicable legal regulations when using this scraper.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!