# Monitor Competitor Hiring Trends and Job Postings

**Use case:** 

Gain competitive intelligence by tracking new job postings from key competitors, revealing their growth areas and technology investments. This insight helps sha

## Input

```json
{
  "searchQueries": [
    "engineer",
    "developer",
    "scientist"
  ],
  "workplaceTypes": [
    "Remote",
    "Onsite",
    "Hybrid"
  ],
  "locations": [],
  "companyNames": [
    "Google",
    "Microsoft",
    "Amazon",
    "Meta"
  ],
  "salaryCurrency": "USD",
  "salaryFrequency": "",
  "minSalary": 80000,
  "onlyTransparentSalaries": false,
  "minYearsExperience": 0,
  "maxYearsExperience": 20,
  "sortBy": "default",
  "seniorityLevels": [
    "No Prior Experience Required",
    "Entry Level",
    "Mid Level",
    "Senior Level",
    "Director",
    "Executive"
  ],
  "commitmentTypes": [
    "Full Time",
    "Part Time",
    "Contract",
    "Internship",
    "Temporary",
    "Seasonal",
    "Volunteer"
  ],
  "dateFetchedPastNDays": 30,
  "maxItems": 3
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "string"
  },
  "seniorityLevel": {
    "label": "Seniority",
    "format": "string"
  },
  "commitment": {
    "label": "Commitment",
    "format": "string"
  },
  "salaryMin": {
    "label": "Min Salary",
    "format": "number"
  },
  "salaryMax": {
    "label": "Max Salary",
    "format": "number"
  },
  "applyUrl": {
    "label": "Apply",
    "format": "string"
  }
}
```

## About this Actor

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