Feel free to use this simple script to scrape Capterra reviews.
Say you want to scrape the reviews for boomi.
- Navigate to the
boomi
review page - Copy the product id from url (5520 in boomi's case)
- On index.js assign the product id to the variable
productId
(line 50) - Run
node index.js
and once completedresults.csv
will appear