# IrishJobs.ie Scraper: Ireland Jobs, Salaries & Employers (`santamaria-automations/irishjobs-ie-scraper`) Actor

Extract job listings from IrishJobs.ie, Ireland's largest job board. Returns title, company, location, county, salary, employment type, sector, work type (remote/hybrid/on-site), full description and contact details.

- **URL**: https://apify.com/santamaria-automations/irishjobs-ie-scraper.md
- **Developed by:** [NanoScrape](https://apify.com/santamaria-automations) (community)
- **Categories:** Jobs, Lead generation
- **Stats:** 1 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per event

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/actors/running/actors-in-store.md#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

## IrishJobs.ie Scraper: Ireland Jobs, Salaries and Employers

Scrape live job listings from [IrishJobs.ie](https://www.irishjobs.ie), Ireland's largest job board covering all 26 counties and every major sector. Paste a keyword or search URL; get structured JSON back with company, salary, county, sector, employment type, full description and contact details.

### What it does

Pulls live Irish vacancies from IrishJobs.ie search results, deduplicates them and pushes them to your Apify dataset. Handles pagination automatically up to your result cap. Optionally opens each job's detail page for ISO posted dates, full description, salary ranges and experience level from the JSON-LD JobPosting schema embedded in every listing.

Fields you get per job:

- Job title, company name, company logo
- Location, country (IE), county (Dublin, Cork, Galway, Limerick, etc.)
- Salary min, max, currency (EUR), period, salary text
- Employment type (Permanent, Contract, Temporary, Internship)
- Sector (IT, Finance, Healthcare, Engineering, Retail, etc.)
- Work type (fully-remote, hybrid, on-site)
- Experience level (Junior, Mid-level, Senior, Lead, Graduate)
- Posted date (text and ISO datetime)
- Full description in plain text, HTML and Markdown
- Contact emails, phones and URLs extracted from description
- Apply URL, search query, scraped timestamp

### Sample output

```json
{
  "_type": "job",
  "id": "107764802",
  "title": "Software Engineer III, WAN Core, Network Engineering",
  "job_url": "https://www.irishjobs.ie/job/software-engineer/google-ireland-ltd-job107764802",
  "source_platform": "irishjobs.ie",
  "company_name": "Google Ireland Ltd",
  "company_logo_url": "https://www.irishjobs.ie/CompanyLogos/248541f1-5a04-4f0e-a85e-60061eead084.png",
  "location": "Dublin, County Dublin",
  "country": "IE",
  "county": "Dublin",
  "posted_at_text": "2026-07-29",
  "posted_at_datetime": "2026-07-29T11:08:07Z",
  "employment_type": "Permanent",
  "salary_min": null,
  "salary_max": null,
  "salary_currency": null,
  "salary_period": null,
  "salary_text": null,
  "sector": "IT, IT-Software Development",
  "work_type": "on-site",
  "experience_level": "Mid-level",
  "description": "Minimum qualifications: Bachelor's degree or equivalent practical experience. 2 years of experience with software development...",
  "apply_url": "https://www.irishjobs.ie/job/software-engineer/google-ireland-ltd-job107764802",
  "contact_emails": [],
  "contact_phones": [],
  "contact_urls": [],
  "scraped_at": "2026-08-25T10:00:00Z"
}
```

### Pricing

Pay-per-event, so you only pay for what you use.

| Event | Rate |
|---|---:|
| Actor start | $0.001 per run |
| Job from search page | $0.003 per job |
| Job with detail-page enrichment | $0.005 per job |

**New to Apify?** Every account gets a $5 free monthly platform credit, enough for around 1,000 enriched Irish jobs on this actor before you commit to paying anything. Test extensively first.

### Input

| Field | Type | Notes |
|---|---|---|
| `searchQueries` | array | Keyword queries (for example `software engineer`, `accountant Dublin`, `nurse`). |
| `searchUrls` | array | Copy any IrishJobs.ie search URL. Filters are preserved. |
| `startUrls` | array | Direct job detail page URLs to scrape. |
| `location` | string | Irish city or county (for example `Dublin`, `Cork`, `Galway`, `Limerick`). |
| `sector` | string | Industry sector filter (for example `IT`, `Finance`, `Healthcare`). |
| `remoteOnly` | boolean | Return only remote or fully remote jobs. |
| `includeJobDetails` | boolean | Open each detail page for full description, salary and sector. |
| `includeCompanyDetails` | boolean | Also attempt to extract company website. Implies `includeJobDetails=true`. |
| `maxResults` | integer | Total cap across all queries. Default 5. |
| `maxResultsPerQuery` | integer | Cap per individual query. Default 5. |
| `maxConcurrency` | integer | Concurrent detail-page requests. Default 5. |

### Related actors

- [Indeed Scraper](https://apify.com/santamaria-automations/indeed-scraper) - Scrape jobs from Indeed
- [LinkedIn Jobs Scraper](https://apify.com/santamaria-automations/linkedin-go) - Scrape LinkedIn job listings
- [Reed UK Scraper](https://apify.com/santamaria-automations/reed-uk-go) - UK jobs from Reed.co.uk (IE-adjacent market)
- [TargetJobs UK Scraper](https://apify.com/santamaria-automations/targetjobs-uk-scraper) - UK graduate jobs
- [Milkround UK Scraper](https://apify.com/santamaria-automations/milkround-uk-scraper) - UK graduate schemes and placements

### Support

Questions or issues? Open the [Issues tab](https://github.com/apify/apify-issues/issues) or email <contact@nanoscrape.com>.

# Actor input Schema

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

One or more keyword queries (for example 'software engineer', 'accountant', 'nurse Dublin'). Each runs as a separate search. Results are deduplicated.

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

Paste one or more IrishJobs.ie search URLs. Go to irishjobs.ie, run a search, and copy the URL. Filters are preserved.

## `startUrls` (type: `array`):

Direct IrishJobs.ie job detail page URLs to scrape. Use when you have specific job URLs rather than search queries.

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

Irish city or county to filter by (for example 'Dublin', 'Cork', 'Galway', 'Limerick'). Applied to all keyword searches.

## `sector` (type: `string`):

Industry sector to filter by (for example 'IT', 'Finance', 'Healthcare', 'Engineering').

## `remoteOnly` (type: `boolean`):

When true, returns only remote or fully remote jobs.

## `includeJobDetails` (type: `boolean`):

When true, opens each job's detail page for structured salary, full description, sector, experience level and contact details. Costs more but returns richer data.

## `includeCompanyDetails` (type: `boolean`):

Also attempt to extract company website from the job detail page. Implies includeJobDetails=true.

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

Total cap across all queries and URLs.

## `maxResultsPerQuery` (type: `integer`):

Maximum results per search URL or keyword.

## `maxConcurrency` (type: `integer`):

Maximum concurrent detail page requests. Only used when Fetch job detail pages is on.

## Actor input object example

```json
{
  "searchUrls": [
    "https://www.irishjobs.ie/jobs/software-engineer"
  ],
  "location": "Dublin",
  "sector": "IT",
  "remoteOnly": false,
  "includeJobDetails": false,
  "includeCompanyDetails": false,
  "maxResults": 5,
  "maxResultsPerQuery": 5,
  "maxConcurrency": 5
}
```

# Actor output Schema

## `jobListings` (type: `string`):

Dataset of Irish job listings. Each row has: id, title, company\_name, company\_logo\_url, company\_website, location, country (IE), county, salary\_min, salary\_max, salary\_currency, salary\_period, salary\_text, employment\_type, sector, work\_type, experience\_level, description, description\_full, description\_html, description\_md, job\_url, apply\_url, contact\_emails, contact\_phones, contact\_urls, posted\_at\_text, posted\_at\_datetime, search\_query, scraped\_at.

# 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 = {
    "searchUrls": [
        "https://www.irishjobs.ie/jobs/software-engineer"
    ],
    "includeJobDetails": false,
    "maxResults": 5,
    "maxResultsPerQuery": 5,
    "maxConcurrency": 5
};

// Run the Actor and wait for it to finish
const run = await client.actor("santamaria-automations/irishjobs-ie-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 = {
    "searchUrls": ["https://www.irishjobs.ie/jobs/software-engineer"],
    "includeJobDetails": False,
    "maxResults": 5,
    "maxResultsPerQuery": 5,
    "maxConcurrency": 5,
}

# Run the Actor and wait for it to finish
run = client.actor("santamaria-automations/irishjobs-ie-scraper").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "searchUrls": [
    "https://www.irishjobs.ie/jobs/software-engineer"
  ],
  "includeJobDetails": false,
  "maxResults": 5,
  "maxResultsPerQuery": 5,
  "maxConcurrency": 5
}' |
apify call santamaria-automations/irishjobs-ie-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,santamaria-automations/irishjobs-ie-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/STf3pOMKwb1uhqEhr/builds/KCtrnaK6z3taZ1rMF/openapi.json
