# Jooble Scraper | Job Postings Worldwide (`parseforge/jooble-scraper`) Actor

Aggregate job listings from Jooble across countries and industries with title, company, location, salary, source site, posted date, and full description. Track hiring trends, source candidates, run recruiting analytics, or feed job boards with structured global postings.

- **URL**: https://apify.com/parseforge/jooble-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** Jobs, Lead generation
- **Stats:** 4 total users, 2 monthly users, 33.3% 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/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.

- **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 Banner](https://raw.githubusercontent.com/ParseForge/apify-assets/main/banner.jpg)

## 💼 Jooble Job Aggregator Scraper

> 🚀 **Pull aggregated job postings from thousands of sources in seconds.** Search any keyword across **70+ country domains** and get clean, structured records. No API key, no registration, no manual CSV wrangling.

The **Jooble Job Aggregator Scraper** turns Jooble search pages into structured JSON. Jooble pulls listings from Indeed, LinkedIn, ZipRecruiter, Monster, corporate career sites, and thousands of other employer feeds, then surfaces them in one place. Point this Actor at a keyword (or paste a Jooble search URL) and walk every result page automatically. Each record includes the canonical job URL, title, hiring company, location, salary, employment-type tags, posting age, and a description snippet, plus the tracking URL Jooble uses to send users to the original source.

The Actor handles **70+ country subdomains** (`jooble.org`, `uk.jooble.org`, `de.jooble.org`, `br.jooble.org`, and more), walks deep into each search via paginated `?p=N` URLs, deduplicates jobs by their stable Jooble ID, and clears Cloudflare via residential proxies. Output works directly in spreadsheets, BI tools, your data warehouse, or downstream HR pipelines. Use it to compare openings across feeds, track posting velocity by company, or feed candidate-matching engines a normalized job stream from a single endpoint.

| 🎯 Target Audience | 💡 Primary Use Cases |
|---|---|
| HR analytics teams, multi-platform job researchers, international recruiters, job market analysts, ATS and matching-engine builders, labor economists | Cross-platform job comparison, international job aggregation, posting trend analysis, candidate-feed enrichment, salary benchmarking, competitive hiring intelligence |

***

### 📋 What the Jooble Job Aggregator Scraper does

Five extraction modes from a single Actor:

- 🔎 **Keyword search.** Pass any role title or skill (`software engineer`, `pflegekraft`, `marketing manager`) and the Actor builds the matching Jooble search URL automatically.
- 🌍 **Country routing.** Choose from 70+ country hosts and the Actor switches subdomains, proxy geo, and result locale together.
- 🔗 **Custom search URLs.** Paste any fully formed Jooble search URL (filters, location codes, advanced parameters) and skip the keyword builder entirely.
- 📑 **Deep pagination.** Walk up to 50 result pages per search, picking up roughly 25 jobs per page until coverage saturates or `maxItems` is reached.
- 🧱 **Stable job IDs.** Each posting is keyed by its canonical Jooble ID, so re-runs deduplicate cleanly across daily snapshots.

Each record carries a Jooble job ID, the hiring company, the geographic location, salary range when present, posting age, employment-type tags (full time, remote, work at office, visa sponsorship, flexible hours, and more), a multi-sentence description snippet, the canonical Jooble detail URL, and the tracking URL Jooble uses to redirect to the original employer feed.

> 💡 **Why it matters:** Jooble fans out to thousands of source sites, so one query reaches more openings than a single-feed scraper. Building this fan-out yourself means handling Cloudflare, rotating proxies, parsing changing layouts, and reconciling duplicates across feeds. This Actor returns clean JSON you can load straight into analysis or downstream matching.

***

### 🎬 Full Demo

*🚧 Coming soon: a 3-minute walkthrough from sign-up to a downloaded dataset.*

***

### 📊 Output

Each record is one Jooble posting. Download as CSV, Excel, JSON, or XML.

#### 🧾 Schema

| Field | Type | Example |
|---|---|---|
| 🆔 `jobId` | string | `"3178807170552278263"` |
| 📌 `title` | string | `"Lead Data Scientist"` |
| 🏢 `company` | string | `"MANTECH"` |
| 📍 `location` | string | null | `"Alexandria, VA"` |
| 💵 `salary` | string | null | `"$155.7k - $208.7k"` |
| 🏷️ `jobType` | string | null | `"Full time, Work at office"` |
| 📝 `snippet` | string | null | `"...is seeking a motivated, career..."` |
| 🕒 `datePosted` | string | `"1 day ago"` |
| 🔗 `url` | string | `"https://jooble.org/desc/3178807170552278263"` |
| 🔁 `trackingUrl` | string | `"https://jooble.org/away/3178807170552278263?..."` |
| 🔍 `searchUrl` | string | `"https://jooble.org/jobs-data-scientist"` |
| 🔎 `searchQuery` | string | null | `"data scientist"` |
| 🌍 `country` | string | `"us"` |
| 🕓 `scrapedAt` | ISO 8601 | `"2026-05-06T01:23:57.704Z"` |

#### 📦 Sample records

<details>
<summary><strong>📌 Typical record: defense contractor, full description, location, tags</strong></summary>

```json
{
    "jobId": "3178807170552278263",
    "title": "Lead Data Scientist",
    "company": "MANTECH",
    "location": "Alexandria, VA",
    "salary": null,
    "jobType": "Full time, Work at office",
    "snippet": "...MANTECH is seeking a motivated, career and customer-oriented Lead Data Scientist to join our Data and AI Practice ongoing engagement based out of Alexandria, VA. As a Lead Data Scientist, you will be responsible for...",
    "datePosted": "1 day ago",
    "url": "https://jooble.org/desc/3178807170552278263",
    "trackingUrl": "https://jooble.org/away/3178807170552278263?p=1&pos=1&rgn=-1&pageType=20&ckey=data+scientist&sid=...",
    "searchUrl": "https://jooble.org/jobs-data-scientist",
    "searchQuery": "data scientist",
    "country": "us",
    "scrapedAt": "2026-05-06T01:23:57.704Z"
}
```

</details>

<details>
<summary><strong>🌐 Edge case: remote role with hourly salary range and multiple tags</strong></summary>

```json
{
    "jobId": "6765059319359874576",
    "title": "Data Analyst Remote | Full Time Or Part Time | No Experience Required",
    "company": "Coating Concepts",
    "location": "Remote",
    "salary": "$53 - $66 per hour",
    "jobType": "Remote job, Full time, Part time, Work experience placement",
    "snippet": "...We are looking to hire a data analyst to join our data team. You will take responsibility for managing our master data set, developing reports, and troubleshooting data issues...",
    "datePosted": "more than 2 months ago",
    "url": "https://jooble.org/desc/6765059319359874576",
    "trackingUrl": "https://jooble.org/away/6765059319359874576?p=1&pos=4&rgn=-1&pageType=20&ckey=data+scientist&sid=...",
    "searchUrl": "https://jooble.org/jobs-data-scientist",
    "searchQuery": "data scientist",
    "country": "us",
    "scrapedAt": "2026-05-06T01:23:57.704Z"
}
```

</details>

<details>
<summary><strong>🪶 Sparse record: salary and tags absent on this card</strong></summary>

```json
{
    "jobId": "-7136710008021033820",
    "title": "Software Engineer - Radar Modeling and Simulation",
    "company": "Lockheed Martin",
    "location": "Camden, NJ",
    "salary": null,
    "jobType": null,
    "snippet": "...employees with the skills needed to create cutting-edge products & solutions that keep our users Ahead of Ready. Who You Are As a Software Engineer in the Radar Modeling and Simulation group, you will develop high performance C++ software...",
    "datePosted": "13 hours ago",
    "url": "https://jooble.org/desc/-7136710008021033820",
    "trackingUrl": "https://jooble.org/away/-7136710008021033820?p=1&pos=5&rgn=-1&pageType=20&ckey=software+engineer&sid=...",
    "searchUrl": "https://jooble.org/jobs-software-engineer",
    "searchQuery": "software engineer",
    "country": "us",
    "scrapedAt": "2026-05-06T01:27:40.261Z"
}
```

</details>

***

### ✨ Why choose this Actor

| | Capability |
|---|---|
| 🌍 | **70+ country hosts.** `us`, `uk`, `ca`, `au`, `de`, `fr`, `es`, `br`, `mx`, `in`, `jp`, `kr`, `za` and many more. Jooble's full international footprint, one input field. |
| 🔁 | **Aggregated coverage.** Jooble pulls from Indeed, LinkedIn, ZipRecruiter, Monster, and thousands of corporate career sites. One run spans every feed. |
| 🆔 | **Stable Jooble IDs.** Each record uses Jooble's canonical job ID, so daily snapshots deduplicate cleanly without fuzzy title matching. |
| 🛡️ | **Cloudflare handled.** Residential proxy plus realistic browser fingerprints clear the JS challenge automatically. No tuning required. |
| 📑 | **Deep pagination.** Walk up to 50 result pages per query (about 1,200 jobs per keyword) before saturation kicks in. |
| 🔗 | **Both URLs returned.** Canonical detail page for stable storage, plus the original tracking URL if you want to follow Jooble's exit redirect to the source feed. |
| 🚫 | **No authentication.** Public results only. No login, no cookie, no API key. |

> 📊 Jooble lists hundreds of thousands of vacancies per common role in the United States alone, with the same scale repeated across every country host. Multiplied across 70+ markets, that is the broadest single index of public job postings on the internet.

***

### 📈 How it compares to alternatives

| Approach | Cost | Coverage | Refresh | Filters | Setup |
|---|---|---|---|---|---|
| **⭐ Jooble Job Aggregator Scraper** *(this Actor)* | $5 free credit, then pay-per-use | 70+ country hosts, thousands of source feeds | **Live per run** | Keyword + country + custom URL | ⚡ 2 min |
| Single-source job scrapers | Per source, multiplied | One feed each | Live per run | Per-source filters | 🐌 Build N actors and merge |
| Paid live job APIs | High monthly retainers | Curated feeds | Real-time | API-bound | 💼 Contracts, quotas |
| Manual copy-paste | Free | Tiny sample | Whenever you do it | None | 🕒 Hours per query |
| Generic crawler frameworks | Engineering time | Hit-or-miss | Ad hoc | Custom | ⏳ Cloudflare tuning |

Pick this Actor when you want one endpoint that already fans out across feeds, ships structured fields, and skips the proxy and anti-bot work.

***

### 🚀 How to use

1. 📝 **Sign up.** [Create a free Apify account with $5 credit](https://console.apify.com/sign-up?fpr=vmoqkp) (takes 2 minutes).
2. 🌐 **Open the Actor.** Go to the Jooble Job Aggregator Scraper page on the Apify Store.
3. 🎯 **Set input.** Add a keyword (or paste a Jooble search URL), pick a country, and set `maxItems`.
4. 🚀 **Run it.** Click **Start** and let the Actor walk Jooble's result pages.
5. 📥 **Download.** Grab your dataset from the **Dataset** tab as CSV, Excel, JSON, or XML.

> ⏱️ Total time from signup to downloaded dataset: **3-5 minutes.** No coding required.

***

### 💼 Business use cases

<table>
<tr>
<td width="50%" valign="top">

#### 🧑‍💼 Talent & Recruiting

- Cross-feed candidate sourcing across Indeed, LinkedIn, and corporate sites in one query
- Geo-targeted talent maps for international hiring pushes
- Tracking competitor open roles by company name
- Building enriched feeds for ATS and matching engines

</td>
<td width="50%" valign="top">

#### 📊 HR & Workforce Analytics

- Posting velocity by company, role, and region
- Salary range distributions per market
- Remote-friendly versus on-site share over time
- Employment-type mix (contract, full time, part time)

</td>
</tr>
<tr>
<td width="50%" valign="top">

#### 📈 Investors & Analysts

- Hiring momentum as a leading indicator for company growth
- Sector-by-sector openings to spot expansion or contraction
- Cross-border job-mobility signals
- Workforce-trend dashboards for thesis work

</td>
<td width="50%" valign="top">

#### 📰 Researchers & Journalists

- Labor-market datasets for academic studies
- Tracking gig-economy and remote-work trends
- Investigative reporting on hiring practices
- Long-running snapshots of regional job availability

</td>
</tr>
</table>

***

### 🌟 Beyond business use cases

Data like this powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.

<table>
<tr>
<td width="50%">

#### 🎓 Research and academia

- Empirical datasets for papers, thesis work, and coursework
- Longitudinal studies tracking changes across snapshots
- Reproducible research with cited, versioned data pulls
- Classroom exercises on data analysis and ethical scraping

</td>
<td width="50%">

#### 🎨 Personal and creative

- Side projects, portfolio demos, and indie app launches
- Data visualizations, dashboards, and infographics
- Content research for bloggers, YouTubers, and podcasters
- Hobbyist collections and personal trackers

</td>
</tr>
<tr>
<td width="50%">

#### 🤝 Non-profit and civic

- Transparency reporting and accountability projects
- Advocacy campaigns backed by public-interest data
- Community-run databases for local issues
- Investigative journalism on public records

</td>
<td width="50%">

#### 🧪 Experimentation

- Prototype AI and machine-learning pipelines with real data
- Validate product-market hypotheses before engineering spend
- Train small domain-specific models on niche corpora
- Test dashboard concepts with live input

</td>
</tr>
</table>

***

### 🔌 Automating Jooble Job Aggregator Scraper

Control the scraper programmatically for scheduled runs and pipeline integrations:

- 🟢 **Node.js.** Install the `apify-client` NPM package.
- 🐍 **Python.** Use the `apify-client` PyPI package.
- 📚 See the [Apify API documentation](https://docs.apify.com/api/v2) for full details.

The [Apify Schedules feature](https://docs.apify.com/platform/schedules) lets you trigger this Actor on any cron interval. Hourly, daily, or weekly refreshes keep candidate feeds and labor-market dashboards in sync automatically.

***

### ❓ Frequently Asked Questions

<details>
<summary><b>💳 Do I need a paid Apify plan to run this Actor?</b></summary>

No. You can start right now on the free Apify plan, which includes **$5 in free monthly credit**. That is enough to run this Actor several times and explore the output before committing to anything. Paid plans unlock higher limits, more concurrent runs, and larger datasets. [Create a free Apify account here](https://console.apify.com/sign-up?fpr=vmoqkp) to get started.

</details>

<details>
<summary><b>🚨 What happens if my run fails or returns no results?</b></summary>

Failed runs are not charged. If Jooble changes its layout, proxies get rate-limited, or a specific keyword returns nothing in your chosen country, re-run the Actor or open our [contact form](https://tally.so/r/BzdKgA) and we will investigate. The run log in the Apify console explains why a run stopped.

</details>

<details>
<summary><b>📏 How many items can I scrape per run?</b></summary>

Free users are limited to **10 items per run** so you can preview the output and confirm the Actor works for your use case. Paid users can raise `maxItems` up to **1,000,000** per run. [Upgrade here](https://console.apify.com/sign-up?fpr=vmoqkp) if you need full scale.

</details>

<details>
<summary><b>🕒 How fresh is the data?</b></summary>

Every run fetches live results from Jooble at the moment of execution. There is no cache or delay: the records you get reflect what Jooble was returning at that moment. Schedule the Actor to maintain a rolling snapshot of postings per keyword and country.

</details>

<details>
<summary><b>🌍 Which countries are supported?</b></summary>

Over 70 country hosts: United States, United Kingdom, Canada, Australia, Germany, France, Spain, Italy, the Netherlands, Brazil, Mexico, India, Japan, South Korea, South Africa, the United Arab Emirates, Russia, and many more. Pass an ISO-style code in the `country` field, or paste a country-specific Jooble search URL into `searchUrls`.

</details>

<details>
<summary><b>🧑‍💻 Can I call this Actor from my own code?</b></summary>

Yes. Apify exposes every Actor as a REST endpoint and ships first-class SDKs for [Node.js](https://docs.apify.com/sdk/js) and [Python](https://docs.apify.com/sdk/python). You can start a run, read the dataset, and handle webhooks from your own app in a few lines. All you need is your Apify API token.

</details>

<details>
<summary><b>📤 How do I export the data?</b></summary>

Every Apify dataset can be downloaded in one click from the console as CSV, JSON, JSONL, Excel, HTML, XML, or RSS. You can also pull results programmatically via the [Apify API](https://docs.apify.com/api/v2) or stream them into BigQuery, S3, and other destinations through built-in integrations.

</details>

<details>
<summary><b>📅 Can I schedule the Actor to run automatically?</b></summary>

Yes. Use the Apify scheduler to run the Actor on any cadence, from hourly to monthly. Results are saved to your dataset and can be delivered to webhooks, email, Slack, cloud storage, or automation tools such as Zapier and Make.

</details>

<details>
<summary><b>💵 Can I commercially use the data?</b></summary>

The Actor extracts only public, anonymous job listings that any signed-out visitor can see. How you use that data depends on your jurisdiction, contracts you have with employers, and Jooble's terms of service. Check with your own legal team before commercial redistribution. The records themselves contain no personal data.

</details>

<details>
<summary><b>⚖️ Is scraping Jooble legal?</b></summary>

This Actor only collects publicly visible job postings, which courts in the United States and the European Union have generally treated as fair game for automated collection (see CFAA case law and Article 4 of the EU Database Directive). Always honor the source's terms of service and applicable data-protection rules in your country before redistributing or storing data at scale.

</details>

<details>
<summary><b>🧹 Why are some salary or tag fields `null`?</b></summary>

Jooble cards do not always show salary, employment type, or other tag chips. Some source feeds publish only title, company, location, and link. The Actor preserves whatever Jooble surfaces on the result card. To enrich a record further, follow the `url` field and pull the detail page yourself, or pair this Actor with our single-source scrapers.

</details>

<details>
<summary><b>🔁 What is the difference between `url` and `trackingUrl`?</b></summary>

`url` is the canonical Jooble detail page (`https://jooble.org/desc/<jobId>`). It is stable and good for storage and deduplication. `trackingUrl` is the original `/away/...` redirect that includes Jooble's analytics parameters and forwards to the original employer feed. Use `url` for your dataset, `trackingUrl` if you need to mirror Jooble's exit redirect behavior.

</details>

***

### 🔌 Integrate with any app

Jooble Job Aggregator Scraper connects to any cloud service via [Apify integrations](https://apify.com/integrations):

- [**Make**](https://docs.apify.com/platform/integrations/make) - Automate multi-step workflows
- [**Zapier**](https://docs.apify.com/platform/integrations/zapier) - Connect with 5,000+ apps
- [**Slack**](https://docs.apify.com/platform/integrations/slack) - Get run notifications in your channels
- [**Airbyte**](https://docs.apify.com/platform/integrations/airbyte) - Pipe job data into your warehouse
- [**GitHub**](https://docs.apify.com/platform/integrations/github) - Trigger runs from commits and releases
- [**Google Drive**](https://docs.apify.com/platform/integrations/drive) - Export datasets straight to Sheets

You can also use webhooks to trigger downstream actions when a run finishes. Push fresh job feeds into your ATS, or alert recruiters in Slack when new postings match a saved query.

***

### 🔗 Recommended Actors

- [**💼 LinkedIn Jobs Scraper**](https://apify.com/parseforge/linkedin-jobs-scraper) - Job postings from LinkedIn with company, location, and pay
- [**🔎 SimplyHired Scraper**](https://apify.com/parseforge/simplyhired-scraper) - Job listings from SimplyHired with structured fields
- [**🌏 SEEK Scraper**](https://apify.com/parseforge/seek-scraper) - Australian job listings and salary data from SEEK
- [**🇮🇳 Naukri.com Jobs Scraper**](https://apify.com/parseforge/naukri-com-scraper) - Job listings from India's largest job board
- [**🌱 Greenhouse Jobs Scraper**](https://apify.com/parseforge/greenhouse-jobs-scraper) - Open roles from any Greenhouse-powered career site

> 💡 **Pro Tip:** browse the complete [ParseForge collection](https://apify.com/parseforge) for more HR and labor-market scrapers.

***

**🆘 Need Help?** [**Open our contact form**](https://tally.so/r/BzdKgA) to request a new scraper, propose a custom data project, or report an issue.

***

> **⚠️ Disclaimer:** this Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Jooble or its operators. All trademarks mentioned are the property of their respective owners. Only publicly available data visible to any signed-out visitor is collected.

# Actor input Schema

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

Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000.

## `searchQueries` (type: `array`):

Keywords or job titles to search on Jooble. Each one is converted into a Jooble search URL (https://jooble.org/jobs-{slug}). The Actor visits each in sequence and aggregates jobs. Combine with country to localize.

## `country` (type: `string`):

Jooble country host. Each country has its own subdomain with locally-aggregated postings.

## `searchUrls` (type: `array`):

Optional: instead of letting the Actor build URLs from keywords, paste exact Jooble search URLs. Examples: https://jooble.org/jobs-remote, https://uk.jooble.org/jobs-data-engineer, https://de.jooble.org/jobs-pflegekraft. When provided, the Actor uses these instead of searchQueries + country.

## `maxPagesPerSearch` (type: `integer`):

How many result pages (about 25 jobs each) to walk per search URL. Increase for deeper coverage on a single keyword. Defaults to 5.

## `proxyConfiguration` (type: `object`):

Residential proxy is required for reliable Cloudflare bypass on Jooble. Country defaults match the country selector.

## Actor input object example

```json
{
  "maxItems": 10,
  "searchQueries": [
    "software engineer",
    "data scientist",
    "product manager",
    "designer",
    "marketing"
  ],
  "country": "us",
  "searchUrls": [],
  "maxPagesPerSearch": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

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

Table view with key job fields and links.

## `fullData` (type: `string`):

Complete dataset with all extracted fields.

# 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,
    "searchQueries": [
        "software engineer",
        "data scientist",
        "product manager",
        "designer",
        "marketing"
    ],
    "searchUrls": [],
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/jooble-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,
    "searchQueries": [
        "software engineer",
        "data scientist",
        "product manager",
        "designer",
        "marketing",
    ],
    "searchUrls": [],
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("parseforge/jooble-scraper").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 '{
  "maxItems": 10,
  "searchQueries": [
    "software engineer",
    "data scientist",
    "product manager",
    "designer",
    "marketing"
  ],
  "searchUrls": [],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call parseforge/jooble-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/cZRYSkThbKXnZUB1I/builds/1Va8zonSXvxWZFds3/openapi.json
