# Jobvite Jobs Scraper (`fetch_cat/jobvite-jobs-scraper`) Actor

Scrape public job postings from Jobvite-hosted career pages by company slug or URL.

- **URL**: https://apify.com/fetch\_cat/jobvite-jobs-scraper.md
- **Developed by:** [Hanna Nosova](https://apify.com/fetch_cat) (community)
- **Categories:** Jobs, Business, Lead generation
- **Stats:** 2 total users, 1 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.11 / 1,000 job listing saveds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

- **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 usage examples, see the [API](#api) section below.

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).

# README

## Jobvite Jobs Scraper

This jobs and recruiting data actor works with public Jobvite career pages. It exports structured Jobvite job postings from hosted ATS boards into datasets for recruiting intelligence, lead generation, and job-market analysis.

### Value proposition

Export structured recruiting data from public Jobvite boards without visiting each company page manually.

### What data can this actor extract

The actor extracts public job postings from Jobvite-hosted career pages such as `jobs.jobvite.com/careers/kymanox` and `jobs.jobvite.com/careers/gigamon`. It turns Jobvite recruiting pages into structured job datasets with fields such as `companySlug`, `jobTitle`, `category`, `locationText`, `employmentType`, `datePosted`, `jobUrl`, and `applyUrl`.

### Why use it

- **Jobvite-specific inputs:** enter company slugs or paste full Jobvite career URLs.
- **Detailed job records:** collect titles, categories, locations, descriptions, posted dates, employment type, job URLs, and apply links.
- **Fast listing mode:** turn off detail pages when you only need title/location/category rows.
- **Filtering:** use `query` or `keywords` to keep matching jobs.
- **Diagnostics:** invalid boards, empty boards, and detail-page failures are reported in logs and row warnings.

### Who is it for

Recruiting operations teams, sales and RevOps teams using hiring signals, job-board operators, labor-market analysts, and AI workflows that need current public Jobvite job postings data.

### Use cases

- Recruiters monitoring hiring activity on Jobvite boards.
- Sales and lead-generation teams tracking company growth signals.
- Job-market analysts building job datasets by ATS or company.
- AI agents that need current public Jobvite job data in CSV, JSON, or API form.

### Input settings

| Field | Type | Description |
| --- | --- | --- |
| `companySlugs` | array | Jobvite company slugs, for example `kymanox` or `gigamon`. |
| `startUrls` | array | Jobvite board URLs. URL variants and tracking parameters are normalized. |
| `maxItems` | integer | Maximum number of jobs to save. |
| `includeDetails` | boolean | Fetch job detail pages for descriptions, dates, employment type, and apply URLs. |
| `query` / `keywords` | string / array | Keep jobs where any keyword matches title, category, location, or description. |
| `requestDelaySecs` | number | Optional delay between requests. |
| `useApifyProxy` | boolean | Enable Apify Proxy if direct requests are blocked. |

### Ready-to-run examples

Open a public example to inspect its input, run it, or reuse it as a task:

- [Export Jobvite Jobs From a Board URL](https://apify.com/fetch_cat/jobvite-jobs-scraper/examples/export-jobvite-jobs-from-board-url)
- [Export Gigamon Engineering Jobvite Jobs](https://apify.com/fetch_cat/jobvite-jobs-scraper/examples/export-gigamon-engineering-jobvite-jobs)
- [Export Kymanox Jobvite Jobs](https://apify.com/fetch_cat/jobvite-jobs-scraper/examples/export-kymanox-jobvite-jobs)

Use these bounded recipes before increasing `maxItems`:

- **Single-board monitor:** `companySlugs: ["kymanox"]` with details enabled.
- **Jobvite jobs API workflow:** send the same JSON through the API examples below for scheduled exports.
- **Scrape Jobvite jobs by URL:** add a public hosted board to `startUrls` and set `includeDetails` to `false` for a quick listing-only export.

### Limits

This actor exports only public Jobvite-hosted career pages. Availability and fields vary by employer board; optional detail fields are preserved as null or row warnings when a public detail page does not provide them.

### Input example

```json
{
  "companySlugs": ["kymanox", "gigamon"],
  "maxItems": 10,
  "includeDetails": true,
  "requestDelaySecs": 0,
  "useApifyProxy": false
}
```

### Output example

```json
{
  "companySlug": "kymanox",
  "companyName": "Kymanox Careers",
  "jobId": "onryzfwF",
  "jobTitle": "Business Development Manager - Combination Products, Life Science",
  "category": "Business Development",
  "locationText": "United States",
  "employmentType": "Full-Time",
  "datePosted": "2026-07-01",
  "jobUrl": "https://jobs.jobvite.com/careers/kymanox/job/onryzfwF",
  "applyUrl": "https://app.jobvite.com/...",
  "detailStatus": "success",
  "warnings": []
}
```

### Output fields

| Field | Description |
| --- | --- |
| `companySlug`, `companyName` | Jobvite company identifier and page title/company name. |
| `sourceUrl`, `searchUrl` | Original input and normalized board URL. |
| `jobId`, `jobTitle`, `category` | Jobvite job ID, title, and department/category heading. |
| `locationText`, `city`, `region`, `country`, `isMultiLocation` | Raw and lightly parsed location fields. |
| `employmentType`, `datePosted` | Structured detail fields when available. |
| `descriptionText`, `descriptionHtml` | Detail-page job description. |
| `jobUrl`, `applyUrl` | Public detail page and apply link. |
| `scrapedAt`, `detailStatus`, `warnings` | Run timestamp and diagnostics. |

### Pricing

This actor uses pay-per-event pricing and charges only for saved Jobvite job listings. Current rates, plan tiers, and the exact charged events are shown on the [live Apify Pricing tab](https://apify.com/fetch_cat/jobvite-jobs-scraper/pricing). Keep `maxItems` low while testing a board, then increase it for a larger export.

### API usage

#### Node.js

```js
import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('fetch_cat/jobvite-jobs-scraper').call({
  companySlugs: ['kymanox'],
  maxItems: 10,
  includeDetails: true,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);
```

#### Python

```python
from apify_client import ApifyClient
import os

client = ApifyClient(os.environ['APIFY_TOKEN'])
run = client.actor('fetch_cat/jobvite-jobs-scraper').call(run_input={
    'companySlugs': ['kymanox'],
    'maxItems': 10,
    'includeDetails': True,
})
items = client.dataset(run['defaultDatasetId']).list_items().items
print(items)
```

#### cURL

```bash
curl -X POST "https://api.apify.com/v2/acts/fetch_cat~jobvite-jobs-scraper/runs?token=$APIFY_TOKEN" \
  -H 'Content-Type: application/json' \
  -d '{"companySlugs":["kymanox"],"maxItems":10,"includeDetails":true}'
```

### MCP and AI agents

Use this actor as an Apify MCP tool when an AI workflow needs current public Jobvite hiring data. Keep `maxItems` low for exploratory agent calls, then raise it for production exports.

Claude CLI add command:

```bash
claude mcp add apify -- npx -y @apify/actors-mcp-server --actors fetch_cat/jobvite-jobs-scraper
```

JSON config block:

```json
{
  "mcpServers": {
    "apify": {
      "command": "npx",
      "args": ["-y", "@apify/actors-mcp-server", "--actors", "fetch_cat/jobvite-jobs-scraper"]
    }
  }
}
```

Example prompts:

- "Find the latest public Kymanox jobs on Jobvite and return titles and locations."
- "Export up to 10 Gigamon engineering jobs from Jobvite with apply links."
- "Check this Jobvite board URL and summarize open sales roles."

### FAQ

**What data can I export with Jobvite Jobs Scraper?** Export public Jobvite job postings data including titles, departments, locations, job IDs, descriptions, posted dates when provided, employment type, job URLs, apply links, and row diagnostics.

**Can I run Jobvite Jobs Scraper through an API, schedule, or MCP client?** Yes. Use the API examples for scheduled exports or add the actor to an MCP client for agent workflows.

**How much does it cost to use Jobvite Jobs Scraper?** It is pay-per-event; see the [live Pricing tab](https://apify.com/fetch_cat/jobvite-jobs-scraper#pricing) for current rates and plan tiers.

**Can I scrape private application status pages?** No. This actor only collects public open-job metadata from Jobvite-hosted pages.

**Can I use full URLs instead of slugs?** Yes. Paste Jobvite board URLs in `startUrls`; the actor normalizes common URL variants.

**Why are some detail fields empty?** Some companies omit structured fields or detail pages can fail temporarily. The row is still saved with `detailStatus` and `warnings`.

### Related actors

- [Career Page Job Postings Scraper](https://apify.com/fetch_cat/career-page-job-postings-scraper)
- [Greenhouse Jobs Scraper](https://apify.com/fetch_cat/greenhouse-jobs-scraper)
- [Workable Jobs Scraper](https://apify.com/fetch_cat/workable-jobs-scraper)
- [LinkedIn Jobs Scraper](https://apify.com/fetch_cat/linkedin-jobs-scraper)
- [Indeed Jobs Scraper](https://apify.com/fetch_cat/indeed-jobs-scraper)

### Support

If you need help, open an Apify issue and include the run ID or run URL, your input JSON, the expected output, the actual output, and a reproducible public URL such as `https://jobs.jobvite.com/careers/kymanox`.

# Actor input Schema

## `companySlugs` (type: `array`):

Jobvite company slugs, e.g. kymanox or gigamon.

## `startUrls` (type: `array`):

Jobvite board URLs such as https://jobs.jobvite.com/careers/kymanox.

## `maxItems` (type: `integer`):

Maximum number of job rows to save.

## `includeDetails` (type: `boolean`):

Fetch each job detail page for description, posted date, employment type, and apply URL.

## `query` (type: `string`):

Optional keyword filter across title, category, location, and description.

## `keywords` (type: `array`):

Optional list of keywords. A job is kept if any keyword matches.

## `requestDelaySecs` (type: `number`):

Polite delay between requests.

## `useApifyProxy` (type: `boolean`):

Enable Apify Proxy if a company board blocks direct requests.

## Actor input object example

```json
{
  "companySlugs": [
    "kymanox",
    "gigamon"
  ],
  "startUrls": [
    {
      "url": "https://jobs.jobvite.com/careers/kymanox"
    }
  ],
  "maxItems": 10,
  "includeDetails": true,
  "requestDelaySecs": 0,
  "useApifyProxy": false
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "companySlugs": [
        "kymanox",
        "gigamon"
    ],
    "startUrls": [
        {
            "url": "https://jobs.jobvite.com/careers/kymanox"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("fetch_cat/jobvite-jobs-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "companySlugs": [
        "kymanox",
        "gigamon",
    ],
    "startUrls": [{ "url": "https://jobs.jobvite.com/careers/kymanox" }],
}

# Run the Actor and wait for it to finish
run = client.actor("fetch_cat/jobvite-jobs-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "companySlugs": [
    "kymanox",
    "gigamon"
  ],
  "startUrls": [
    {
      "url": "https://jobs.jobvite.com/careers/kymanox"
    }
  ]
}' |
apify call fetch_cat/jobvite-jobs-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,fetch_cat/jobvite-jobs-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/kJtIDRiFdDMfixRoc/builds/mhFWXwrAm96z6K0us/openapi.json
