# Software Engineer Jobs in New York | Indeed Scraper

**Use case:** 

Scrape software engineer jobs in New York from indeed.com with salaries, company names, locations and full descriptions. Export to JSON, CSV or Excel.

## Input

```json
{
  "maxItems": 25,
  "withDetails": true,
  "keyword": "software engineer",
  "location": "New York",
  "country": "us",
  "sort": "relevance",
  "fromDays": "",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "array"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryPeriod": {
    "label": "Salary Period",
    "format": "text"
  },
  "companyRating": {
    "label": "Rating",
    "format": "number"
  },
  "companyReviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "relativeDate": {
    "label": "Posted",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted Date",
    "format": "date"
  },
  "easyApply": {
    "label": "Easy Apply",
    "format": "boolean"
  },
  "sponsored": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "snippet": {
    "label": "Snippet",
    "format": "text"
  },
  "benefits": {
    "label": "Benefits",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "jobKey": {
    "label": "Job Key",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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