powered by
The Genius API lets you search hosted content (all songs). Use search_song() to return song_id, song_name, lyrics_url and artist_id for all unique song matches found using a search term.
search_song()
song_id
song_name
lyrics_url
artist_id
search_song(search_term, n_results = 10, access_token = genius_token())
a tibble
A character string to search for
Maximum no. of search results to return
Genius' client access token, defaults to genius_token
genius_token
Other search: search_artist(), search_genius()
search_artist()
search_genius()
if (FALSE) { search_song(search_term = "Gucci", n_results = 50) }
Run the code above in your browser using DataLab