Books, book covers and related data
Open Library is an open, editable library catalog for books, offering free access to millions of titles.
import requests
url = "https://openlibrary.org/search.json"
params = {"q": "the lord of the rings"}
response = requests.get(url, params=params)
print(response.json())Last 50 checks (10 min intervals)