Capterra-scrapper avatar
Capterra-scrapper
Try for free

2 hours trial then $5.00/month - No credit card required now

View all Actors
Capterra-scrapper

Capterra-scrapper

jerinm/capterra-scrapper
Try for free

2 hours trial then $5.00/month - No credit card required now

Scrap reviews from Capterra. Just provide the URL and the maximum number of reviews to be scrapped

Capterra Company Reviews Scraper

Description

This Apify actor scrapes company reviews from Capterra, a popular software review platform. It extracts detailed information about each review, including pros, cons, reviewer details, and ratings.

Input

The actor accepts the following input parameters:

FieldTypeDescription
startUrlStringThe URL of the company's Capterra review page.
numReviewsIntegerThe number of reviews to be scraped from the Capterra page.

Example Input

1{
2  "startUrl": "https://www.capterra.in/reviews/141374/quickbooks-online?sort=most_recent",
3  "numReviews": 20
4}

Output

The actor outputs an array of objects, each representing a single review. The structure of each review object is as follows:

FieldTypeDescription
prosStringPositive aspects of the software mentioned by the reviewer.
consStringNegative aspects of the software mentioned by the reviewer.
commentsStringAdditional comments or feedback provided by the reviewer.
reviewerObjectDetails about the reviewer.
reviewer.nameStringName of the reviewer.
reviewer.titleStringTitle of the reviewer, including their role and organization size.
reviewer.industryStringIndustry the reviewer is involved in and duration of software usage.
reviewer.timeUsedStringDuration for which the reviewer has used the software.
reviewer.sourceStringSource from where the review was taken, if applicable.
reviewer.imageStringURL or path to the reviewer's image.
dateStringDate when the review was posted.
starRatingIntegerRating provided by the reviewer on a scale of 1-5.

Example Output

1[
2  {
3    "pros": "Great customer support and easy to use.",
4    "cons": "Steep learning curve for new users.",
5    "comments": "Overall, a great software for small businesses.",
6    "reviewer": {
7      "name": "Jane Doe",
8      "title": "Operations Manager, 11-50 Employees",
9      "industry": "Retail, Used the Software for: 1+ year",
10      "timeUsed": "Free Trial",
11      "source": "Direct Submission",
12      "image": "https://example.com/user.jpg"
13    },
14    "date": "3 weeks ago",
15    "starRating": 4
16  }
17]

Usage

To use this actor, you need to have an Apify account. You can run the actor from the Apify platform or via the Apify API.

For more information about Apify actors and how to use them, please refer to the Apify documentation.

Developer
Maintained by Community
Actor metrics
  • 5 monthly users
  • 3 stars
  • 100.0% runs succeeded
  • 1.9 days response time
  • Created in May 2024
  • Modified 17 days ago