Irishjobs Jobs Search Scraper
Pricing
Pay per usage
Irishjobs Jobs Search Scraper
Scrape job listings from Irish Jobs (irishjobs.ie) with 30+ data fields including titles, company details, salary, location, and skill requirements. Perfect for recruiters, market researchers, and HR professionals analyzing the Irish job market.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Alex
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Irish Jobs Search Scraper: Extract Job Listings from Ireland's Top Job Board
What Is Irish Jobs?
Irish Jobs (irishjobs.ie) is Ireland's leading online job board, hosting thousands of active job postings across all sectors and experience levels. It connects employers with job seekers across the island of Ireland. Whether you're recruiting, researching market trends, or building a job aggregator, manually collecting this data from search results is tedious and error-prone. The Irish Jobs Search Scraper automates the entire process, extracting structured job data at scale.
Overview
The Irish Jobs Search Scraper collects job listings from Irish Jobs search results pages, converting raw web content into clean, structured datasets with 30+ fields per listing. It's ideal for:
- Recruitment agencies monitoring competitor postings and market activity
- HR analytics teams tracking salary trends and skill demand in Ireland
- Career platform developers aggregating Irish job data
- Market researchers analyzing employment patterns by sector and location
- Job board operators enriching their own platforms with Irish market data
The scraper is lightweight and efficient, with configurable item limits and built-in error handling to ensure reliable data collection even from large search result sets.
Input Format
The scraper accepts a simple JSON configuration:
{"urls": ["https://www.irishjobs.ie/jobs/education"],"ignore_url_failures": true,"max_items_per_url": 20}
| Field | Description |
|---|---|
urls | Array of Irish Jobs search result page URLs (e.g., category, keyword, location filtered pages) |
ignore_url_failures | If true, the scraper continues running even if some URLs fail to scrape |
max_items_per_url | Maximum number of job listings extracted per URL (default: 20) |
Tip: Use filtered search URLs (by education, location, salary range) to target specific job segments efficiently.
Output Format
Sample output
{"id": 107695839,"title": "Education Programme Manager","labels": [],"url": "/job/education-programme-manager/gilligan-black-recruitment-job107695839","company_id": 1457321,"company_name": "Gilligan Black Recruitment","company_url": "https://www.irishjobs.ie/jobs/gilligan-black-recruitment?cmpId=1457321&cmp=1","company_logo_url": "https://www.irishjobs.ie/CompanyLogos/987c14ec-8155-4eff-b34e-b8f39c003346.png","date_posted": "2026-07-15T14:57:14.8Z","location": "Dublin, County Dublin","is_anonymous": false,"salary": "€65,000 - €68,000 per annum","post_code": "","partnership": {"is_partnership_job": false,"show_partnership_label": false,"is_backfilled": false,"source_site_friendly_name": "","is_cross_posted": false},"unified_salary": null,"work_from_home": "","meta_data": {"position_on_page": 1,"position_absolute": 1},"harmonised_id": "a80ef49e-b9f1-4624-81fc-975ed9c9562e","job_posting_sequence": 1,"period_posted_date": "2026-07-15T14:57:14.8Z","publish_from_date": "2026-07-15T14:57:14.8Z","publish_to_date": "2026-08-14T22:00:00Z","has_future_posting": false,"fingerprint_count": 1,"section": "main","top_labels": [{"label": "NEW","type": "NEW"}],"skills": [],"text_snippet": "Programme Manager Executive <strong>Education</strong> Programme - This is an excellent opportunity to take ownership of a prestigious executive <strong>education</strong> programme, managing its successful delivery from planning through to graduation while ensuring an outstanding participant experience. Working closely with the Head of Learning & <strong>Education,</strong> you'll oversee the day-to-day management of a professional development programme. You'll have previous experience managing programmes, projects or operations, ideally within executive <strong>education,</strong> professional training, membership organisations, higher <strong>education</strong> or a similar environment. executive <strong>education</strong> programme schedules examinations Operations Management","cv_to_job_score": null,"is_highlighted": false,"is_sponsored": false,"travel_time": null,"unified_travel_time": null,"is_top_job": false,"is_traffic_from_partner": false,"from_url": "https://www.irishjobs.ie/jobs/education"}
Each job listing returns a rich record with 30+ fields covering identification, company info, dates, salary, location, skills, and listing features:
Job Identification & Core Details
| Field | Meaning |
|---|---|
id | Unique job listing identifier on Irish Jobs |
title | Official job title as displayed |
url | Direct URL to the full job posting |
labels | Categorical tags assigned to the listing |
top_labels | Top-priority category labels |
section | Main job section (e.g., Education, IT, Healthcare) |
text_snippet | Brief preview text from the job description |
Company Information
| Field | Meaning |
|---|---|
company_id | Unique identifier for the hiring company |
company_name | Official company or organization name |
company_url | Direct link to the company's website |
company_logo_url | URL to the company's logo image |
is_anonymous | Whether the company name is hidden from applicants |
Location & Work Arrangement
| Field | Meaning |
|---|---|
location | Primary job location (city, region, or area) |
post_code | Postal code or Eircode of the job location |
work_from_home | Indicates if remote work is offered (true/false or percentage) |
travel_time | Estimated commute time from a reference point |
unified_travel_time | Standardized travel time metric |
Compensation
| Field | Meaning |
|---|---|
salary | Raw salary information as displayed on the listing |
unified_salary | Normalized salary figure (standardized format for comparison) |
Dates & Availability
| Field | Meaning |
|---|---|
date_posted | When the listing was first published |
period_posted_date | Time period indicator for when posting occurred |
publish_from_date | Date the listing becomes visible |
publish_to_date | Date the listing expires or closes |
has_future_posting | Whether the listing has a scheduled future publish date |
Listing Features & Metrics
| Field | Meaning |
|---|---|
partnership | Whether the listing is from a partner company or promoted |
is_highlighted | If the listing has premium highlight/featured status |
is_sponsored | Whether the employer has sponsored/paid promotion |
is_top_job | Whether the listing appears as a top/trending job |
is_traffic_from_partner | Whether traffic is tracked from a partner source |
fingerprint_count | Number of times the listing has been viewed/fingerprinted |
Skills & Matching
| Field | Meaning |
|---|---|
skills | Extracted or tagged skill requirements for the role |
cv_to_job_score | AI-calculated relevance score for CV-to-job matching |
Additional Data
| Field | Meaning |
|---|---|
meta_data | Additional structured metadata from the listing |
harmonised_id | Standardized ID for cross-platform data harmonization |
job_posting_sequence | Sequential number tracking the posting order |
How to Use
- Prepare search URLs — Navigate to irishjobs.ie and build filtered search URLs (by sector, location, or keyword). Example:
https://www.irishjobs.ie/jobs/education - Configure input — Paste your URLs into the
urlsarray. Adjustmax_items_per_urlbased on your needs (default is 20). - Set error handling — Keep
ignore_url_failures: trueto skip problematic URLs without stopping the entire run. - Run the scraper — Execute the scraper and monitor the progress log.
- Export & process — Download results in JSON, CSV, or Excel format for analysis, filtering, or database import.
Best practices:
- Use category-specific URLs (
/jobs/education,/jobs/it) to narrow results and improve data relevance. - Set
max_items_per_urlhigher for comprehensive market analysis, lower for quick snapshots. - Always verify salary and date fields—some listings may have incomplete data.
Use Cases & Business Value
- Recruitment intelligence: Track hiring volume, salary ranges, and skill demand by sector in Ireland
- Career planning: Analyze job market trends to guide education and skill development
- Competitor analysis: Monitor how rival organizations are hiring and positioning roles
- AI training data: Collect labeled job data for machine learning models in talent matching
- Job board creation: Feed Irish job data into custom platforms or internal portals
The Irish Jobs Search Scraper transforms hours of manual browsing into minutes of automated data collection, delivering clean records ready for spreadsheets, databases, and analytics tools.
Conclusion
Whether you're a recruiter, HR analyst, or platform builder, the Irish Jobs Search Scraper provides fast, reliable access to Ireland's dynamic job market. With 30+ data fields and flexible configuration, you'll unlock insights into hiring trends, compensation, skills demand, and employer activity—all without clicking through hundreds of listings manually.