# Capterra Reviews Extraction for Concur Expense

**Use case:** 

Collect up to 200 reviews from Capterra for Concur Expense. Get detailed insights on ratings, reviewer details, pros, cons, and more.

## Input

```json
{
  "url": "https://www.capterra.com/p/380/Concur-Expense/",
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "review_id": {
    "label": "Review ID",
    "format": "text"
  },
  "product_name": {
    "label": "Product",
    "format": "text"
  },
  "review_title": {
    "label": "Title",
    "format": "text"
  },
  "review_date": {
    "label": "Date",
    "format": "text"
  },
  "overall_rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewer_name": {
    "label": "Reviewer",
    "format": "text"
  },
  "reviewer_industry": {
    "label": "Industry",
    "format": "text"
  },
  "reviewer_company_size": {
    "label": "Company Size",
    "format": "text"
  },
  "pros": {
    "label": "Pros",
    "format": "text"
  },
  "cons": {
    "label": "Cons",
    "format": "text"
  },
  "general_comments": {
    "label": "Comments",
    "format": "text"
  },
  "product_url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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