# Export bulk job postings for AI training or research

**Use case:** 

Export normalized job postings with full descriptions from four ATS platforms in one schema, ready for AI training data or labor market research.

## Input

```json
{
  "companies": [
    {
      "ats": "greenhouse",
      "slug": "stripe",
      "name": "Stripe"
    },
    {
      "ats": "lever",
      "slug": "ro",
      "name": "Ro"
    },
    {
      "ats": "ashby",
      "slug": "ramp",
      "name": "Ramp"
    },
    {
      "ats": "smartrecruiters",
      "slug": "BoschGroup",
      "name": "Bosch"
    }
  ],
  "deltaMode": false,
  "includeDescription": true,
  "filterKeywords": [],
  "filterScope": "title",
  "maxJobsPerCompany": 25
}
```

## Output

```json
{
  "delta_status": {
    "label": "Delta"
  },
  "ats": {
    "label": "ATS"
  },
  "company": {
    "label": "Company"
  },
  "title": {
    "label": "Title"
  },
  "locations": {
    "label": "Locations"
  },
  "department": {
    "label": "Department"
  },
  "remote": {
    "label": "Remote"
  },
  "posted_at": {
    "label": "Posted"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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