# Scrape Job Boards: Start With LinkedIn Jobs

**Use case:** 

Returns title, company, location, salary, skills, description, experience level and job type from public LinkedIn listings. A cross-source starting point for sc

## Input

```json
{
  "queries": [
    "data scientist"
  ],
  "location": "",
  "country": "",
  "companyName": "",
  "maxResultsPerQuery": 10,
  "maxPages": 1,
  "scrapeMode": "standard",
  "datePosted": "",
  "jobType": "",
  "experienceLevel": "",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company_name": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary_raw": {
    "label": "Salary",
    "format": "text"
  },
  "experience_level": {
    "label": "Experience",
    "format": "text"
  },
  "job_type": {
    "label": "Job Type",
    "format": "text"
  },
  "posted_at": {
    "label": "Posted",
    "format": "text"
  },
  "apply_url": {
    "label": "Apply URL",
    "format": "link"
  }
}
```

## About this Actor

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