# Marketing Jobs BambooHR Scraper

**Use case:** 

Scrape marketing job openings from a company BambooHR careers board with title, department, location and description.

## Input

```json
{
  "maxJobs": 50,
  "companies": [
    "neon"
  ],
  "withDetails": true,
  "searchQuery": "marketing"
}
```

## Output

```json
{
  "title": {
    "label": "Job Title"
  },
  "company": {
    "label": "Company"
  },
  "department": {
    "label": "Department"
  },
  "employmentType": {
    "label": "Type"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "country": {
    "label": "Country"
  },
  "postedDate": {
    "label": "Posted"
  },
  "jobOpeningStatus": {
    "label": "Status"
  },
  "applyUrl": {
    "label": "Apply URL"
  }
}
```

## About this Actor

This example demonstrates how to use [BambooHR Jobs & Careers Scraper](https://apify.com/scrapers_lat/bamboohr-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/bamboohr-jobs-scraper) to learn more, explore other use cases, and run it yourself.