Extract comprehensive book data from Goodreads search results. Get detailed information about books, authors, ratings, and more. Perfect for market research, data analysis, and building book recommendation systems. ππ
Scrape detailed book information from Goodreads search results. Perfect for book researchers, publishers, and data analysts who need comprehensive book data.
A full explanation of an input example in JSON.
1{ 2 "keywords": [ 3 "shaker" 4 ], 5 "maxItems": 50 6}
The results will be wrapped into a dataset which you can always find in theΒ StorageΒ tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "keyword": "shaker", 4 "title": "Shaker (Blackwings MC, #5)Teagan Brooks", 5 "url": "https://www.goodreads.com/book/show/43999679-shaker", 6 "author": { 7 "name": "Teagan Brooks", 8 "url": "https://www.goodreads.comhttps://www.goodreads.com/author/show/18042726.Teagan_Brooks", 9 "isGoodreadsAuthor": true 10 }, 11 "cover": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1550046473i/43999679._SY75_.jpg", 12 "rating": { 13 "average": 4.49, 14 "count": 3196 15 }, 16 "publishYear": 2019, 17 "editions": 5 18 }, 19 ... 20]
Here are some other useful actors for content and social media scraping:
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool β just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. Youβll be guided to input a search term and get structured results. No setup needed!