# Extract Amazon Employee Reviews for HR Insights

**Use case:** 

Gather comprehensive employee reviews from Amazon's Glassdoor profile to inform HR policy development and improve employee experience. Identify recurring themes

## Input

```json
{
  "companyUrl": "https://www.glassdoor.com/Reviews/Amazon-Reviews-E6036.htm",
  "maxItems": 500,
  "sort": "DATE"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "ratingOverall": {
    "label": "Rating",
    "format": "number"
  },
  "pros": {
    "label": "Pros",
    "format": "text"
  },
  "cons": {
    "label": "Cons",
    "format": "text"
  },
  "jobTitle": {
    "label": "Job Title",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "reviewDate": {
    "label": "Date",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  }
}
```

## About this Actor

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