# Find Remote Senior Software Engineer Jobs by Tech Stack

**Use case:** 

Recruit top-tier remote senior software engineers by filtering job postings based on specific technology requirements. This helps talent acquisition teams pinpo

## Input

```json
{
  "searchQueries": [
    "software engineer"
  ],
  "workplaceTypes": [
    "Remote"
  ],
  "locations": [],
  "technologyKeywordsQuery": "Python, Django, AWS, Kubernetes",
  "salaryCurrency": "USD",
  "salaryFrequency": "",
  "minSalary": 120000,
  "onlyTransparentSalaries": true,
  "minYearsExperience": 5,
  "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.