Goodreads Scraper
3 days trial then $15.00/month - No credit card required now
Goodreads Scraper
3 days trial then $15.00/month - No credit card required now
Scrape goodreads.com for data on millions of books. Crawl book details for images, ISBN, author, description, title, buy links, number of reviews, page number, language, and all other details. You can specify search terms, filters, and much more.
You can access the Goodreads Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "search": "harry potter",
3 "startUrls": [
4 "https://www.goodreads.com/search?q=game+of+thrones&qid=",
5 "https://www.goodreads.com/book/show/59576065-acceptance",
6 "https://www.goodreads.com/list/show/1362.Best_History_Books_",
7 "https://www.goodreads.com/shelf/show/fiction",
8 "https://www.goodreads.com/genres/business",
9 "https://www.goodreads.com/author/list/1221698.Neil_Gaiman"
10 ],
11 "maxItems": 1,
12 "endPage": 1,
13 "extendOutputFunction": "($) => { return {} }",
14 "customMapFunction": "(object) => { return {...object} }",
15 "proxy": {
16 "useApifyProxy": true,
17 "apifyProxyGroups": [
18 "RESIDENTIAL"
19 ]
20 }
21}' |
22apify call epctex/goodreads-scraper --silent --output-dataset
Goodreads Scraper 📚 API through CLI
The Apify CLI is the official tool that allows you to use Goodreads Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
Actor Metrics
6 monthly users
-
3 stars
>99% runs succeeded
Created in Mar 2021
Modified 17 hours ago