# LinkedIn Jobs Scraper for US Job Data

**Use case:** 

Scrape recent LinkedIn jobs in the United States with structured data including title, company, location, description, salary, apply URL, sector, work type, and

## Input

```json
{
  "title": "",
  "location": "United States",
  "geoId": "",
  "companyName": [],
  "companyId": [],
  "publishedAt": "r604800",
  "rows": 50,
  "includeJobDetails": false,
  "includeDescriptionHtml": true,
  "includePosterDetails": false,
  "includeCompanyNumericId": false,
  "workType": "",
  "jobType": "",
  "experienceLevel": "",
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "id": {
    "label": "Job ID",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published At",
    "format": "date"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "postedTime": {
    "label": "Posted",
    "format": "text"
  },
  "applicationsCount": {
    "label": "Applications",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "contractType": {
    "label": "Contract Type",
    "format": "text"
  },
  "experienceLevel": {
    "label": "Experience",
    "format": "text"
  },
  "workType": {
    "label": "Work Type",
    "format": "text"
  },
  "sector": {
    "label": "Sector",
    "format": "text"
  },
  "applyType": {
    "label": "Apply Type",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "companyId": {
    "label": "Company ID",
    "format": "text"
  },
  "companySlug": {
    "label": "Company Slug",
    "format": "text"
  },
  "companyLogo": {
    "label": "Company Logo",
    "format": "image"
  },
  "benefits": {
    "label": "Benefits",
    "format": "text"
  },
  "posterProfileUrl": {
    "label": "Poster Profile",
    "format": "link"
  },
  "posterFullName": {
    "label": "Poster Name",
    "format": "text"
  }
}
```

## About this Actor

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