# Scrape developer jobs in Dublin

**Use case:** 

Extract developer job listings in Dublin from Jobs.ie. Structured Irish job data with titles and companies. Pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "location": "Dublin",
  "maxResults": 5,
  "fetchDetails": false,
  "contractType": "FULL_TIME",
  "remote": false,
  "skipReposts": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "contractType": {
    "label": "Type",
    "format": "text"
  },
  "salaryRaw": {
    "label": "Salary",
    "format": "text"
  },
  "publishDate": {
    "label": "Posted",
    "format": "text"
  },
  "daysOld": {
    "label": "Days old",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Jobs.ie Scraper — Ireland Job Listings](https://apify.com/unfenced-group/jobs-ie-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/jobs-ie-scraper) to learn more, explore other use cases, and run it yourself.