# NIJobs Scraper - Jobs, Descriptions & GPS

**Use case:** 

Scrape NIJobs.com listings across Northern Ireland. Get 60+ fields: title, company, salary, skills, address, GPS, dates, description, and apply URL.

## Input

```json
{
  "mode": "search",
  "keywords": [
    "Software Developer"
  ],
  "postedWithin": "any",
  "salaryPeriod": "annual",
  "sortBy": "relevance",
  "urls": [
    "https://www.nijobs.com/jobs/software-developer"
  ],
  "fetchDetails": true,
  "maxItems": 20,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "GB"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "workType": {
    "label": "Work type",
    "format": "text"
  },
  "datePosted": {
    "label": "Posted",
    "format": "text"
  },
  "isSponsored": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "workFromHome": {
    "label": "WFH",
    "format": "text"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [NIJobs Scraper - Jobs, Descriptions & GPS](https://apify.com/abotapi/nijobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/nijobs-scraper) to learn more, explore other use cases, and run it yourself.