Get Youtube videos from multiple @channels in one fast run

Get Youtube videos from multiple @channels in one fast run

Get the videos id, title and links from a Youtube page. Multiple Youtube urls in one fast run.

SOCIAL_MEDIAVIDEOSApify

Youtube Channels

Description

Get the videos id, title and links from a Youtube page. Multiple Youtube urls in one run.

Input

Urls array input format : https://www.youtube.com/@page

Result

1[
2    {
3        "title": "Channel1 - YouTube",
4        "videos": [
5            {
6                "id": "RfTgYhUU791",
7                "url": "https://www.youtube.com/watch?v=RfTgYhUU791",
8                "title": "Video one of page"
9            },
10            {
11                "id": "RfTgYhUU792",
12                "url": "https://www.youtube.com/watch?v=RfTgYhUU792",
13                "title": "Video two of page"
14            },
15            {
16                "id": "RfTgYhUU793",
17                "url": "https://www.youtube.com/watch?v=RfTgYhUU793",
18                "title": "Video three of page"
19            },
20            {
21                "id": "RfTgYhUU794",
22                "url": "https://www.youtube.com/watch?v=RfTgYhUU794",
23                "title": "Video four of page"
24            },
25            
26            ...
27        ]
28    },
29    {
30        "title": "Channel2 - YouTube",
31        "videos": [
32            {
33                "id": "RfTgYhUU791",
34                "url": "https://www.youtube.com/watch?v=RfTgYhUU791",
35                "title": "Video one of page"
36            },
37            {
38                "id": "RfTgYhUU792",
39                "url": "https://www.youtube.com/watch?v=RfTgYhUU792",
40                "title": "Video two of page"
41            },
42            {
43                "id": "RfTgYhUU793",
44                "url": "https://www.youtube.com/watch?v=RfTgYhUU793",
45                "title": "Video three of page"
46            },
47            {
48                "id": "RfTgYhUU794",
49                "url": "https://www.youtube.com/watch?v=RfTgYhUU794",
50                "title": "Video four of page"
51            },
52            
53            ...
54        ]
55    }
56]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

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.

Do I need to code to use this scraper?

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.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

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!