# Product manager jobs at YC startups in SF

**Use case:** 

Scrape product manager job openings at Y Combinator startups based in San Francisco. Ideal for PM job seekers targeting funded startups.

## Input

```json
{
  "searchQuery": "product manager",
  "roleFilter": "product-manager",
  "locationFilter": "San Francisco",
  "maxResults": 50
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "ycBatch": {
    "label": "YC Batch",
    "format": "text"
  },
  "salaryRange": {
    "label": "Salary",
    "format": "text"
  },
  "equity": {
    "label": "Equity",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "jobType": {
    "label": "Type",
    "format": "text"
  },
  "roleCategory": {
    "label": "Role",
    "format": "text"
  },
  "experience": {
    "label": "Experience",
    "format": "text"
  },
  "visaSponsorship": {
    "label": "Visa",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "text"
  },
  "companyIndustry": {
    "label": "Industry",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply",
    "format": "link"
  }
}
```

## About this Actor

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