Skip to content

A script to scrape Amazon product listings from the page of search results for a given keyword.

Notifications You must be signed in to change notification settings

ennanuel/scraper-test-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scraper Test Project

Overview

Welcome to the Scraper Test Project! This Node.js-based service allows you to effortlessly scrape Amazon for the product you are searching for, providing you with quick and easy access to product information.

Features

  • Amazon Product Scraping: Utilize the power of web scraping to gather information about products on Amazon.
  • Search Functionality: Input the product you are looking for and let the scraper fetch the relevant details.
  • Product Details: Retrieve key information such as product name, price, customer reviews, and more.
  • User-Friendly Interface: A simple and intuitive interface to enhance the user experience.

Getting Started

Prerequisites

Make sure you have the following installed on your machine:

  • Node.js
  • npm (Node.js package manager)

Installation

  1. Clone the repository:

    git clone https://github.com/ennanuel/scraper-test-project.git
  2. Navigate to the project directory:

    cd scraper-test-project
  3. Install the required dependencies:

    npm install
  4. Create a .env file in the project root and set the PORT variable:

    PORT=3000

Usage

  1. Run the scraper with the following command:

    npm run dev
  2. Access the service locally at http://localhost:3000 (or the port specified in your .env file).

  3. Enter the product you want to search for when prompted.

  4. Sit back and relax while the scraper fetches the relevant product information from Amazon.

Contributing

Contributions are welcome! If you have ideas for improvements, feel free to submit a pull request.

Issues

If you encounter any issues or have suggestions, please open an issue on the issue tracker.

Happy scraping with Node.js!

About

A script to scrape Amazon product listings from the page of search results for a given keyword.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages