# Product Manager Jobs in NYC from Built In

**Use case:** 

Get up to 100 listings for product manager positions in New York City. Detailed data includes company, location, salary, and skills required.

## Input

```json
{
  "searchTitle": "product manager",
  "regions": [
    "New York"
  ],
  "remote": [],
  "experience": [],
  "companySizes": [],
  "categories": [],
  "daysSinceUpdated": "",
  "maxJobs": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "remoteType": {
    "label": "Remote",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "experienceLevel": {
    "label": "Experience",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "skills": {
    "label": "Skills"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "postedLabel": {
    "label": "Posted",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Built In Tech Jobs Scraper — Startup Jobs, No Login](https://apify.com/logiover/built-in-tech-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/built-in-tech-jobs-scraper) to learn more, explore other use cases, and run it yourself.