# Product manager jobs in New York on BuiltIn

**Use case:** 

Extract product manager job listings in New York from BuiltIn.com. Perfect for PM job seekers and hiring teams tracking NYC tech market trends.

## Input

```json
{
  "keyword": "product manager",
  "location": "New York",
  "startUrl": "",
  "results_wanted": 100,
  "max_pages": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "workplace_type": {
    "label": "Workplace",
    "format": "text"
  },
  "salary_range_short": {
    "label": "Salary",
    "format": "text"
  },
  "seniority": {
    "label": "Seniority",
    "format": "text"
  },
  "date_posted": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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