Skip to content

A web app that scrapes the first page of search results on Amazon given a search keyword.

Notifications You must be signed in to change notification settings

NoelEmaas/amazon-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Scraper

A web app that scrapes the first page of search results on Amazon given a search keyword. It's built using Node, Express, Axios, and Cheerio for the backend, and Vanilla HTML, CSS, and JavaScript for the frontend.

How to run?

git clone https://github.com/NoelEmaas/amazon-scraper.git
cd amazon-scraper

To run the server:

cd server
npm install
npm run dev

To run the client:

  • You can run the client using live-server in vscode.

  • Or using http-server:

cd client
http-server .

Demo

ezgif com-video-to-gif

About

A web app that scrapes the first page of search results on Amazon given a search keyword.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published