# Company Jobs Scraper — Greenhouse & Lever

**Use case:** 

Scrape full job listings with descriptions from company ATS (Greenhouse, Lever, Ashby). Remote & onsite roles. Clean CSV.

## Input

```json
{
  "urls": [
    "greenhouse:stripe"
  ],
  "keywords": [
    "engineer",
    "remote"
  ],
  "maxJobsPerCompany": 100,
  "includeDescription": true
}
```

## Output

```json
{
  "platform": {
    "label": "Platform"
  },
  "company": {
    "label": "Company"
  },
  "title": {
    "label": "Title"
  },
  "location": {
    "label": "Location"
  },
  "department": {
    "label": "Department"
  },
  "employment_type": {
    "label": "Employment type"
  },
  "posted_at": {
    "label": "Posted at"
  },
  "apply_url": {
    "label": "Apply url"
  },
  "id": {
    "label": "Id"
  }
}
```

## About this Actor

This example demonstrates how to use [💼 Job Scraper — Greenhouse, Lever, Ashby & Workable](https://apify.com/inexhaustible_glass/job-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/inexhaustible_glass/job-scraper) to learn more, explore other use cases, and run it yourself.