# Searching for songs
`searchSongs()` will search YTMusic for song results.
```ts
ytmusic.searchSongs("Lilac").then(songs => {
console.log(songs)
})
```
See the [reference](../../references/ytmusic-methods/searchSongs.html) for information.