This Apify Actor performs a YouTube video search based on a given keyword or phrase, and extracts detailed metadata for each video found.
This Apify Actor performs a YouTube video search based on a given keyword or phrase, and extracts detailed metadata for each video found.
Results include video title, URL, thumbnail, channel name, duration, view count, publish time, interpolated timestamp, and a short description snippet.
Ideal for trend tracking, market research, content discovery, or monitoring topics of interest on YouTube.
Discover high-performing videos in your niche and understand viewer engagement and timing patterns. 🎯
Parameter | Type | Required | Description |
---|---|---|---|
query | string | ✅ | Search query to look for videos. Can be a keyword or phrase. |
resultsCount | number | ❌ | Maximum number of videos to extract. If not set, only a few of the first videos will be returned. |
timeWindow | number | ❌ | Time window in days to filter videos published in the last X days. |
sortByUploadDate | boolean | ❌ | Sort results by output date. |
1{ 2 "query": "Trump", 3 "resultsCount": 10, 4 "timeWindow": 3 5}
The actor returns an array of JSON objects representing individual YouTube videos with enriched metadata.
1[ 2 { 3 "id": "lawvcQd3syc", 4 "url": "https://www.youtube.com/watch?v=lawvcQd3syc", 5 "title": "Trump’s tariff triumph as a mind-blowing 50 world leaders beg to negotiate with the president", 6 "thumbnailUrl": "https://i.ytimg.com/vi/lawvcQd3syc/hq720.jpg", 7 "channelName": "Sky News Australia", 8 "length": 418, 9 "viewCount": 367429, 10 "publishedTimeText": "16 hours ago", 11 "interpolatedTimestamp": 1744000134634, 12 "descriptionSnippet": "Donald Trump's tariffs are causing mass hysteria across the globe..." 13 } 14]
📬 Need help or want to suggest a feature? Open an issue or contact us at scraper1one@gmail.com
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!