Books
Goodreads is a social cataloging website where users can track books, discover new titles, and connect with a community of readers.
import requests
url = "https://www.goodreads.com/search"
params = {
"q": "harry_potter",
"key": "YOUR_API_KEY"
}
response = requests.get(url, params=params)
print(response.json())Last 50 checks (10 min intervals)