# Scrape Product Manager Jobs in New York

**Use case:** 

Extract up to 150 job listings for Product Managers in New York City from The Muse. Receive the data in CSV, JSON, or Excel format.

## Input

```json
{
  "searchKeyword": "Product Manager",
  "categories": [],
  "levels": [],
  "location": "New York City, NY",
  "maxJobs": 150,
  "maxPages": 100000
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "levels": {
    "label": "Seniority Levels",
    "format": "array"
  },
  "locations": {
    "label": "Locations",
    "format": "array"
  },
  "jobType": {
    "label": "Job Type",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [The Muse Jobs Scraper — themuse.com Jobs, No API Key](https://apify.com/logiover/the-muse-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/the-muse-jobs-scraper) to learn more, explore other use cases, and run it yourself.