Scrape YouTube Shorts from any channel - Get video details including titles, views, URLs, and more. Perfect for content analysis, competitor research, and tracking short-form video performance.
Easily extract YouTube Shorts data from any channel. This actor helps you collect comprehensive information about short-form videos, enabling content analysis, competitor research, and performance tracking.
channelUrls
: Array of YouTube channel URLs to scrapemaxItems
: Maximum number of Shorts to collect per channelproxyConfiguration
: Optional proxy settings for reliable scrapingA full explanation of an input example in JSON.
1{ 2 "channelUrls": [ 3 "https://www.youtube.com/@nike" 4 ], 5 "maxItems": 100 6}
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "channelUrl": "https://www.youtube.com/@nike", 4 "scrapedAt": "2025-01-26T09:44:45.568Z", 5 "short": { 6 "id": "uhGs6qt0zzA", 7 "title": "Kids are the OG Runners. Slowing Down? Never. 💨", 8 "viewCountText": "1.2K views", 9 "shortsUrl": "https://www.youtube.com/shorts/uhGs6qt0zzA" 10 } 11 }, 12 ... 13]
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!