# Startup Jobs Feed Builder - Multi-Company ATS Aggregator

**Use case:** 

Live openings from fast-growing startups merged into one structured jobs feed for a job board or newsletter. Add or drop companies as you go.

## Input

```json
{
  "companies": [
    "lever:notion",
    "ashby:vercel",
    "greenhouse:figma",
    "ashby:linear"
  ],
  "ats": "",
  "maxItems": 0,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "ats": {
    "label": "ATS",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Multi-ATS Jobs Scraper (Greenhouse, Lever, Ashby)](https://apify.com/dami_studio/multi-ats-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dami_studio/multi-ats-jobs-scraper) to learn more, explore other use cases, and run it yourself.