# BambooHR Jobs Feed

**Use case:** 

Export live BambooHR postings from small and mid-size employer career pages: title, company, location, employment type, skills and the apply URL.

## Input

```json
{
  "keyword": "\"Data Engineer\" OR \"Machine Learning Engineer\"",
  "location": "\"United States\" OR \"United Kingdom\"",
  "timeFrame": "7d",
  "remoteOnly": false,
  "workArrangement": "",
  "employmentType": "",
  "experienceLevel": "",
  "atsSource": "bamboohr",
  "includeDescription": false,
  "maxResults": 25
}
```

## Output

```json
{
  "jobTitle": {
    "label": "💼 Title",
    "format": "text"
  },
  "organization": {
    "label": "🏛️ Company",
    "format": "text"
  },
  "url": {
    "label": "🔗 Posting",
    "format": "link"
  },
  "source": {
    "label": "🔌 ATS",
    "format": "text"
  },
  "datePosted": {
    "label": "📅 Posted",
    "format": "date"
  },
  "locationsDerived": {
    "label": "📍 Locations",
    "format": "array"
  },
  "aiWorkArrangement": {
    "label": "🏢 Arrangement",
    "format": "text"
  },
  "aiExperienceLevel": {
    "label": "🎓 Experience",
    "format": "text"
  },
  "aiSalaryMinValue": {
    "label": "💰 Min",
    "format": "number"
  },
  "aiSalaryMaxValue": {
    "label": "💰 Max",
    "format": "number"
  },
  "aiSalaryCurrency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "aiKeySkills": {
    "label": "🛠️ Skills",
    "format": "array"
  },
  "aiVisaSponsorship": {
    "label": "🛂 Visa",
    "format": "boolean"
  },
  "aiHiringManagerName": {
    "label": "👤 Hiring Mgr",
    "format": "text"
  },
  "aiHiringManagerEmail": {
    "label": "✉️ HM Email",
    "format": "text"
  },
  "status": {
    "label": "✅ Status",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Active Job Postings Scraper — Direct-from-Employer ATS Listings](https://apify.com/sian.agency/active-job-postings-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/active-job-postings-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/active-job-postings-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
