# Job Postings from Greenhouse, Lever & Ashby

**Use case:** 

Aggregate open job positions from Greenhouse, Lever, and Ashby. Get structured data for title, location, department, and posting date.

## Input

```json
{
  "items": [
    "ashby:linear"
  ],
  "domains": [
    "figma.com",
    "datadoghq.com",
    "flosum.com"
  ],
  "maxConcurrency": 5
}
```

## Output

```json
{
  "input": {
    "label": "Query",
    "format": "text"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "provider": {
    "label": "ATS",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "title": {
    "label": "Role",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "text"
  },
  "resolvedVia": {
    "label": "Resolved via",
    "format": "text"
  },
  "attributionConfirmed": {
    "label": "Ownership confirmed",
    "format": "boolean"
  },
  "attributionNote": {
    "label": "Ownership evidence",
    "format": "text"
  },
  "resolutionStatus": {
    "label": "Domain resolution",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Job Postings Aggregator](https://apify.com/zinin/job-postings-aggregator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/job-postings-aggregator) to learn more, explore other use cases, and run it yourself.