# Gather HR Software Competitor Data from G2

**Use case:** 

Collect detailed competitor profiles for leading HR management software solutions to inform your market entry or expansion strategy. Understand their strengths,

## Input

```json
{
  "action": "product_competitors",
  "startUrls": [
    {
      "url": "https://www.g2.com/products/workday-hcm/reviews"
    },
    {
      "url": "https://www.g2.com/products/sap-successfactors/reviews"
    },
    {
      "url": "https://www.g2.com/products/bamboohr/reviews"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "productName": {
    "label": "Product",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "authorName": {
    "label": "Author",
    "format": "string"
  },
  "reviewTitle": {
    "label": "Title",
    "format": "string"
  },
  "pros": {
    "label": "Pros",
    "format": "string"
  },
  "cons": {
    "label": "Cons",
    "format": "string"
  },
  "publishDate": {
    "label": "Date",
    "format": "string"
  }
}
```

## About this Actor

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