# Wellfound Software Engineer Jobs Scraper

**Use case:** 

Scrape Wellfound software engineer jobs with company names, roles and application links. Export clean structured listings for recruiting workflows.

## Input

```json
{
  "maxItems": 3,
  "searchUrls": [
    "https://wellfound.com/role/software-engineer"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "jobId": {
    "label": "Job Id",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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