# LinkedIn Jobs Bulk Scraper (Fast SERP-only Extraction)

**Use case:** 

Scrape thousands of LinkedIn job listings in minutes. SERP-only mode returns title, company, location, and posted date at 3-5× normal speed.

## Input

```json
{
  "startUrls": [],
  "directUrls": [],
  "searchQueries": [
    "Software Engineer"
  ],
  "searchQuery": "Software Engineer",
  "location": "Germany",
  "country": "",
  "datePosted": "any",
  "sortBy": "",
  "jobType": "",
  "experienceLevel": "",
  "remoteFilter": "",
  "maxResultsPerQuery": 500,
  "maxResults": 0,
  "easyApply": false,
  "includeJobDetails": false,
  "includeCompanyDetails": true
}
```

## Output

```json
{
  "company_logo_url": {
    "label": "Company Logo",
    "format": "string"
  },
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "company": {
    "label": "Company Name",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "remote_option": {
    "label": "Remote Option",
    "format": "string"
  },
  "employment_type": {
    "label": "Employment Type",
    "format": "string"
  },
  "salary_text": {
    "label": "Salary Text",
    "format": "string"
  },
  "posted_at": {
    "label": "Posted Date",
    "format": "string"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

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