Book Recommender
Discover your next favorite book with our Book Recommendation API! This stateless API fetches dynamic recommendations from Google Books, offering suggestions by genre, author, or keyword. Not sure what to read? Use the random recommendation feature to explore something new. Perfect for book lovers, app developers, or websites looking to integrate book suggestions without maintaining a database.…
Book Recommender endpoints
| Method | Endpoint | Description |
|---|---|---|
| recommend | ||
| GET |
/recommend/random /recommend/random |
Fetch a random book recommendation dynamically from the Google Books API. |
| GET |
/recommend/author /recommend/author |
Fetch a list of recommended books written by the specified author dynamically from the Google Books API. |
| GET |
/recommend/genre /recommend/genre |
Fetch a list of recommended books for a given genre dynamically from the Google Books API. |
| GET |
/recommend/keyword /recommend/keyword |
Fetch a list of recommended books based on a given keyword or mood dynamically from the Google Books API. |
Book Recommender pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $8 / month | — |
|
| ULTRA | $20 / month | — |
|
| MEGA | $100 / month | — |
|