Skip to content

This application retrieves book prices 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.

Notifications You must be signed in to change notification settings

muratsercann/book-price-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

book-price-agent

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.

Features

  • 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.

How It Works

  1. Search for Books
    Enter a search query to look up books. The application fetches information from 5 different online stores.

  2. Retrieve Data
    The React client sends a request to the Node.js API, which uses Puppeteer to scrape book information from the stores.

  3. Display Results
    The React frontend displays the book information retrieved from the stores in a user-friendly format.

Technologies Used

  • Frontend: React
  • Backend: Node.js
  • Web Scraping: Puppeteer

Screenshot

image

About

This application retrieves book prices 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published