muratsu / capterra-reviews

Scrape Capterra reviews and save them to a csv file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feel free to use this simple script to scrape Capterra reviews.

Run on Repl.it

Instructions to use

Say you want to scrape the reviews for boomi.

  1. Navigate to the boomi review page
  2. Copy the product id from url (5520 in boomi's case)
  3. On index.js assign the product id to the variable productId (line 50)
  4. Run node index.js and once completed results.csv will appear

About

Scrape Capterra reviews and save them to a csv file

License:MIT License


Languages

Language:JavaScript 100.0%