# Blind Employee Reviews Scraper

**Use case:** 

Extract anonymous Amazon employee reviews from Blind. Export ratings, pros, cons and free-text feedback for culture and sentiment analysis.

## Input

```json
{
  "mode": "companyReviews",
  "companySlug": "Amazon",
  "maxItems": 25,
  "region": "united-states"
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "mode": {
    "label": "Mode",
    "format": "text"
  },
  "jobTitle": {
    "label": "Job Title",
    "format": "text"
  },
  "overallRating": {
    "label": "Overall Rating",
    "format": "number"
  },
  "careerRating": {
    "label": "Career",
    "format": "number"
  },
  "balanceRating": {
    "label": "Balance",
    "format": "number"
  },
  "compensationRating": {
    "label": "Compensation",
    "format": "number"
  },
  "cultureRating": {
    "label": "Culture",
    "format": "number"
  },
  "managementRating": {
    "label": "Management",
    "format": "number"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "pros": {
    "label": "Pros",
    "format": "text"
  },
  "cons": {
    "label": "Cons",
    "format": "text"
  },
  "totalComp": {
    "label": "Total Comp",
    "format": "number"
  },
  "baseSalary": {
    "label": "Base Salary",
    "format": "number"
  },
  "bonus": {
    "label": "Bonus",
    "format": "number"
  },
  "equity": {
    "label": "Equity",
    "format": "number"
  },
  "level": {
    "label": "Level",
    "format": "text"
  },
  "yearsOfExperience": {
    "label": "YOE",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "workType": {
    "label": "Work Type",
    "format": "text"
  },
  "nickname": {
    "label": "Nickname",
    "format": "text"
  },
  "createdAt": {
    "label": "Created At",
    "format": "date"
  },
  "submittedAt": {
    "label": "Submitted At",
    "format": "date"
  },
  "helpfulCount": {
    "label": "Helpful",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Blind (by GuidePoint) Scraper](https://apify.com/parseforge/blind-by-guidepoint-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/blind-by-guidepoint-scraper) to learn more, explore other use cases, and run it yourself.