# Find open design & UX roles at design-led companies

**Use case:** 

Every open design, product-design, and UX role across design-forward companies — structured, current, and ready for a spreadsheet.

## Input

```json
{
  "companies": [
    "figma.com",
    "notion.so",
    "linear.app"
  ],
  "titleKeywords": [
    "design",
    "designer",
    "ux",
    "user experience"
  ],
  "departmentKeywords": [],
  "remoteOnly": false,
  "includeDescription": false,
  "includeUnconfirmed": false,
  "onlyNewJobs": false,
  "monitorId": "default",
  "maxJobsPerCompany": 0,
  "maxJobs": 0,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "string"
  },
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "department": {
    "label": "Department",
    "format": "string"
  },
  "seniority": {
    "label": "Seniority",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "string"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "employmentType": {
    "label": "Type",
    "format": "string"
  },
  "url": {
    "label": "Apply link",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published",
    "format": "string"
  },
  "ats": {
    "label": "ATS",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Jobs Scraper — Greenhouse, Lever, Ashby, Workday + more](https://apify.com/kjel/company-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kjel/company-jobs-scraper) to learn more, explore other use cases, and run it yourself.