# Remote easy apply hiring monitor

**Use case:** 

Monitor remote Easy Apply roles on Glassdoor with location, remote, Easy Apply, and max-result controls for recruiting analysis.

## Input

```json
{
  "query": "product manager",
  "location": "United States",
  "maxResults": 100,
  "datePosted": "14",
  "jobType": "",
  "remote": "true",
  "easyApply": "true"
}
```

## Output

```json
{
  "title": {
    "label": "Job Title"
  },
  "company": {
    "label": "Company"
  },
  "companyRating": {
    "label": "Rating",
    "format": "number"
  },
  "location": {
    "label": "Location"
  },
  "salary": {
    "label": "Salary"
  },
  "jobType": {
    "label": "Job Type"
  },
  "postedDate": {
    "label": "Posted"
  },
  "easyApply": {
    "label": "Easy Apply"
  },
  "jobUrl": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At"
  }
}
```

## About this Actor

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