# LinkedIn Job Listings in Major German Cities

**Use case:** 

Scrape LinkedIn job postings across Berlin, Munich, Hamburg, Frankfurt, Cologne, and more. Country-level input auto-expands to major German cities.

## Input

```json
{
  "startUrls": [],
  "directUrls": [],
  "searchQueries": [
    "Softwareentwickler"
  ],
  "searchQuery": "Software Engineer",
  "location": "Berlin",
  "country": "Germany",
  "datePosted": "any",
  "sortBy": "",
  "jobType": "",
  "experienceLevel": "",
  "remoteFilter": "",
  "maxResultsPerQuery": 200,
  "maxResults": 1000,
  "easyApply": false,
  "includeJobDetails": true,
  "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.