# Scrape marketing jobs across Germany

**Use case:** 

Extract marketing job listings from LinkedIn in Germany with city-level search splitting for broader coverage. Get title, company, location, and job details.

## Input

```json
{
  "searchUrls": [
    "https://www.linkedin.com/jobs/search/?keywords=marketing&location=Germany"
  ],
  "maxJobs": 50,
  "includeCompanyDetails": true,
  "splitByCity": true,
  "splitCountryCode": "DE"
}
```

## Output

```json
{
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "seniority": {
    "label": "Seniority",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "string"
  },
  "applicants": {
    "label": "Applicants",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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