powered by
The Genius API lets you search hosted content (all songs). Use search_artist() to return artist_id, artist_name and artist_url for all unique artist matches found using a search term.
search_artist()
artist_id
artist_name
artist_url
search_artist(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_genius(), search_song()
search_genius()
search_song()
if (FALSE) { search_artist(search_term = "Lil", n_results = 20) }
Run the code above in your browser using DataLab