# Software Engineer Jobs NYC - Indeed, Google & More

**Use case:** 

Find software engineer jobs in New York across Indeed, Google Jobs, and ZipRecruiter. Compare fresh listings, salaries, companies, and locations.

## Input

```json
{
  "searchTerm": "software engineer",
  "location": "New York, NY",
  "jobBoards": [
    "indeed",
    "google",
    "zip_recruiter"
  ],
  "maxResultsPerSite": 50,
  "maxItems": 250,
  "jobType": "",
  "remoteOnly": false,
  "countryIndeed": "USA",
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "debugMode": false
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "jobBoard": {
    "label": "Board",
    "format": "text"
  },
  "jobType": {
    "label": "Type",
    "format": "text"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "datePosted": {
    "label": "Posted",
    "format": "text"
  },
  "jobUrl": {
    "label": "Link",
    "format": "link"
  },
  "searchTerm": {
    "label": "Search",
    "format": "text"
  }
}
```

## About this Actor

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