search() - Methods
Search for a query in YouTube Music
Builder:
javascript
search(query, filter, option)
Parameters
Parameter | Type | Description | Optional |
---|---|---|---|
query | string | ex: "Hello Adele" | 𐄂 |
filter | AvailableTypes | ex: "SONG" (Check available types) | ✓ |
option | optionsType | You can change country code. This parameter can be used to get a more precise result depending on location demand | ✓ |
Return: promise<{ query: string; filter: AvailableTypes; content: Music[] | Artist[] | Playlist[]; }>