# LinkedIn Jobs Scraper

**Use case:** 

Search LinkedIn job listings by keyword, location and filters. Export title, company, location, posting date, description and apply link.

## Input

```json
{
  "searchQuery": "Software Engineer",
  "location": "United States",
  "maxItems": 25,
  "datePosted": "pastWeek",
  "jobType": [],
  "experienceLevel": [],
  "workplaceType": [
    "remote"
  ],
  "easyApplyOnly": false,
  "sortBy": "recent",
  "scrapeJobDetails": true,
  "extractSkills": true,
  "includeBlockedJobs": false,
  "includeRawHtml": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "maxConcurrency": 10
}
```

## Output

```json
{
  "companyLogo": {
    "label": "Logo",
    "format": "image"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "link": {
    "label": "URL",
    "format": "link"
  },
  "id": {
    "label": "Job ID",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "applicants": {
    "label": "Applicants",
    "format": "number"
  },
  "workType": {
    "label": "Workplace",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "experienceLevel": {
    "label": "Level",
    "format": "text"
  },
  "jobFunction": {
    "label": "Function",
    "format": "text"
  },
  "industries": {
    "label": "Industries",
    "format": "text"
  },
  "companyLinkedInUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "companySlug": {
    "label": "Company Slug",
    "format": "text"
  },
  "salaryRaw": {
    "label": "Salary Raw",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "salaryPeriod": {
    "label": "Period",
    "format": "text"
  },
  "salaryIsEstimate": {
    "label": "Is Estimate",
    "format": "boolean"
  },
  "postedDateRaw": {
    "label": "Posted Date Raw",
    "format": "text"
  },
  "applicantsRaw": {
    "label": "Applicants Raw",
    "format": "text"
  },
  "descriptionText": {
    "label": "Description",
    "format": "text"
  },
  "descriptionLength": {
    "label": "Description Length",
    "format": "number"
  },
  "description": {
    "label": "Description HTML",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "benefits": {
    "label": "Benefits",
    "format": "array"
  },
  "searchQuery": {
    "label": "Search Query",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "isBlocked": {
    "label": "Is Blocked",
    "format": "boolean"
  },
  "blockReason": {
    "label": "Block Reason",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [💼 LinkedIn Jobs Scraper 🔓 No Cookie/Login Needed 📄 +Raw HTML](https://apify.com/parseforge/linkedin-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/linkedin-jobs-scraper) to learn more, explore other use cases, and run it yourself.