# Find YC and Tier-1 Startup Roles on Wellfound

**Use case:** 

Returns job title, company, location, salary, equity, and description per role. Surface Y Combinator and tier-1 startup jobs, filter by funding signals, and tar

## Input

```json
{
  "roles": [
    "software-engineer"
  ],
  "locations": [
    "san-francisco"
  ],
  "maxResults": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company_name": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary_min": {
    "label": "Min Salary",
    "format": "text"
  },
  "salary_max": {
    "label": "Max Salary",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "text"
  },
  "posted_date": {
    "label": "Posted Date",
    "format": "text"
  },
  "job_url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Wellfound (AngelList) Scraper - Startup Jobs, Salary & Equity](https://apify.com/thirdwatch/wellfound-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/wellfound-jobs-scraper) to learn more, explore other use cases, and run it yourself.