# PeerSpot Software Reviews Scraper

**Use case:** 

Scrape public PeerSpot enterprise software reviews, ratings, pros, cons, and reviewer details.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.peerspot.com/products/slack-business-enterprise-reviews"
    }
  ],
  "maxReviews": 10,
  "maxProducts": 1
}
```

## Output

```json
{
  "productName": {
    "label": "Product"
  },
  "productRating": {
    "label": "Product rating",
    "format": "number"
  },
  "productReviewCount": {
    "label": "Review count",
    "format": "number"
  },
  "reviewTitle": {
    "label": "Review title"
  },
  "reviewText": {
    "label": "Review text"
  },
  "reviewRating": {
    "label": "Review rating",
    "format": "number"
  },
  "reviewDate": {
    "label": "Published"
  },
  "reviewerName": {
    "label": "Reviewer"
  },
  "reviewerJobTitle": {
    "label": "Role"
  },
  "reviewerCompany": {
    "label": "Company"
  },
  "reviewerIndustry": {
    "label": "Reviewer context"
  },
  "pros": {
    "label": "Pros"
  },
  "cons": {
    "label": "Cons"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [PeerSpot Enterprise Software Reviews Scraper](https://apify.com/automation-lab/peerspot-enterprise-software-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/peerspot-enterprise-software-reviews-scraper) to learn more, explore other use cases, and run it yourself.