# Jooble Jobs API - Search Job Postings Worldwide (`nabeelbaghoor/jooble-jobs-api`) Actor

Search the Jooble jobs API and export structured job postings from across the web - title, company, location, salary, job type, source, posting date and apply link. Filter by keyword, location, radius and salary. Pay per result. Bring your own API key.

- **URL**: https://apify.com/nabeelbaghoor/jooble-jobs-api.md
- **Developed by:** [Nabeel Hassan](https://apify.com/nabeelbaghoor) (community)
- **Categories:** Jobs, Developer tools, Lead generation
- **Stats:** 2 total users, 1 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$6.00 / 1,000 job results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js/docs.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/integrations/mcp.md).

If your project is in a different language, use 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

## Jooble Jobs API - search job postings worldwide

**Jooble Jobs API** turns the Jooble job search into a clean, structured dataset. Enter keywords and a location and get back matching postings from across the web - job title, company, location, salary, job type, source, posting date and a direct apply link - ready to export as JSON, CSV or Excel.

Bring your own Jooble API key (free for developers) and pay only for the results you keep.

### Why use this actor?

- **Worldwide job coverage** - Jooble aggregates listings from thousands of job boards, career pages and recruitment sites into one feed, across every country and industry.
- **Structured output** - title, company, location, salary, job type, source, posting date, description snippet and apply link, parsed into flat columns.
- **Precise filters** - keyword, location, search radius, minimum salary and company-name search.
- **Pay per result** - you are charged only for the jobs actually returned.
- **No proxies, no blocks** - data comes through a stable API, so runs are fast and reliable.

### Use cases

- **Job boards and aggregators** - keep listings fresh with real Jooble results from many sources.
- **Recruiting and sourcing** - see who is hiring for which roles, where, and at what pay.
- **Market and salary research** - track demand and compensation by role, city or country.
- **Lead generation** - a company that is hiring is a company that is buying.
- **Job alert automations** - schedule daily runs and push new matches to Slack, email or your ATS.

### Input

Configure everything from the visual editor - every filter is a proper field, no code needed. Example JSON input:

```json
{
  "keywords": "software engineer",
  "location": "New York",
  "radius": "40",
  "salary": 90000,
  "maxResults": 100,
  "apiKey": "YOUR_API_KEY"
}
````

### Output

One clean JSON object per job:

```json
{
  "job_title": "Senior Software Engineer",
  "company_name": "Acme Corp",
  "location": "New York, NY",
  "salary": "$150,000 - $210,000",
  "job_type": "Full-time",
  "source": "linkedin.com",
  "posted_at": "2026-07-22T09:00:00",
  "apply_link": "https://jooble.org/desc/1234567890",
  "description": "We are looking for a Senior Software Engineer...",
  "job_id": "1234567890"
}
```

### Do I need an API key?

Yes. This actor calls the Jooble jobs API on your behalf, which requires your own API key. Request a free key at jooble.org/api/about, paste it into the **API key** field, and run. Your key is stored securely and never logged.

### Pay per result

You pay only for the job listings the actor actually returns - no subscriptions, no minimums. Set **Maximum results** to cap each run's spend exactly.

### FAQ

#### What is the Jooble Jobs API?

The Jooble Jobs API is the official developer interface to Jooble, a global job search aggregator operating in dozens of countries. It returns job postings as structured data - title, company, location, salary, type, source, posting date and apply link - collected from thousands of job boards and career sites, so you can pull aggregated jobs without scraping each source.

#### Where does the data come from?

From Jooble, which aggregates job postings from job boards, company career pages, recruitment agencies and classifieds across the web. You get a deduplicated feed of listings matching your query and location.

#### What filters can I use?

Keywords, location, search radius in kilometers, minimum salary, and a company-name search mode that treats your keywords as an employer name instead of a job title.

#### How many results can I get per run?

As many as your search matches, collected page by page. Use **Maximum results** to set an exact cap. For very large pulls, split the search by location or role.

#### How much does it cost?

Pricing is pay-per-result: a small fixed amount for every job returned, plus standard Apify platform usage, plus your own Jooble API usage (billed by Jooble against your key). A run that returns nothing costs almost nothing.

#### Is salary always included?

No. Jooble shows salary only when the source listing provides it, so the salary field can be empty for some jobs. All available fields are passed through as-is.

#### Can I run this on a schedule?

Yes. Use Apify Schedules to run it hourly or daily and connect the dataset to Zapier, Make, n8n, webhooks or the API to pipe new jobs anywhere.

#### Is this legal?

The actor returns publicly available job postings through Jooble's official API using your own licensed API key. No login-walled or personal data is collected.

### Keyword map

jooble jobs api, jooble api, job aggregator api, global jobs api, job postings api, worldwide job search api, job listings api, jobs data api, job feed api, recruiting data api, salary data api, job search api.

### Support and feedback

Found an issue or missing a filter? Open an issue in the **Issues** tab - it is monitored daily.

# Actor input Schema

## `keywords` (type: `string`):

Search terms, e.g. `software engineer`, `truck driver`, `marketing manager`. Matches job title and description.

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

City, region or country to search around, e.g. `New York`, `London`, `Remote`. Leave empty to search broadly.

## `radius` (type: `string`):

Distance around the location to include, in kilometers. Use 0 for an exact-location match.

## `salary` (type: `integer`):

Lowest salary to include, in the local currency of the search location.

## `companysearch` (type: `boolean`):

Treat the keywords as a company name instead of a job title or description.

## `maxResults` (type: `integer`):

Stop after this many jobs. Results are collected in pages. You are charged per result returned.

## `resultOnPage` (type: `integer`):

How many jobs to request per page (advanced). Leave at the default unless tuning throughput.

## `apiKey` (type: `string`):

Your own Jooble API key. Required - the actor calls the jobs API on your behalf using this key. Get one free at jooble.org/api/about. Stored securely and never logged.

## Actor input object example

```json
{
  "keywords": "software engineer",
  "radius": "",
  "companysearch": false,
  "maxResults": 100,
  "resultOnPage": 20
}
```

# 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 = {
    "keywords": "software engineer",
    "maxResults": 100
};

// Run the Actor and wait for it to finish
const run = await client.actor("nabeelbaghoor/jooble-jobs-api").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 = {
    "keywords": "software engineer",
    "maxResults": 100,
}

# Run the Actor and wait for it to finish
run = client.actor("nabeelbaghoor/jooble-jobs-api").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "keywords": "software engineer",
  "maxResults": 100
}' |
apify call nabeelbaghoor/jooble-jobs-api --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=nabeelbaghoor/jooble-jobs-api",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Jooble Jobs API - Search Job Postings Worldwide",
        "description": "Search the Jooble jobs API and export structured job postings from across the web - title, company, location, salary, job type, source, posting date and apply link. Filter by keyword, location, radius and salary. Pay per result. Bring your own API key.",
        "version": "0.1",
        "x-build-id": "jlrYy1vY2wHqtE2UA"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/nabeelbaghoor~jooble-jobs-api/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-nabeelbaghoor-jooble-jobs-api",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/nabeelbaghoor~jooble-jobs-api/runs": {
            "post": {
                "operationId": "runs-sync-nabeelbaghoor-jooble-jobs-api",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/nabeelbaghoor~jooble-jobs-api/run-sync": {
            "post": {
                "operationId": "run-sync-nabeelbaghoor-jooble-jobs-api",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "keywords": {
                        "title": "Keywords",
                        "type": "string",
                        "description": "Search terms, e.g. `software engineer`, `truck driver`, `marketing manager`. Matches job title and description."
                    },
                    "location": {
                        "title": "Location",
                        "type": "string",
                        "description": "City, region or country to search around, e.g. `New York`, `London`, `Remote`. Leave empty to search broadly."
                    },
                    "radius": {
                        "title": "Search radius (km)",
                        "enum": [
                            "",
                            "0",
                            "4",
                            "8",
                            "16",
                            "26",
                            "40",
                            "80"
                        ],
                        "type": "string",
                        "description": "Distance around the location to include, in kilometers. Use 0 for an exact-location match.",
                        "default": ""
                    },
                    "salary": {
                        "title": "Minimum salary",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Lowest salary to include, in the local currency of the search location."
                    },
                    "companysearch": {
                        "title": "Search by company name",
                        "type": "boolean",
                        "description": "Treat the keywords as a company name instead of a job title or description.",
                        "default": false
                    },
                    "maxResults": {
                        "title": "Maximum results",
                        "minimum": 1,
                        "maximum": 5000,
                        "type": "integer",
                        "description": "Stop after this many jobs. Results are collected in pages. You are charged per result returned."
                    },
                    "resultOnPage": {
                        "title": "Results per page",
                        "minimum": 1,
                        "maximum": 100,
                        "type": "integer",
                        "description": "How many jobs to request per page (advanced). Leave at the default unless tuning throughput.",
                        "default": 20
                    },
                    "apiKey": {
                        "title": "API key",
                        "type": "string",
                        "description": "Your own Jooble API key. Required - the actor calls the jobs API on your behalf using this key. Get one free at jooble.org/api/about. Stored securely and never logged."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
