Advanced Youtube Scraper avatar
Advanced Youtube Scraper
Try for free

3 days trial then $29.00/month - No credit card required now

View all Actors
Advanced Youtube Scraper

Advanced Youtube Scraper

stefanie-rink/youtube-scraper
Try for free

3 days trial then $29.00/month - No credit card required now

Please follow all inquiries at: tnot2652@gmail.com. Search YouTube for keywords, channels or individual video data blazingly fast. Internal YouTube API. No key needed. Customizable sorting, including their views, comments, channel info, number of subscribers, publication date, and title data etc.

Contact

For any inquiries or issues, please contact tnot2652@gmail.com.

Advanced Youtube API Scraper

The Advanced Youtube Scraper is a powerful actor that scrapes Youtube search query result information, including title, views, subscribers, publication date, link to video and channel, with sorting options. This actor is perfect for researchers, content creators, and marketers looking to get insights into popular video content and channels on YouTube.

Input

The input to this actor is a JSON object with the following properties:

  • queries: An array of search queries, video links or channel links to be used for scraping YouTube.
  • sort_by: The criteria for sorting the search results. It is an enum that can take the following values: relevance, view, date, rating. Default is relevance.
  • max_results: The maximum number of search results to be scraped. Default is 10.
  • clean: Whether to scrape all the videos again at each run. Default is true.
  • num_comments: The maximum number of comments to be scraped per video. Default is 0.
  • related_videos: Whether to scrape related videos. Default is false.

Output

The output of this actor is a JSON object in the form of following example:

1{
2  "title": "Morbius Collection (Improved version)",
3  "views": 137570,
4  "url": "https://www.youtube.com/watch?v=-CmY47ywm8M",
5  "publication_date": "2014-12-26",
6  "subscribers": 605,
7  "channel_link": "https://www.youtube.com/@amandapike2477",
8  "channel_name": "Amanda Pike",
9  "comments": ["This is amazing!",
10               "Wish I could have done this.",],
11  "related_videos": [
12    "https://www.youtube.com/watch?v=-CmY47ywm8M",
13    "https://www.youtube.com/watch?v=9WOnDzGGXUU",
14    "https://www.youtube.com/watch?v=UqP0KSTC5Y0",
15    "https://www.youtube.com/watch?v=8TA-d8eGrS4",
16    "https://www.youtube.com/watch?v=LKhVNLGXw2I",
17    "https://www.youtube.com/watch?v=7aem7LFj8qA",
18    "https://www.youtube.com/watch?v=G9H2aliqkq8",
19    "https://www.youtube.com/watch?v=4JhRaormlro",
20    "https://www.youtube.com/watch?v=8NoauN_TUgo",
21    "https://www.youtube.com/watch?v=CvqrL2vlRn0",
22    "https://www.youtube.com/watch?v=G4ObCmeuW9c",
23    "https://www.youtube.com/watch?v=4NWUI0K98t8",
24    "https://www.youtube.com/watch?v=j7oqz2_XM7Q",
25    "https://www.youtube.com/watch?v=Q1q7SkxbIyw",
26    "https://www.youtube.com/watch?v=z1UREKcxXuk"
27  ],
28  "data_date": "2023-05-18T21:05:33"
29}

Machine Specs

If you are not scraping for too many comments, 256MB machine configuration should be okay, although slow.

Developer
Maintained by Community
Actor metrics
  • 29 monthly users
  • 3 stars
  • 99.7% runs succeeded
  • Created in Apr 2023
  • Modified 20 days ago