# Amazon Employee Reviews Extractor

**Use case:** 

Extract up to 50 reviews of Amazon employees from Glassdoor. Get structured data including ratings, pros & cons, and job titles.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.glassdoor.com/Reviews/Amazon-Reviews-E6036.htm"
    }
  ],
  "maxNumberOfReviews": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "entity": {
    "label": "Company",
    "format": "object"
  },
  "reviews": {
    "label": "Reviews",
    "format": "array"
  }
}
```

## About this Actor

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