# Scrape Marketing Automation Software Reviews

**Use case:** 

Collect detailed customer reviews for leading marketing automation platforms to understand user sentiment and pain points. Leverage these insights to refine you

## Input

```json
{
  "action": "product_reviews",
  "startUrls": [
    {
      "url": "https://www.g2.com/products/hubspot-marketing-hub/reviews"
    },
    {
      "url": "https://www.g2.com/products/marketo-engage/reviews"
    },
    {
      "url": "https://www.g2.com/products/activecampaign/reviews"
    }
  ],
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## 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.