# Fintech Hiring Tracker - Plaid, Brex & Mercury Job Data

**Use case:** 

Who Plaid, Brex and Mercury are hiring right now, pulled from their ATS boards. Headcount and team growth signals for competitor and market analysts.

## Input

```json
{
  "companies": [
    "greenhouse:plaid",
    "ashby:brex",
    "ashby:mercury"
  ],
  "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.