# Monitor Amazon Jobs in USA

**Use case:** 

Track all current job openings at Amazon across the United States to understand their hiring patterns, popular roles, and regional expansion. Ideal for competit

## Input

```json
{
  "keyword": "software engineer",
  "location": "",
  "companyUrl": "https://www.glassdoor.com/Jobs/Amazon-Jobs-E6036.htm",
  "maxItems": 500,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "jobTitle": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary_median": {
    "label": "Salary (Median)",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "ageInDays": {
    "label": "Age (Days)",
    "format": "number"
  },
  "easyApply": {
    "label": "Easy Apply",
    "format": "text"
  },
  "jobUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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