# Scrape new Greenhouse job postings

**Use case:** 

Export new Greenhouse ATS jobs for named companies: role, location, date, link. Hiring-signal lead feed, CSV/JSON export-ready.

## Input

```json
{
  "signalTypes": [
    "jobs"
  ],
  "lookbackDays": 7,
  "atsTargets": [
    "greenhouse:stripe",
    "greenhouse:airbnb"
  ],
  "includeAmendments": false,
  "excludeFunds": true,
  "fetchAmounts": true,
  "maxRecords": 25,
  "monitorMode": false,
  "alertOnNewSignal": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

## Output

```json
{
  "date": {
    "label": "Date",
    "format": "string"
  },
  "signal_type": {
    "label": "Signal",
    "format": "string"
  },
  "company_or_name": {
    "label": "Company / name",
    "format": "string"
  },
  "details": {
    "label": "Details",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "url": {
    "label": "Link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [GTM Trigger Feed — Funding, Licenses, Layoffs & Openings](https://apify.com/scrapersdelight/gtm-trigger-feed) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/gtm-trigger-feed) to learn more, explore other use cases, and run it yourself.