Skip to content

elviraIv/price-rover-web-scraping-app

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

PriceRover Web Scraping App

PriceRover helps you make informed purchasing decisions by automatically gathering and comparing prices across Amazon's vast marketplace.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Elevate each purchase into a savvy decision with PriceRover.


project

(back to top)

Built With

JavaScriptTypeScriptReactNextJsTailwindCSSMongoDB

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

npm install npm@latest -g

Installation

  1. Get a free API Key at https://brightdata.com
  2. Get a free API Key at https://www.mongodb.com/atlas
  3. Clone the repo
    git clone https://github.com/elviraIv/price-rover-web-scraping-app.git
  4. Install NPM packages
    npm install
  5. Enter your API in .env.local
    BRIGHT_DATA_USERNAME='ENTER YOUR BRIGHT_DATA USERNAME';
    BRIGHT_DATA_PASSWORD='ENTER YOUR BRIGHT_DATA PASSWORD';
    MONGODB_URI='ENTER YOUR MONGODB URI';

(back to top)

Usage

  1. Search for a specific product on Amazon.
  2. Copy the Amazon link and paste it in the PriceRover shown form.
  3. View Product's details, emphazing on price comparison.
  4. Track price movements by providing an email.
  5. Check your email for detailed information.

For more examples, please refer to the Documentation

(back to top)

Roadmap

  • Implement core features
  • Implement additional product information.
  • Implement alerts via email
  • Integration with other e-commerce platforms.

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

All contributions are welcome.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

elvira.n.ivanova@gmail.com

Project Link: https://price-rover-web-scraping-app.vercel.app/

(back to top)

Acknowledgments

  • This project is not affiliated with Amazon and is for educational and personal use only.
  • Thanks to the open-source community for providing valuable tools and libraries.

(back to top)