# Find HR Software Alternatives with Key Features

**Use case:** 

Scrape details for various HR management software to identify products matching specific feature and deployment requirements. Streamline your vendor selection p

## Input

```json
{
  "productUrls": [
    "https://www.capterra.com/p/181298/Workday-HCM/",
    "https://www.capterra.com/p/179245/BambooHR/",
    "https://www.capterra.com/p/146197/Gusto/",
    "https://www.capterra.com/p/133604/ADP-Workforce-Now/"
  ],
  "productUrl": "https://www.capterra.com/p/135003/Slack/",
  "startUrls": [
    {
      "url": "https://www.capterra.com/p/135003/Slack/"
    }
  ],
  "maxItems": 4
}
```

## Output

```json
{
  "recordType": {
    "label": "Record",
    "format": "string"
  },
  "name": {
    "label": "Product",
    "format": "string"
  },
  "vendorName": {
    "label": "Vendor",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "startingPrice": {
    "label": "Starting Price",
    "format": "string"
  },
  "primaryCategory": {
    "label": "Category",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "_reason": {
    "label": "Reason",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Capterra Software Scraper](https://apify.com/crawlerbros/capterra-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/capterra-scraper) to learn more, explore other use cases, and run it yourself.