Get Products, Reviews, Statistics and Search results from Software Advice/Capterra. It's fast and costs little.
Get Categories
Returns Software Advice's categories hierarchy. Useful to identify which Category keyword to use.
Get Products
Returns all products for all categories up to the Maximum Input.
Setting high maximum values for the number of results and categories will trigger a very long job, likely to be blocked at some point.
In case that happens, use the From [i] Input to continue the process from where it stops (indicated in the logs as "[i] is..").
Get Products by Category
You must set a Category keyword. All products belonging to a Category with that keyword will be returned.
For example, if you set "accounting", the process will return products from Accounting Practice Management, Call Accounting, Nonprofit Accounting Software, etc.
Get Reviews
🛑 It is highly recommended to use your own cookies. Install any Cookie manager, then navigate to SoftwareAdvice and set the Input "Cookie" to the exported value. The LD_UserID cookie may also be enough: "LD_UserID={your_value}".
First, the process "Get Search Results" runs and takes the first result as input.
Returns customers' reviews for the given software.
** "Legacy" relies on the older SoftwareAdvice engine. You can still use it for data up to September 2024.
Get Statistics
First, the process "Get Search Results" runs and takes the first result as input.
Returns statistics about the software customers (industry/rating distribution).
Get Search Results
Returns search results from Software Advice database. This is useful to know which term comes first.
One product can be linked to multiple categories, leading to duplicates.
You can clean up the data with a simple filter() in your code (e.g., JS):
1result = result.filter((arr, index, self) => 2 index === self.findIndex((t) => (t.productUri === arr.productUri)));
Enter the Software name (Get Reviews, Get Statistics).
Select a process to run (e.g., Get Reviews).
Set optional Input values and crawler settings.
Run it! 🎉
Note: All processes return raw data.
Always use a proxy, and wait between requests!
Open a new issue or contact support.
Cheers!
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!