# Scrape Data Scientist Job Listings

**Use case:** 

Scrape data scientist job listings from HiringCafe with company, location, salary and required skills. Export to CSV, JSON or Excel.

## Input

```json
{
  "searchQuery": "data scientist",
  "locations": [],
  "workplaceTypes": [],
  "commitmentTypes": [],
  "dateFetchedPastNDays": 121,
  "sortBy": "date",
  "transparentSalaryOnly": false,
  "salaryCurrency": "USD",
  "jobTitleQuery": "",
  "technologyKeywordsQuery": "",
  "requirementsKeywordsQuery": "",
  "companyNames": [],
  "excludedCompanyNames": [],
  "industries": [],
  "maxItems": 200,
  "startPage": 0,
  "useApifyProxy": false,
  "proxyGroups": [],
  "includeRawData": false
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "workplaceType": {
    "label": "Workplace Type",
    "format": "text"
  },
  "commitmentType": {
    "label": "Job Type",
    "format": "text"
  },
  "salaryIsTransparent": {
    "label": "Transparent Salary",
    "format": "boolean"
  },
  "yearlyMinSalary": {
    "label": "Min Salary (yr)",
    "format": "number"
  },
  "yearlyMaxSalary": {
    "label": "Max Salary (yr)",
    "format": "number"
  },
  "seniorityLevel": {
    "label": "Seniority",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published Date",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  }
}
```

## About this Actor

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