powered by
This function searches books on Goodreads.
search_goodreads( search_term, search_in = c("title", "author"), num_books = 10, sort_by = "ratings" )
A data frame of search results.
A search term string.
Where to search (e.g., "title", "author").
Number of books to return.
How to sort the results (e.g., "ratings", "published_year").
search_goodreads("parenting", search_in = "title", num_books = 2)
Run the code above in your browser using DataLab