Socket
Book a DemoInstallSign in
Socket

youtube-keyword-extractor

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

youtube-keyword-extractor

**YouTube extract video tags without the need for the official YouTube API USING JAVASCRIPT**

1.0.5
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Youtube Keyword Extractor

YouTube extract video tags without the need for the official YouTube API USING JAVASCRIPT

Installation

npm install youtube-keyword-extractor

Video Tags

Example

const { getVideoTags } = require('youtube-keyword-extractor');
const url = "https://www.youtube.com/watch?v=J1cqaKDXY3w&ab_channel=NationalGeographic"; // Use https / http Links
const tags = getVideoTags(url).then(console.log);

Output of Example 1

national geographic, nat geo, natgeo, animals, wildlife, science, explore, discover, survival, nature, culture, documentary, perpetual planet nat geo, Wicked Tuna, Battle Line, Bluefin Season, New England’s best fisherman, New England, Best Fisherman, Pinwheel Fish Fight, Fish Fight, Hospitality, Belligerent fish, Tuna fishing, Bluefin tuna, Old fishing spot, Pinwheel, Old Fish, Fishing video, fishing, wicked tuna national geographic, wicket tuna clips, wicked tuna compilation

Channel Tags

Example

const { getChannelTags } = require('youtube-keyword-extractor');
const url = "https://www.youtube.com/@NatGeo"; // Use https / http Links
const tags = getChannelTags(url).then(console.log);

Output of Example

national, geographic, animal, earth, water, mountain, adventure, wild, attack, explorer, dog, whisperer, dogtown, cesar, milan

Inspired By YoutubeTags

FAQs

Package last updated on 10 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.