# Repvue Employee Reviews Extractor for Datadog

**Use case:** 

Extract detailed company reviews and employee ratings for Datadog from Repvue. Gain insights into compensation and workplace culture.

## Input

```json
{
  "urls": [
    "https://www.repvue.com/companies/Datadog/reviews"
  ],
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "company_name": {
    "label": "Company",
    "format": "text"
  },
  "company_repvue_score": {
    "label": "RepVue Score",
    "format": "text"
  },
  "company_average_rating": {
    "label": "Avg Rating",
    "format": "text"
  },
  "company_ratings_count": {
    "label": "Ratings",
    "format": "number"
  },
  "review_url": {
    "label": "Review URL",
    "format": "link"
  },
  "review_created_at": {
    "label": "Created At",
    "format": "date"
  },
  "reviewer_role_tag": {
    "label": "Role",
    "format": "text"
  },
  "reviewer_location_tag": {
    "label": "Location",
    "format": "text"
  },
  "rating_average_metric_rating": {
    "label": "Metric Rating",
    "format": "number"
  },
  "rating_user_status": {
    "label": "Status",
    "format": "text"
  },
  "rating_verified": {
    "label": "Verified",
    "format": "boolean"
  }
}
```

## About this Actor

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