# Scrape Senior Product Manager Jobs Delhi-NCR (25LPA+)

**Use case:** 

Monitor high-paying Senior Product Manager roles in Delhi-NCR with salaries exceeding 25 lakhs. This is essential for executive search firms and senior professi

## Input

```json
{
  "searchUrl": "https://www.naukri.com/python-developer-jobs-in-bangalore",
  "maxItems": 40,
  "keyword": "product manager",
  "location": "delhi-ncr",
  "experienceYears": 8,
  "salaryLakhs": "25+",
  "jobAge": "7",
  "sortBy": "relevance"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "experience": {
    "label": "Experience",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "postedDate": {
    "label": "Posted",
    "format": "string"
  },
  "url": {
    "label": "Listing",
    "format": "string"
  }
}
```

## About this Actor

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