# DiversityJobs Listings Scraper (`parseforge/diversityjobs-scraper`) Actor

Scrapes DiversityJobs job listings by keyword and location. Returns each listing as a flat row with title, employer, location, and description.

- **URL**: https://apify.com/parseforge/diversityjobs-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** Jobs, Automation
- **Stats:** 1 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $19.00 / 1,000 results

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

[![ParseForge](https://raw.githubusercontent.com/ParseForge/apify-assets/main/banner.jpg)](https://apify.com/parseforge?fpr=vmoqkp)

### DiversityJobs Listings Scraper

**Scrape DiversityJobs job listings by keyword and location, up to a million per run.** Every listing comes with its title, employer, location, and full description. No login or API key. Export to CSV, JSON, Excel, or XML.

DiversityJobs is a niche job board for diversity-focused employers, but browsing it manually means clicking through pages and copying listings one by one. This Actor reads the public search results directly, filtered by keyword and location, and returns each match in one fixed schema.

| Who uses it | What they scrape DiversityJobs for |
|---|---|
| Diversity recruiters | Which employers are actively posting diversity-focused roles |
| Job market analysts | How many diversity jobs are open in a given city or state |
| Competitive intelligence teams | What job titles and locations competitors are hiring for |
| Job board aggregators | Fresh DiversityJobs listings to feed their own search index |

### What it does

This Actor collects DiversityJobs job listings by keyword and location, and returns each one as a flat row.

- 🔍 **Keyword filter:** narrow results to a job title or skill, like "engineer" or "nurse".
- 📍 **Location filter:** target a city or state, like "Atlanta" or "Texas".
- 📊 **Flat output:** every listing is one row, ready for spreadsheets or databases.
- ⚡ **High volume:** collect up to a million listings in a single run.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

### What you can do with DiversityJobs data

**📈 Track diversity hiring trends.**

A market analyst runs the Actor weekly for "engineer" in "California" and charts how many diversity-focused engineering jobs are posted over time.

**🧲 Build a niche job feed.**

A job board aggregator pulls all DiversityJobs listings for "remote" and "nurse" and republishes them on their own site with attribution.

**🏢 Monitor competitor hiring.**

A competitive intelligence team scrapes listings for a specific employer name and location to see which roles they are filling.

**📋 Audit employer diversity postings.**

A diversity consultant collects all listings from a set of employers to verify they are posting on DiversityJobs as promised.

### Why choose this scraper

| | What you get |
|---|---|
| **No API key** | DiversityJobs has no public API, so this is the only automated way to get its listings |
| **Clean data** | Every row has the same fields, so you can merge runs without cleanup |
| **Scalable** | From a single search to a full market sweep, the same Actor handles it |

### How it compares

No other Store actor targets DiversityJobs the same way, so the honest comparison is with the alternatives teams actually weigh.

| | DiversityJobs Listings Scraper | Build it in-house | By hand |
|---|---|---|---|
| Setup | Run it now, zero config | Days of engineering | None, but hours per pull |
| When DiversityJobs changes | Maintained for you | You fix it | You re-learn the page |
| Proxies, retries, anti-bot | Built in | Your problem | Browser only |
| Output | Fixed JSON schema, CSV/Excel export | Whatever you build | Copy-paste |
| Cost | Pay per result | Engineering time | Analyst hours |

### Configure the run

Drive the Actor from a keyword and a location, alone or together, and filters run as each listing is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

```json
{
 "maxItems": 10
}
```

A larger pull:

```json
{
 "maxItems": 200
}
```

### Pricing

Pay-per-result: **$0.021 per result** collected. You pay only for the results written to your dataset.

| Results collected | Approximate cost |
|---|---|
| 100 results | $2.10 |
| 1,000 results | $21.00 |
| 10,000 results | $210.00 |

New Apify accounts start with $5 in free credit.

### Free users

Free-plan runs return up to 10 results as a preview. [Upgrade your Apify plan](https://console.apify.com/sign-up?fpr=vmoqkp) to collect up to 1,000,000 results per run.

### Run it

1. [Create a free Apify account with $5 in credit](https://console.apify.com/sign-up?fpr=vmoqkp).
2. Open the [DiversityJobs Listings Scraper](https://apify.com/parseforge/diversityjobs-scraper?fpr=vmoqkp).
3. Set your inputs and any filters, then click **Start**.
4. Export the results as CSV, Excel, JSON, or XML from the **Dataset** tab.

Run it programmatically through the [Apify API](https://docs.apify.com/api/v2) (`run-sync-get-dataset-items`) or the [ApifyClient](https://docs.apify.com/api/client/js) for JavaScript and Python.

### Use with AI agents (MCP)

Give an AI agent live access to DiversityJobs through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

```bash
claude mcp add --transport http apify "https://mcp.apify.com/?tools=parseforge/diversityjobs-scraper"
```

Then prompt it in plain language to run the scraper and read back the results.

### Troubleshooting

**Why am I getting no results?**

Your keyword or location may be too specific. Try a broader term, or leave both fields empty to collect the default search results.

**Why did the run stop before reaching maxItems?**

The Actor stops when there are no more listings matching your filters. If you expected more, check your keyword and location.

**Why are some listings missing fields?**

DiversityJobs sometimes leaves fields blank, like location for remote jobs. The Actor returns whatever the site provides.

**Can I get more than 1,000,000 listings?**

The maxItems limit is 1,000,000 per run. If you need more, split your search into multiple runs with different filters.

**Why is the run slow?**

The Actor respects the website's rate limits to avoid being blocked. If you need faster results, consider running multiple instances with different filters.

### FAQ

| Question | Answer |
|---|---|
| Do I need a DiversityJobs account or API key? | No. The Actor reads the public search pages, so no login or key is required. |
| Can I scrape all jobs on DiversityJobs? | Yes, if you leave both keyword and location empty, the Actor will collect listings from the default search, up to your maxItems limit. |
| How do I filter by job title? | Set the keyword input to the title or skill you want, like "engineer" or "data analyst". |
| How do I filter by location? | Set the location input to a city or state, like "Chicago" or "New York". |
| What does each row in the output contain? | Each row is one job listing with its title, employer, location, and full description, plus any other fields the site provides. |
| Can I export the results to Excel? | Yes, the Actor supports CSV, JSON, Excel, and XML exports. |
| How many listings can I get in one run? | You can set maxItems up to 1,000,000, but the actual number depends on how many listings match your filters. |
| Is this legal? | You should only scrape public data in accordance with the website's terms of service and applicable laws. Apify provides tools, but you are responsible for compliance. |
| Can I schedule this Actor to run daily? | Yes, you can set up a schedule in Apify to run it at any interval. |
| What if I get no results? | Check your keyword and location filters. Try broader terms or leave them empty to see all listings. |

### Related actors

Browse the full [ParseForge collection](https://apify.com/parseforge?fpr=vmoqkp) for more scrapers.

🆘 **Need help?** Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ **Disclaimer.** This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by DiversityJobs, LLC. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

# Actor input Schema

## `keyword` (type: `string`):

Keyword to filter jobs (e.g. "engineer")

## `location` (type: `string`):

City or state filter

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

How many job listings to collect per run.

## Actor input object example

```json
{
  "keyword": "",
  "location": "",
  "maxItems": 10
}
```

# Actor output Schema

## `results` (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 = {
    "maxItems": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/diversityjobs-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 = { "maxItems": 10 }

# Run the Actor and wait for it to finish
run = client.actor("parseforge/diversityjobs-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 '{
  "maxItems": 10
}' |
apify call parseforge/diversityjobs-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,parseforge/diversityjobs-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/ROaq2RWAjpze8nkyg/builds/Ghfq6nvenpFKNKAtb/openapi.json
