# Scrape startup jobs on Wellfound

**Use case:** 

Extract startup job listings from Wellfound (formerly AngelList Talent). Structured startup job data. Pay per result.

## Input

```json
{
  "searchQuery": "software-engineer",
  "company": "",
  "location": "",
  "remote": true,
  "maxResults": 5,
  "sortBy": "",
  "skipReposts": false,
  "startUrls": [],
  "fetchDetails": false
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "equityMin": {
    "label": "Equity Min%",
    "format": "number"
  },
  "equityMax": {
    "label": "Equity Max%",
    "format": "number"
  },
  "publishDateISO": {
    "label": "Published",
    "format": "date"
  },
  "isRepost": {
    "label": "Repost",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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