# Monitor Swedish Jobs with Apply Url

**Use case:** 

Monitor Platsbanken data including apply URL. One row per record, exportable to CSV, JSON or Excel. No API key needed.

## Input

```json
{
  "query": "utvecklare",
  "occupationFields": [],
  "regions": [],
  "publishedAfterDays": 30,
  "remoteOnly": false,
  "maxResults": 1000,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "string"
  },
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "occupation": {
    "label": "Occupation",
    "format": "string"
  },
  "occupationField": {
    "label": "Occupation field",
    "format": "string"
  },
  "occupationGroup": {
    "label": "Occupation group",
    "format": "string"
  },
  "employerName": {
    "label": "Employer",
    "format": "string"
  },
  "employerWorkplace": {
    "label": "Workplace",
    "format": "string"
  },
  "organisationNumber": {
    "label": "Org. number",
    "format": "string"
  },
  "employerPhone": {
    "label": "Employer phone",
    "format": "string"
  },
  "employerEmail": {
    "label": "Employer email",
    "format": "string"
  },
  "employerUrl": {
    "label": "Employer website",
    "format": "string"
  },
  "contactName": {
    "label": "Contact name",
    "format": "string"
  },
  "contactDescription": {
    "label": "Contact role",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "streetAddress": {
    "label": "Street",
    "format": "string"
  },
  "postcode": {
    "label": "Postcode",
    "format": "string"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "durationType": {
    "label": "Duration",
    "format": "string"
  },
  "workingHoursType": {
    "label": "Working hours",
    "format": "string"
  },
  "scopeOfWorkMin": {
    "label": "Scope min %",
    "format": "number"
  },
  "scopeOfWorkMax": {
    "label": "Scope max %",
    "format": "number"
  },
  "salaryType": {
    "label": "Salary type",
    "format": "string"
  },
  "salaryDescription": {
    "label": "Salary",
    "format": "string"
  },
  "numberOfVacancies": {
    "label": "Vacancies",
    "format": "number"
  },
  "experienceRequired": {
    "label": "Experience required",
    "format": "boolean"
  },
  "drivingLicenseRequired": {
    "label": "Driving licence",
    "format": "boolean"
  },
  "ownCarRequired": {
    "label": "Own car",
    "format": "boolean"
  },
  "mustHaveSkills": {
    "label": "Required skills",
    "format": "string"
  },
  "niceToHaveSkills": {
    "label": "Nice-to-have skills",
    "format": "string"
  },
  "applicationDeadline": {
    "label": "Deadline",
    "format": "string"
  },
  "applicationUrl": {
    "label": "Apply URL",
    "format": "string"
  },
  "applicationEmail": {
    "label": "Apply email",
    "format": "string"
  },
  "applicationReference": {
    "label": "Reference",
    "format": "string"
  },
  "publicationDate": {
    "label": "Published",
    "format": "string"
  },
  "lastPublicationDate": {
    "label": "Last published",
    "format": "string"
  },
  "adUrl": {
    "label": "Ad URL",
    "format": "string"
  },
  "logoUrl": {
    "label": "Logo",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Platsbanken Scraper — Sweden Jobs, Salary & Employers](https://apify.com/logiover/platsbanken-jobs-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/platsbanken-jobs-scraper.md) to learn more, explore other use cases, and run it yourself.


## 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.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **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 full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/logiover/platsbanken-jobs-scraper.md

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).
