# Jobs.ie Scraper - Ireland Job Listings & Companies (`studio-amba/jobs-ie-scraper`) Actor

Scrape Irish job listings from Jobs.ie by keyword and location. Extract job titles, companies, salaries, locations, and apply links. No login or cookies required.

- **URL**: https://apify.com/studio-amba/jobs-ie-scraper.md
- **Developed by:** [Studio Amba](https://apify.com/studio-amba) (community)
- **Categories:** Jobs
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.20 / 1,000 result scrapeds

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/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

### What does Jobs.ie Scraper do?

**Jobs.ie Scraper** extracts job listings from [Jobs.ie](https://www.jobs.ie), a general Irish job board covering vacancies across every sector and county. Give it a keyword and (optionally) a location, and it returns structured data for every matching job: title, company, salary (when disclosed), location, description snippet, posting date, expiry date, and a direct link to the advert. It reads the site's own server-rendered search data, so there is no login, no cookies, and no browser automation required.

Run it on the Apify platform to get Irish job market data via API, schedule recurring scrapes, and pipe results into tools like Zapier, Make, Google Sheets, Airtable, and Slack.

### How to scrape Jobs.ie data

1. Go to the Jobs.ie Scraper on the Apify Store.
2. Click **Try for free** to open the actor in the Apify Console.
3. Enter a search query (e.g. "accountant", "software developer", "nurse", "sales").
4. Optionally enter an Irish location (e.g. "dublin", "cork", "galway", "limerick"). Leave it empty to search all of Ireland.
5. Set the maximum number of results you want (default: 100).
6. You can leave the proxy configuration untouched — it defaults to a residential Irish proxy, which gets past Jobs.ie's Akamai bot protection reliably.
7. Click **Start** and wait for the run to finish.
8. Download your data as JSON, CSV, Excel, or HTML from the Output tab, or pull it via the Apify API.

### Why use Jobs.ie Scraper?

- **Irish salary benchmarking** — where employers disclose a salary, compare pay across roles, sectors, and cities, and track how compensation shifts over time.
- **Recruitment intelligence** — see which companies are hiring, for what roles, and where. Spot hiring trends before your competitors do.
- **Labour market analysis** — understand demand across sectors and counties. Which areas have the most vacancies? Which roles are in shortest supply?
- **Lead generation** — find employers and recruitment agencies actively hiring to target with B2B services, tools, or staffing solutions.
- **Job aggregation** — feed structured Irish listings into your own job board, career site, or candidate-alert system.
- **Academic and policy research** — clean, structured data for labour economics, skills-gap studies, and workforce reports.

### About Jobs.ie

Jobs.ie is a general Irish recruitment platform covering vacancies from employers and recruitment agencies across every sector — technology, healthcare, finance, accountancy, engineering, retail, hospitality, construction, and more. Key characteristics:

- **Coverage**: Nationwide Ireland, from Dublin to regional towns and counties, plus remote roles.
- **Sectors**: All major industries, from Accountancy and IT to Nursing, Construction, and Sales.
- **Salary data**: Many adverts show "Not Disclosed"; where a figure is given it appears as a range with a pay period (e.g. "€35,000 - €75,000 per annum").
- **Work patterns**: Full-time, part-time, contract, temporary, and permanent roles.

### Input

| Field | Type | Required | Description |
|-------|------|----------|--------------|
| `searchQuery` | string | No | Job keyword to search for. Defaults to `accountant` if empty. |
| `location` | string | No | Irish location to filter by (e.g. `dublin`). Leave empty to search all of Ireland. |
| `maxResults` | integer | No | Maximum number of listings to scrape. Default `100`. |
| `proxyConfiguration` | object | No | Apify proxy settings. Automatic proxy works reliably on real search URLs — most runs work without changing anything. |

#### Example input

```json
{
  "searchQuery": "software developer",
  "location": "dublin",
  "maxResults": 100
}
```

### Output

Each job listing is a flat JSON object with the following fields:

| Field | Type | Example |
|-------|------|---------|
| `jobId` | number | `107916730` |
| `jobTitle` | string | `Project Specification Manager - Exterior Solutions, Dublin` |
| `company` | string | `Saint-Gobain Ireland` |
| `companyUrl` | string | `https://www.jobs.ie/jobs/saint-gobain-ireland?cmpId=1318453&cmp=1` |
| `companyLogo` | string | `https://www.jobs.ie/CompanyLogos/b83420b3-...png` |
| `location` | string | `Dublin, County Dublin` |
| `salary` | string | `€60,000 - €75,000 per annum` |
| `remoteOption` | string | `null` |
| `skills` | array | `null` |
| `descriptionSnippet` | string | `About Saint-Gobain Construction Products...` |
| `sponsored` | boolean | `false` |
| `publishedDate` | string | `2026-08-31T15:03:11.123Z` |
| `expiryDate` | string | `2026-09-30T22:00:00Z` |
| `url` | string | `https://www.jobs.ie/job/project-specification-manager-exterior-solutions-dublin/saint-gobain-ireland-job107916730` |
| `scrapedAt` | string | `2026-09-05T14:10:00.000Z` |

#### Example output

```json
{
  "jobId": 107916730,
  "jobTitle": "Project Specification Manager - Exterior Solutions, Dublin",
  "company": "Saint-Gobain Ireland",
  "companyUrl": "https://www.jobs.ie/jobs/saint-gobain-ireland?cmpId=1318453&cmp=1",
  "companyLogo": "https://www.jobs.ie/CompanyLogos/b83420b3-5a04-4714-bdbe-12a1d16112e1.png",
  "location": "Dublin, County Dublin",
  "salary": "€60,000 - €75,000 per annum",
  "remoteOption": null,
  "skills": null,
  "descriptionSnippet": "About Saint-Gobain Construction Products Saint-Gobain Construction Products is a key part of the Group's UK & Ireland operations, manufacturing and supplying plaster, plasterboard, insulation, and other interior and exterior building solutions.",
  "sponsored": false,
  "publishedDate": "2026-08-31T15:03:11.123Z",
  "expiryDate": "2026-09-30T22:00:00Z",
  "url": "https://www.jobs.ie/job/project-specification-manager-exterior-solutions-dublin/saint-gobain-ireland-job107916730",
  "scrapedAt": "2026-09-05T14:10:00.000Z"
}
```

### Cost estimate

This actor is billed on Apify's Pay Per Result model. The site's search returns 25 jobs per page, so scraping is fast and lightweight — a typical run of a few hundred listings finishes in well under a minute of compute. You pay per job returned plus a small per-run start fee, so a run that returns 500 jobs costs roughly the price of 500 results. Check the actor's pricing tab for the exact current rate. Usage cost only settles in your Apify billing after the run reports **SUCCEEDED** — reading the dataset mid-run will undercount what you're actually charged.

### Limitations and known issues

- **Search results only** — the actor reads the listing data embedded in the search pages (title, company, salary, location, snippet, dates, links). It does not open each advert to pull the full job description body. The `descriptionSnippet` field gives you the summary shown on the results page.
- **Salary as advertised** — many Irish listings show "Not Disclosed", in which case the `salary` field is `null`. Where a figure is given, it is exactly what the employer entered (a range with a pay period).
- **Sponsored jobs** — a small number of sponsored listings repeat across pages. The actor deduplicates by `jobId`, so you never get the same job twice.
- **Ireland focus** — Jobs.ie is an Irish job board distinct from IrishJobs.ie (a separate site we also scrape). The two boards carry overlapping but not identical vacancies, so run both if you need full market coverage.
- **`remoteOption` and `skills` are currently often null** — the search-results pages only expose them when the employer has tagged the listing that way. Don't build a pipeline that depends on them being populated.
- **Location uses the site's own radius** — a "dublin" search can include commuter-belt towns; filter the `location` field afterwards if you need strict city-only rows.
- **Result ceiling** — deep result sets are paginated; very large `maxResults` values will walk many pages. Keep `maxResults` reasonable for the query you actually need.

### Related scrapers

- **IrishJobs Scraper** — Ireland's other major general job board, part of the StepStone group.
- **Reed Scraper** — the UK's largest job board, with salary ranges and sectors.
- **NoFluffJobs Scraper** — European tech jobs with mandatory salary ranges.
- Browse the Studio AMBA profile on the Apify Store for more European job and marketplace scrapers.

### FAQ

**Do I need a Jobs.ie account or API key?**
No. This actor reads the public search results. There is no login, no cookies, and no API key required.

**Can I filter by salary, contract type, or county?**
The current version filters by keyword and location. Salary, location, and posting date are returned on every result so you can filter them yourself after scraping.

**How is this different from your IrishJobs.ie scraper?**
IrishJobs.ie and Jobs.ie are separate Irish job boards with overlapping but distinct vacancy pools. Run both if you want the widest possible coverage of the Irish jobs market.

**Is scraping Jobs.ie legal?**
This actor collects publicly available job listing data. You are responsible for using the data in line with the site's terms and applicable law. Do not use it to send unsolicited communications in breach of regulations.

# Actor input Schema

## `searchQuery` (type: `string`):

Job keyword to search for (e.g. 'accountant', 'software developer', 'nurse', 'sales'). Defaults to 'accountant' if empty.

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

Irish location to filter by (e.g. 'dublin', 'cork', 'galway', 'limerick'). Leave empty to search across all of Ireland.

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

Maximum number of job listings to scrape.

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

Proxy settings used to fetch Jobs.ie pages. Jobs.ie runs Akamai Bot Manager, which blocks Apify's shared datacenter proxy on some requests -- a residential Irish proxy gets through reliably.

## Actor input object example

```json
{
  "searchQuery": "accountant",
  "location": "dublin",
  "maxResults": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IE"
  }
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# 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 = {
    "searchQuery": "accountant",
    "location": "dublin",
    "maxResults": 20,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "IE"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("studio-amba/jobs-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 = {
    "searchQuery": "accountant",
    "location": "dublin",
    "maxResults": 20,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "IE",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("studio-amba/jobs-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 '{
  "searchQuery": "accountant",
  "location": "dublin",
  "maxResults": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IE"
  }
}' |
apify call studio-amba/jobs-ie-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,studio-amba/jobs-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/4iYCnpCULQVOQhB7Z/builds/oBBrfo6UyxJzwf3JW/openapi.json
