Skip to content

deconstructionalism/scrape-capterra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capterra Scraper Tool

This program can take a Capterra category result and extract all of the data from every platform reviewed within that result.

Dependencies

Installation

  1. make sure you have all the dependencies installed
  2. clone this repo
  3. cd into repo in your terminal
  4. run pip install -r requirements.txt

Usage

  1. use the Capterra site to select a category. Here is an example search result
  2. run ./scrape.py <category page path>. Do not close or otherwise interact with the Chrome windows that automatically opened
  3. once finished, the data will be saved in scraped_data/data.json
  4. logs of each run are created in logs/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages