ParseForge Scrapers

Jooble Job Postings Scraper

parseforge/jooble-scraper

JobsLead generation

Scrapes Jooble job postings from 70+ country subdomains by keyword, location, or direct URL. Returns each job as a flat row with title, company, location, salary, and description snippet.

Run this scraper See the API call
Total users
4
Monthly active
1
Total runs
108
Bookmarked
0
Rating
Not rated yet
Last modified
6 days ago

Overview

ParseForge

Jooble Job Postings Scraper

Scrape Jooble job postings across 70+ countries, from any keyword, location, or direct URL. Each job comes with its title, company, location, salary, and description snippet. No API key needed. Export to CSV, JSON, Excel, or XML.

Jooble aggregates millions of job postings from corporate sites, staffing agencies, and job boards worldwide, but browsing them manually across 70+ country subdomains is slow. This Actor reads the public search results directly, letting you pull targeted job listings by keyword, country, and location into a single structured dataset. It handles pagination, deduplication, and residential proxies so you get clean, complete results without building a custom scraper.

Who uses it What they scrape Jooble for
Recruiters and staffing agencies Monitor competitor job ads and identify companies with active hiring needs in a specific region.
Market researchers Track which skills and job titles are in demand across different countries and industries.
Job board operators Aggregate listings from Jooble to populate a niche job site or internal database.
Sales and business development teams Find companies that are expanding by tracking their new job postings in target markets.

What it does

This Actor collects Jooble job postings by keyword search or direct URL and returns each job as a flat row with its title, company, location, salary, and description snippet.

  • ๐ŸŒ 70+ country subdomains: Search any Jooble country site, from the US and UK to India, Brazil, and Japan, with results in the local language and currency.
  • ๐Ÿ”Ž Keyword and URL inputs: Feed it job titles or keywords, or paste exact Jooble search URLs you have already built.
  • ๐Ÿ“… Date filter: Limit results to jobs posted in the last 24 hours, 3 days, or 7 days.
  • ๐Ÿ’ฐ Salary floor: Only return jobs that pay above a minimum annual salary in the local currency.
  • ๐Ÿ“„ Deep pagination: Walk up to 50 pages of results per keyword to capture every matching posting.

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

What you can do with Jooble data

๐Ÿ“ˆ Track hiring trends by role and region.

A market analyst runs the Actor weekly with a list of tech job titles across five European countries to measure demand for AI skills over time.

๐Ÿข Build a lead list of growing companies.

A sales team scrapes Jooble daily for postings in their target industry and city, then cross-references the hiring companies with their CRM.

๐ŸŒ Populate a niche job board.

A developer runs the Actor with a set of healthcare keywords across all English-speaking countries and feeds the structured results into their own job search website.

๐Ÿ” Monitor competitor job ads.

A staffing agency scrapes Jooble for competitor postings in their metro area to see which clients are being targeted and at what pay rates.

Why choose this scraper

What you get
No API registration Reads public Jooble search pages directly, no app setup or OAuth tokens required.
Multi-country in one run Switch the country selector to pull jobs from any of 70+ Jooble subdomains without changing your code.
Deduplicated output When you run multiple overlapping keyword searches, the Actor aggregates results and removes duplicate job listings.
Residential proxies built in Uses Apify residential proxies by default to avoid blocks and ensure reliable access to Jooble.

How it compares

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

Jooble Job Postings Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When Jooble 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 keywords and locations, or paste fully-formed Jooble search URLs. Filters for date posted and minimum salary are applied as each page is read so only matching jobs reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

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

A larger pull:

{
  "maxItems": 200,
  "searchQueries": [
    "software engineer",
    "data scientist",
    "product manager",
    "designer",
    "marketing"
  ],
  "searchUrls": [],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}

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 to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Jooble Job Postings Scraper.
  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 (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

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

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

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

Troubleshooting

Why am I getting no results?

Check that your keywords match actual job titles on Jooble for the selected country. Try broadening the search, removing the location filter, or setting the date posted to "Any time".

The Actor returns fewer results than I see on the website.

Increase the Max pages per search setting. Jooble shows 20 jobs per page, so if you set it to 5 pages you will get at most 100 jobs per keyword. Also check that your date and salary filters are not too restrictive.

I get blocked or see empty pages.

Make sure residential proxies are enabled in the proxy configuration. If you are using your own proxies, switch to Apify residential proxies, which are preconfigured and tested against Jooble.

The location filter is not working as expected.

Enter the location name exactly as Jooble uses it. Try searching Jooble manually first to confirm the spelling. Some smaller towns may not be recognized; try the nearest major city instead.

My custom search URL returns nothing.

Open the URL in a private browser window to confirm it shows results. If the URL contains session tokens or expires, it will not work. Build a fresh search on Jooble and copy that URL.

FAQ

Question Answer
Do I need a Jooble API key? No. This Actor reads the public Jooble search pages directly, so you do not need to register an application or manage API credentials.
Can I scrape multiple countries in one run? The country selector sets one country per run. To scrape multiple countries, run the Actor once per country, or set up multiple tasks in Apify and run them in sequence.
How many job postings can I get? Paid users can scrape up to 1,000,000 postings per run. Free users are limited to a 10-item preview. The actual number depends on the keywords, location, and date filters you set.
What data fields does the Actor return? Each job row includes the title, company name, location, salary (if listed), a description snippet, the posting date, and the source URL on Jooble.
Can I filter by salary? Yes. Set a minimum annual salary in the local currency of the selected country, and the Actor will only return jobs that meet or exceed that threshold.
How do I search in a specific city? Use the Location field and type the city or region name exactly as Jooble spells it, for example "New York" or "London". Leave it empty to search the entire country.
Does this Actor handle pagination? Yes. It walks through result pages automatically. You control the depth with the Max pages per search setting, up to 50 pages per keyword.
What if I already have a Jooble search URL? Paste it into the Custom search URLs field. The Actor will scrape that exact URL instead of building one from your keywords and filters.
Why do I need residential proxies? Jooble may block datacenter IPs. Residential proxies make your requests appear as regular home users, which keeps the scraper running reliably.
Can I get the full job description? The Actor returns the description snippet shown on Jooble's search results page. The full description is on the original source site, which this Actor does not follow.

Related actors

Browse the full ParseForge collection 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 Jooble. 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.

Input

FieldTypeWhat it doesDefault
maxItems integer Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000. 10
searchQueries array Keywords or job titles to search on Jooble. Each one becomes its own Jooble search. The Actor walks them in order and aggregates unique jobs. ["software engineer","data scientist","p
location string City, state or region to search in, exactly as Jooble spells it (for example "New York", "Chicago", "London"). Leave empty to search the whole country. not set
country string (71 options) Jooble country host. Each country has its own subdomain with locally-aggregated postings. us
datePosted string (4 options) Only return jobs published within this window. Jooble supports last 1, 3 or 7 days. any
salaryMin integer Only return jobs paying at least this much per year, in the local currency of the selected country. Leave empty for no salary filter. not set
maxPagesPerSearch integer How many result pages (20 jobs each) to walk per keyword. Increase for deeper coverage on a single keyword. 5
searchUrls 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?ukw=data+engineer&rgns=London. When provided, these replace the keyword and filter settings above. []
proxyConfiguration object Residential proxy is required for reliable access to Jooble. The country defaults to the country selected above. {"useApifyProxy":true,"apifyProxyGroups"

Pricing

from $19.00 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.019 to $0.021

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~jooble-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Jooble Job Postings Scraper on Apify All scrapers