# Software Engineer Job Openings in New York

**Use case:** 

Find the latest software engineer job listings in New York from Greenhouse boards.

## Input

```json
{
  "maxJobs": 10,
  "withDescription": true,
  "boardTokens": [
    "stripe",
    "airbnb",
    "figma"
  ],
  "searchQuery": "software engineer",
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "departments": {
    "label": "Departments",
    "format": "array"
  },
  "offices": {
    "label": "Offices",
    "format": "array"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "firstPublished": {
    "label": "First Published",
    "format": "date"
  },
  "applicationDeadline": {
    "label": "Deadline",
    "format": "date"
  },
  "url": {
    "label": "Apply URL",
    "format": "link"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "internalJobId": {
    "label": "Internal Job ID",
    "format": "text"
  },
  "requisitionId": {
    "label": "Requisition ID",
    "format": "text"
  },
  "boardToken": {
    "label": "Board",
    "format": "text"
  },
  "language": {
    "label": "Posting language",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Salary currency",
    "format": "text"
  },
  "payRanges": {
    "label": "Pay ranges",
    "format": "array"
  },
  "content": {
    "label": "Description HTML",
    "format": "text"
  },
  "descriptionText": {
    "label": "Description Text",
    "format": "text"
  },
  "metadata": {
    "label": "Metadata",
    "format": "array"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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