# Find Senior Product Manager Jobs in London

**Use case:** 

Identify senior-level Product Manager roles in London to target experienced professionals or assess career progression opportunities. This task helps headhunter

## Input

```json
{
  "keyword": "senior product manager",
  "location": "London, England",
  "maxItems": 100,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "jobTitle": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary_median": {
    "label": "Salary (Median)",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "ageInDays": {
    "label": "Age (Days)",
    "format": "number"
  },
  "easyApply": {
    "label": "Easy Apply",
    "format": "text"
  },
  "jobUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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