SEARCH, NEWS & MEDIA
Extract Goodreads Data
Book search — title, author, average rating, ratings count, and page count.
Ask AuraCrawl to look up books on Goodreads — "every book matching this query with author, average rating, ratings count, and cover." We read the auto-complete JSON surface, which stays reliable where the React search results page does not.
What a response looks like
REQUEST
ask“Tell AuraCrawl what you need from Goodreads in plain language — which entities, which fields, how often. That sentence is the spec.”
{
"title": "The Pragmatic Programmer",
"author": "Andy Hunt",
"avg_rating": 4.33,
"ratings_count": 39218,
"num_pages": 352,
"cover": "https://images.gr-assets.com/books/....jpg"
}
What you can extract
- Book title and author
- Average rating and ratings count
- Page count
- Cover image URL
- Goodreads book id and canonical URL
PIPELINE Goodreads' auto_complete endpoint returns clean JSON — an Open-tier target; the full SERP is gated and not used.
Related targets
Request Goodreads data.
Describe the fields, the volume, and the cadence. We scope the extraction and deliver a sample before you commit.