Skip to content

rafaeor/simple-amazon-scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Site Screenshot Terminal Screenshot

Amazon Web Scraping

This is a web scraping project built with Express.js, Cheerio, and Axios. It allows you to search for a product on Amazon and retrieve the first page of search results.

Installation

  1. Clone the repository:

    bash git clone https://github.com/rafaeor/simple-amazon-scrape.git

  2. Navigate to the project directory:

    cd simple-amazon-scrape

  3. Install the dependencies:

    npm install

Usage

  1. Start the project:

    npm start

  2. Open your web browser and go to http://localhost:3000.

  3. Enter a product name in the input field and click the "Submit" button.

  4. The application will scrape the Amazon website for search results and display the first page of results.

Dependencies

The project relies on the following dependencies:

  • Express.js: A web application framework for Node.js.
  • Cheerio: A fast, flexible, and lean implementation of jQuery for server-side HTML parsing.
  • Axios: A Promise-based HTTP client for making HTTP requests.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

This is a simple web-scraper using express, cheerio and axios

Resources

License

Stars

Watchers

Forks

Contributors