# H-1B Visa Sponsor Tech Jobs Scraper (US, Indeed)

**Use case:** 

US tech postings that mention visa sponsorship, scraped from Indeed with company, location and apply link. A starting list for H-1B job seekers and recruiters.

## Input

```json
{
  "query": "software engineer visa sponsorship",
  "location": "United States",
  "country": "us",
  "maxItems": 250,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "postedText": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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