Project Title: Scrape Softwares from Capterra.com

Project Description: Free Web Scraping – Web scraping is the process of collecting and parsing raw data from the Web, web scraping services

Go to this site https://www.capterra.com/categories

Get all category links into array:
Example: https://www.capterra.com/360-degree-feedback-software/

For-loop over category array, get all product links into array:
Example: https://www.capterra.com/p/212794/SurveyMonkey-Enterprise/

Remove duplicate product links, For-loop over all product links:

Extract these fields from the product page:
Scraped URL
Name
Average Star-Review Rating (out of 5)
Number Of Reviews
Company URL
Description
Deployments [ String Array ]
Categories [String Array]

Final result should output data to SQLLite file.

I’ve attached a screenshot of an example page that should be scraped with the fields to extract highlighted in red.

For similar work requirement feel free to email us on info@logicwis.com.