# Salesforce Glassdoor Reviews for Recruitment

**Use case:** 

Utilize Salesforce employee reviews to craft more compelling job descriptions and recruitment messaging. Understanding what current and former employees value (

## Input

```json
{
  "companyUrl": "https://www.glassdoor.com/Reviews/Salesforce-Reviews-E11160.htm",
  "maxItems": 150,
  "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.