Trustpilot Scraping

This project demonstrates how to scrape data from a Trustpilot company page using Node.js and Puppeteer. It serves as a short exercise to showcase the scraping process.

Getting Started

To run this project locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/EvaLa94/trustpilot-scraping
  1. Navigate to the project directory:
cd trustpilot-scraper
  1. Install the required dependencies:
npm install
  1. Run the scraper:
node index.js

Make sure to enter the URL of the Trustpilot company webpage you want to scrape when prompted.

  1. After the scraping process has finished, a csv file containing the trustpilot reviews will be generated.