# Discover Visa Sponsorship Tech Jobs in Specific Locations

**Use case:** 

Assist international job seekers and immigration consultants by identifying tech jobs that explicitly offer visa sponsorship in target locations. This helps con

## Input

```json
{
  "searchQueries": [
    "software engineer",
    "data scientist",
    "devops engineer"
  ],
  "workplaceTypes": [
    "Remote",
    "Hybrid",
    "Onsite"
  ],
  "locations": [
    "London",
    "Berlin",
    "Toronto",
    "Sydney"
  ],
  "requirementsKeywordsQuery": "visa sponsorship",
  "salaryCurrency": "GBP",
  "salaryFrequency": "",
  "minSalary": 50000,
  "onlyTransparentSalaries": false,
  "minYearsExperience": 2,
  "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.