PublicJobs.ie Scraper
Pricing
from $1.49 / 1,000 results
PublicJobs.ie Scraper
Scrape job listings from PublicJobs.ie — Ireland's official public sector recruitment platform. Supports keyword, county and category filters.
Pricing
from $1.49 / 1,000 results
Rating
0.0
(0)
Developer
Unfenced Group
Actor stats
1
Bookmarked
3
Total users
1
Monthly active users
9 days ago
Last modified
Categories
Share

Scrape structured job listings from PublicJobs.ie — Ireland. 2,000+ active listings. No API key required.
Why this scraper?
🏛️ Irish public sector — official source
PublicJobs.ie is operated by the Public Appointments Service, the authoritative source for Irish civil service and public sector vacancies.
🗂️ Category and county filtering
Filter listings by job category and county for targeted public sector monitoring.
📄 Full job descriptions
Enable fetchDetails to retrieve complete job descriptions in all three formats.
🔄 Repost detection
Cross-run deduplication with a 90-day TTL. Use skipReposts: true for new-only feeds.
🔗 Direct URL scraping
Supply specific PublicJobs.ie search URLs via startUrls.
⚙️ No API key required
Runs without any third-party credentials.
Input parameters
| Parameter | Type | Description | Default |
|---|---|---|---|
searchQuery | string | Job title, keyword, or skill to search for. | — |
county | string | County to filter by (Ireland-specific). Leave empty for all counties. | — |
category | string | Job category filter. Leave empty for all categories. | — |
vacancyType | string | Vacancy type filter (e.g. Open Competition, Confined Competition). | All |
maxResults | integer | Maximum number of results to return. | 5 |
fetchDetails | boolean | Fetch full job description from each listing detail page. Disable for faster list-only results. | true |
skipReposts | boolean | Skip listings already seen in previous runs (90-day deduplication window). | false |
daysOld | integer | Only return listings published within the last N days. | 1 |
startUrls | array | List of specific URLs to scrape. Bypasses the search input. | — |
Output schema
Each result contains the following fields.
Always present:
| Field | Type | Description |
|---|---|---|
id | string | Unique job listing ID from the source platform. |
url | string | Direct URL to the job listing. |
title | string | Job title as published. |
company | string | Employer / company name. |
location | string | Full location string as published. |
city | string | City of the work location. |
country | string | Country code (ISO 3166-1 alpha-2). |
contractType | string | Contract type (permanent, contract, temporary, etc.). |
workSchedule | string | Work schedule (full-time, part-time, etc.). |
salaryMin | number | Minimum salary (null if not published by employer). |
salaryMax | number | Maximum salary (null if not published by employer). |
salaryCurrency | string | ISO 4217 currency code (null if no salary published). |
salaryPeriod | string | Salary period: YEAR / MONTH / WEEK / DAY / HOUR. |
publishDate | string | Publication date (YYYY-MM-DD). |
publishDateISO | string | Publication date in ISO 8601 format. |
source | string | Source domain name. |
scrapedAt | string | ISO 8601 timestamp of when this item was scraped. |
contentHash | string | MD5 hash of key fields for change detection (16 chars). |
summary | string | Human-readable one-line summary of the listing. |
changeStatus | string | Change status: NEW / MODIFIED / UNCHANGED. |
isRepost | boolean | True if this listing was seen in a previous run (90-day window). |
originalPublishDate | string | Original publish date if this is a repost (null otherwise). |
originalUrl | string | Original URL if this is a repost (null otherwise). |
category | string | Job category (Administrative, Professional/Technical, etc.). |
county | string | County where the role is based. |
closingDate | string | Application closing date (ISO 8601). |
vacancyType | string | Vacancy type (Open Competition, Confined Competition, etc.). |
With fetchDetails: true (default):
| Field | Type | Description |
|---|---|---|
descriptionHtml | string | Full job description as raw HTML (null if fetchDetails is false). |
descriptionText | string | Full job description as plain text (null if fetchDetails is false). |
descriptionMarkdown | string | Full job description in Markdown format (null if fetchDetails is false). |
Example output record:
{"id": "123456","url": "https://www.publicjobs.ie/jobs/senior-developer/123456","title": "Administrative Officer","company": "Civil Service Commission","location": "Dublin","city": "Dublin","country": "IE","contractType": "Permanent","workSchedule": "Full-time","salaryMin": 45000,"salaryMax": 60750,"salaryCurrency": "EUR","salaryPeriod": "YEAR","publishDate": "2026-04-15","publishDateISO": "2026-04-15","source": "publicjobs.ie","scrapedAt": "2026-04-24T09:00:00.000Z","contentHash": "a3f1b2c4d5e67890","summary": "Administrative Officer · Civil Service Commission · Dublin","changeStatus": "NEW","isRepost": false,"originalPublishDate": null,"originalUrl": null,"category": null,"county": null,"closingDate": null,"vacancyType": null,"descriptionHtml": "<p>We are looking for an experienced professional to join our growing team...</p>","descriptionText": "We are looking for an experienced professional to join our growing team...","descriptionMarkdown": "We are looking for an experienced professional to join our growing team..."}
Examples
1 — Search for Administrative Officer roles in Dublin
{"searchQuery": "administrative officer","county": "Dublin","maxResults": 100}
2 — Filter by job category
{"category": "IT","maxResults": 200}
3 — Scrape a specific search page directly via startUrls
{"startUrls": [{"url": "https://www.publicjobs.ie/jobs?q=administrative+officer"}],"maxResults": 50}
4 — Daily feed — new listings only, past 24 hours, no reposts
{"searchQuery": "","fetchDetails": false,"daysOld": 1,"skipReposts": true,"maxResults": 1000}
💰 Pricing
$1.49 per 1,000 results — you only pay for successfully retrieved listings. Failed retries and filtered reposts are never charged.
| Results | Cost |
|---|---|
| 100 | ~$0.15 |
| 1,000 | ~$1.49 |
| 10,000 | ~$14.90 |
| 100,000 | ~$149.00 |
Flat-rate alternatives typically charge $29–$49/month regardless of usage.
Use the Max results cap in the input to control your spend exactly.
Performance
| Run size | Approx. time |
|---|---|
| 100 listings | ~2 min |
| 1,000 listings | ~15 min |
| 10,000 listings | ~2.5 hours |
Known limitations
- Scale: Exclusively Irish public sector roles — ~1,000–3,000 active listings at any time.
- Salary: Not published for most public sector roles;
salaryMinandsalaryMaxare typicallynull. - fetchDetails: Setting
fetchDetails: falsereturns list-page fields only.
Technical details
- Source: publicjobs.ie — Ireland's job market
- Memory: 256 MB
- Repost storage: KeyValueStore
publicjobs-ie-job-dedup, 90-day TTL - Retry: Automatic retry on network errors, exponential backoff, 3 attempts per request
Additional services
Need a custom actor, additional filters, scheduled runs, or integration support? Send an email to info@unfencedgroup.nl — we build on request.
Part of the Unfenced Group European job board scraper portfolio — 50+ job markets covered. Built by unfenced-group · Issues? Open a ticket or send a message.