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.
-
Clone the repository:
bash git clone https://github.com/rafaeor/simple-amazon-scrape.git
-
Navigate to the project directory:
cd simple-amazon-scrape
-
Install the dependencies:
npm install
-
Start the project:
npm start
-
Open your web browser and go to
http://localhost:3000. -
Enter a product name in the input field and click the "Submit" button.
-
The application will scrape the Amazon website for search results and display the first page of results.
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.
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.

