Scrape YouTube videos and Shorts by hashtag - Extract comprehensive video data including titles, views, channel info, and more. Perfect for content analysis and market research.
For each video/Short, you'll get:
keywords
: Array of hashtags to scrape (without # symbol)maxItems
: Maximum number of items to scrape per hashtagproxyConfiguration
: Optional proxy settings for better success ratesNeed custom features or modifications? Feel free to reach out! 🚀
A full explanation of an input example in JSON.
1{ 2 "keywords": [ 3 "ai" 4 ], 5 "maxItems": 50 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 "keyword": "ai", 4 "scrapedAt": "2025-02-03T02:59:52.196Z", 5 "type": "shorts", 6 "content": { 7 "videoId": "dRPNp7mcAMI", 8 "url": "https://www.youtube.com/shorts/dRPNp7mcAMI", 9 "title": "ARE THEY ROBOTS OR REAL PEOPLE!!😳🤖 #shorts #ai #robot #scary #artificialintelligence", 10 "thumbnailUrl": "https://i.ytimg.com/vi/dRPNp7mcAMI/hqdefault.jpg?sqp=-oaymwFBCNACELwBSFryq4qpAzMIARUAAIhCGADYAQHiAQoIGBACGAY4AUAB8AEB-AG2CIACgA-KAgwIABABGGUgVyhKMA8=&rs=AOn4CLBbnkC3Xd2AMpKwS396JJMAdGn3kQ", 11 "channelInfo": { 12 "name": "Katie Feeney", 13 "url": "/channel/UC02rAIf5RYrww6AWhoI5S0w", 14 "isVerified": true, 15 "avatar": "https://yt3.ggpht.com/ct-IQJXuoCqL0PIm8LdWmKoAegezV2QWKoSo1h_aoGZ2VXQTbT7G-MMpsDjJf7GqyDX2D7ma_A=s68-c-k-c0x00ffffff-no-rj" 16 }, 17 "stats": { 18 "viewCount": "43,613,166 views", 19 "publishedTime": "1 year ago", 20 "duration": "9 seconds" 21 } 22 } 23 }, 24 ... 25]
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!