Amazon Books Data API
The Amazon Books Data API provides real-time access to a comprehensive catalog of books available for purchase on Amazon. Retrieve key details about each book, such as titles, authors, genres, descriptions, and other relevant metadata. Additionally, the API offers insights into users who have purchased these books, enabling you to analyze consumer behavior and trends. This API is ideal for…
Amazon Books Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| api | ||
| GET |
Books /api/books |
The books endpoint provides a general list of books. The primary feature of this endpoint is the **limit **parameter, which controls the number of results returned, aiding in… |
| GET |
Year of Publication /api/year_of_publication |
This endpoint allows users to discover books published in a specific year. Inputting the **year_of_publication **parameter will enable users to retrieve books from that… |
| GET |
Books Publisher /api/book_publisher |
Retrieve a list of books published by a specific publisher with the book_publisher endpoint. Users must provide the **publisher **parameter to search books from a specified… |
| GET |
Books Author /api/book_author |
This endpoint retrieves a list of books by a specified author. Users can input the **book_author **parameter to search for books from that particular author. The **limit… |
| GET |
Book Title /api/book_title |
This endpoint helps users find books based on their titles. By providing the **title **parameter, users can search for books containing specific words or phrases in their titles.… |
| GET |
Book ISBN /api/book_isbn |
The book_isbn endpoint allows users to obtain detailed information about a book using its International Standard Book Number (ISBN). Users must provide the **book_id **parameter.… |
| Other endpoints | ||
| GET |
Year of Publication /api/year_of_publication |
Year of Publication |
| GET |
Book ISBN /api/book_isbn |
Book ISBN |
| GET |
Books /api/books |
Books |
| GET |
Books Publisher /api/book_publisher |
Books Publisher |
| GET |
Book Title /api/book_title |
Book Title |
| GET |
Books Author /api/book_author |
Books Author |
Amazon Books Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $20 / month | — |
|
| MEGA | $50 / month | — |
|