# Export remote software engineer jobs to CSV

**Use case:** 

Scrape remote software engineer jobs from BuiltIn: title, company, salary range, seniority, location, remote status, posted date and apply URL. No login.

## Input

```json
{
  "searchQueries": [
    "remote software engineer"
  ],
  "maxItems": 200,
  "fetchDetails": false,
  "onlyNewItems": false,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "debugDump": false
}
```

## Output

```json
{
  "title": {
    "label": "Job",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "primaryLocation": {
    "label": "Location",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "seniority": {
    "label": "Seniority",
    "format": "text"
  },
  "postedText": {
    "label": "Posted",
    "format": "text"
  },
  "easyApply": {
    "label": "Easy Apply",
    "format": "boolean"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "companyUrl": {
    "label": "Company",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [BuiltIn Jobs Scraper — Tech Jobs, Salaries & Companies](https://apify.com/scrapesage/builtin-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/builtin-jobs-scraper) to learn more, explore other use cases, and run it yourself.