book-price-agent is an application that retrieves book information from 5 different stores based on a search query. It uses React for the client-side interface, a Node.js API for the backend, and Puppeteer for web scraping.
- Search for books across multiple online stores.
- Retrieve detailed book information, including title, author, price, and more.
- Responsive React frontend for a smooth user experience.
- Robust Node.js API for efficient data handling.
- Accurate and reliable web scraping using Puppeteer.
-
Search for Books
Enter a search query to look up books. The application fetches information from 5 different online stores. -
Retrieve Data
The React client sends a request to the Node.js API, which uses Puppeteer to scrape book information from the stores. -
Display Results
The React frontend displays the book information retrieved from the stores in a user-friendly format.
- Frontend: React
- Backend: Node.js
- Web Scraping: Puppeteer