# Product Manager Job Listings in London

**Use case:** 

Collect job listings for Product Managers in London. Get detailed data including titles, companies, locations, and application links for the last 30 days.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.linkedin.com/jobs/search?keywords=Full+Stack+Developer&location=United+States&f_TPR=r86400"
    }
  ],
  "keywordSearches": [
    {
      "keywords": "Product Manager",
      "location": "London, United Kingdom"
    }
  ],
  "datePosted": "last_30_days",
  "workplaceTypes": [
    "hybrid",
    "onsite"
  ],
  "easyApplyOnly": false,
  "excludePromoted": false,
  "maxJobsPerSearch": 40,
  "deduplicateJobs": true,
  "fetchCompanyDetails": false
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "companyName": {
    "label": "Company name"
  },
  "location": {
    "label": "Location"
  },
  "workplaceType": {
    "label": "Workplace type"
  },
  "salary": {
    "label": "Salary"
  },
  "postedAt": {
    "label": "Posted at"
  },
  "jobUrl": {
    "label": "Job url"
  }
}
```

## About this Actor

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