# Export Software Engineering Jobs in New York

**Use case:** 

Export recent Glassdoor software engineering jobs in New York with company, location, salary, rating, job URL, and source data fields.

## Input

```json
{
  "startUrls": [],
  "keyword": "software engineer",
  "location": "New York, NY",
  "country": "US",
  "daysOld": 7,
  "remoteOnly": false,
  "easyApplyOnly": false,
  "jobType": "all",
  "includeDetails": true,
  "maxItems": 5
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "companyRating": {
    "label": "Rating",
    "format": "number"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "easyApply": {
    "label": "Easy Apply",
    "format": "boolean"
  },
  "postedAge": {
    "label": "Posted",
    "format": "text"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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