Goodreads Scraper avatar
Goodreads Scraper

Pricing

$15.00/month + usage

Go to Store
Goodreads Scraper

Goodreads Scraper

Developed by

epctex

epctex

Maintained by Community

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.

0.0 (0)

Pricing

$15.00/month + usage

5

Total users

348

Monthly users

15

Runs succeeded

96%

Last modified

7 hours ago

You can access the Goodreads Scraper programmatically from your own applications by using the Apify API. You can also 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.

$echo '{
< "search": "harry potter",
< "startUrls": [
< "https://www.goodreads.com/search?q=game+of+thrones&qid=",
< "https://www.goodreads.com/book/show/59576065-acceptance",
< "https://www.goodreads.com/list/show/1362.Best_History_Books_",
< "https://www.goodreads.com/shelf/show/fiction",
< "https://www.goodreads.com/genres/business",
< "https://www.goodreads.com/author/list/1221698.Neil_Gaiman"
< ],
< "maxItems": 1,
< "endPage": 1,
< "extendOutputFunction": "($) => { return {} }",
< "customMapFunction": "(object) => { return {...object} }",
< "proxy": {
< "useApifyProxy": true,
< "apifyProxyGroups": [
< "RESIDENTIAL"
< ]
< }
<}' |
<apify 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

$npm i -g apify-cli
$apify login

Other API clients include: