Booksamillion: Get Book Reviews
Booksamillion via Parse · ecommerce
Retrieves customer reviews for a book using its ISBN-13. Returns paginated review data from PowerReviews including average rating, review count, and individual reviews with ratings, comments, and reviewer info. The ISBN is obtainable from get_book_details results. API for extracting book data, bestsellers, reviews, and store locations from Books-A-Million (booksamillion.com). Fulfilled by Parse from booksamillion.com.
- booksamillion
- booksamillion-com
- ecommerce
- maps-geo
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/1d8eab97-d399-48dd-a9c5-1bc55a352b95/get_book_reviews
- Interface artifact
- sha256:55a29856c4543c10bf0d2d76adf897616f0bc5cee91392981e82251e5d75980c
- Manifest digest
- sha256:ec97d984074352ea1302fe2aea3dfdc0445176d54a2e6f01e3b53efd85aa84e8
Request fields
- from (integer): Starting index for pagination.
- isbn (string, required): ISBN-13 of the book. Obtainable from get_book_details results.
- limit (integer): Maximum number of reviews to return per page.
Example queries
- {"from":"0","isbn":"9798224254798","limit":"10"}