# Software developer jobs in Sweden & Norway - official APIs

**Use case:** 

Ready-to-run example: pull the last 7 days of software developer jobs from Sweden's Platsbanken and Norway's NAV official APIs. Unified schema, GDPR-safe, up to

## Input

```json
{
  "sources": [
    "arbeidsplassen",
    "platsbanken"
  ],
  "searchQuery": "software developer",
  "employmentType": "all",
  "remoteOnly": false,
  "postedWithinDays": 7,
  "maxItemsPerSource": 100,
  "mode": "scrape"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "employmentTypeNormalized": {
    "label": "Type",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Nordic Jobs Scraper — Sweden & Norway Official APIs](https://apify.com/entranced_gelato/nordic-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/entranced_gelato/nordic-jobs-scraper) to learn more, explore other use cases, and run it yourself.