Extract and analyze tags from any YouTube video URL. Perfect for content creators, marketers, and researchers looking to optimize their YouTube SEO strategy and understand trending topics. Supports batch processing and multi-language tags. ๐ฏ๐
This powerful Actor extracts tags and keywords from any YouTube video URL. It helps content creators, marketers, and researchers understand video optimization and trending topics on YouTube.
The Actor provides a clean JSON structure for each video containing:
A full explanation of an input example in JSON.
1{ 2 "youtubeVideoUrls": [ 3 "https://www.youtube.com/watch?v=HV23VDFWC3o" 4 ] 5}
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 "youtubeVideoUrl": "https://www.youtube.com/watch?v=HV23VDFWC3o", 4 "tagsArray": [ 5 "dinosaurs", 6 "dinos", 7 "jurassic world", 8 "tyrannosaurus", 9 "rex", 10 "indominus", 11 "mosasaurus", 12 "Dilophosaurus", 13 "Velociraptor", 14 "jurassic world Squishy", 15 "punch box", 16 "dinosaur box", 17 "๊ณต๋ฃก", 18 "ํ์น ๋ฐ์ค", 19 "์ํ๋ผ์์ฆ ๋ฐ์ค", 20 "๊ณต๋ฃก ๋ฐ์ค", 21 "ํฐ๋ผ๋ ธ์ฌ์ฐ๋ฃจ์ค", 22 "๋ชจ์ฌ์ฌ์ฐ๋ฃจ์ค" 23 ], 24 "tagsText": "dinosaurs, dinos, jurassic world, tyrannosaurus, rex, indominus, mosasaurus, Dilophosaurus, Velociraptor, jurassic world Squishy, punch box, dinosaur box, ๊ณต๋ฃก, ํ์น ๋ฐ์ค, ์ํ๋ผ์์ฆ ๋ฐ์ค, ๊ณต๋ฃก ๋ฐ์ค, ํฐ๋ผ๋ ธ์ฌ์ฐ๋ฃจ์ค, ๋ชจ์ฌ์ฌ์ฐ๋ฃจ์ค" 25 } 26]
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!