# UX Designer Vacancies in Los Angeles

**Use case:** 

Search for UX designer job openings in Los Angeles.

## Input

```json
{
  "maxJobs": 10,
  "withDetails": true,
  "keywords": "UX designer",
  "location": "Los Angeles",
  "timePosted": "r2592000",
  "workplaceType": "",
  "experienceLevel": "",
  "jobType": "",
  "salaryRange": "",
  "easyApplyOnly": false,
  "sortBy": "R"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Logo",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Salary currency",
    "format": "text"
  },
  "salaryPeriod": {
    "label": "Salary period",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "text"
  },
  "postedText": {
    "label": "Posted (text)",
    "format": "text"
  },
  "postedTimeAgo": {
    "label": "Posted ago",
    "format": "text"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "companyLinkedinUrl": {
    "label": "Company LinkedIn URL",
    "format": "link"
  },
  "companySlug": {
    "label": "Company Slug",
    "format": "text"
  },
  "applyType": {
    "label": "Apply Type",
    "format": "text"
  },
  "benefits": {
    "label": "Benefits",
    "format": "text"
  },
  "activelyHiring": {
    "label": "Actively hiring",
    "format": "text"
  },
  "seniority": {
    "label": "Seniority",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "jobFunction": {
    "label": "Job Function",
    "format": "text"
  },
  "jobFunctions": {
    "label": "Job Functions",
    "format": "text"
  },
  "industries": {
    "label": "Industries",
    "format": "text"
  },
  "industriesList": {
    "label": "Industries list",
    "format": "text"
  },
  "applicants": {
    "label": "Applicants",
    "format": "text"
  },
  "applicantsCount": {
    "label": "Applicants count",
    "format": "number"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "descriptionHtml": {
    "label": "Description (HTML)",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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