# Evaluate HR Software Solutions: Features & Integrations

**Use case:** 

Collect detailed information on various HR software products, focusing on features like payroll, talent management, and HR analytics, along with their integrati

## Input

```json
{
  "mode": "bySearchQueries",
  "productUrls": [
    "https://www.capterra.com/p/135003/Slack/"
  ],
  "searchQueries": [
    "HR software",
    "payroll software",
    "applicant tracking system"
  ],
  "maxItems": 10
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "primaryCategory": {
    "label": "Primary category"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "vendorName": {
    "label": "Vendor name"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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