Skip to content

Getting Started

Robin Jr edited this page Sep 24, 2025 · 2 revisions

Installation

npm install ytsearch.js

Requires Node.js v14+. Supports both CommonJS and ESM.

Importing

CommonJS

const { searchYouTube, getPlaylistItems, getVideoDetails } = require('ytsearch.js');

ES Modules

import { searchYouTube, getPlaylistItems, getVideoDetails } from 'ytsearch.js';

Clone this wiki locally