Goodreads Books Scraper avatar

Goodreads Books Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Goodreads Books Scraper

Goodreads Books Scraper

Extract detailed metadata from Goodreads for books, including the title, authors, average rating, total ratings count, ISBN number, and page count. Additionally, incorporate a search functionality to find specific titles or authors within the Goodreads database.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

4 days ago

Last modified

Share

Scrape Goodreads book metadata (title, authors, average rating, ratings count, ISBN, page count) + search.

Input

FieldTypeRequiredDefaultDescription
bookIdsarrayNoBook IDs from URL endings like '1934.Little_Women' or just '41733839'. Mix and match formats.
searchQueriesarrayNoFree-text searches; results are pushed as 'search_result' items.
searchLimitintegerNo10

Example input

{
"bookIds": [
"1934.Little_Women",
"41733839"
],
"searchQueries": [
"The Great Gatsby"
],
"searchLimit": 10
}

Output

The actor pushes items to the default dataset. Each item is a JSON object — the schema depends on the source platform but generally includes review text, ratings, authors, and dates following a consistent structure.