
Arbetsformedlingen.se Scraper
Pricing
Pay per usage

Arbetsformedlingen.se Scraper
Scrape job listings across Sweden using keywords, regions, and filters like remote work, education, and employment type. Ideal for building job boards, market research, or tracking trends. Fast, structured, and customizable job data from official sources.
5.0 (6)
Pricing
Pay per usage
6
Monthly users
5
Runs succeeded
>99%
Last modified
9 days ago
You can access the Arbetsformedlingen.se Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1{
2 "openapi": "3.0.1",
3 "info": {
4 "version": "0.0",
5 "x-build-id": "qkLriyP23T4gan15M"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/lexis-solutions~arbetsformedlingen-se-scraper/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-lexis-solutions-arbetsformedlingen-se-scraper",
16 "x-openai-isConsequential": false,
17 "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18 "tags": [
19 "Run Actor"
20 ],
21 "requestBody": {
22 "required": true,
23 "content": {
24 "application/json": {
25 "schema": {
26 "$ref": "#/components/schemas/inputSchema"
27 }
28 }
29 }
30 },
31 "parameters": [
32 {
33 "name": "token",
34 "in": "query",
35 "required": true,
36 "schema": {
37 "type": "string"
38 },
39 "description": "Enter your Apify token here"
40 }
41 ],
42 "responses": {
43 "200": {
44 "description": "OK"
45 }
46 }
47 }
48 },
49 "/acts/lexis-solutions~arbetsformedlingen-se-scraper/runs": {
50 "post": {
51 "operationId": "runs-sync-lexis-solutions-arbetsformedlingen-se-scraper",
52 "x-openai-isConsequential": false,
53 "summary": "Executes an Actor and returns information about the initiated run in response.",
54 "tags": [
55 "Run Actor"
56 ],
57 "requestBody": {
58 "required": true,
59 "content": {
60 "application/json": {
61 "schema": {
62 "$ref": "#/components/schemas/inputSchema"
63 }
64 }
65 }
66 },
67 "parameters": [
68 {
69 "name": "token",
70 "in": "query",
71 "required": true,
72 "schema": {
73 "type": "string"
74 },
75 "description": "Enter your Apify token here"
76 }
77 ],
78 "responses": {
79 "200": {
80 "description": "OK",
81 "content": {
82 "application/json": {
83 "schema": {
84 "$ref": "#/components/schemas/runsResponseSchema"
85 }
86 }
87 }
88 }
89 }
90 }
91 },
92 "/acts/lexis-solutions~arbetsformedlingen-se-scraper/run-sync": {
93 "post": {
94 "operationId": "run-sync-lexis-solutions-arbetsformedlingen-se-scraper",
95 "x-openai-isConsequential": false,
96 "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97 "tags": [
98 "Run Actor"
99 ],
100 "requestBody": {
101 "required": true,
102 "content": {
103 "application/json": {
104 "schema": {
105 "$ref": "#/components/schemas/inputSchema"
106 }
107 }
108 }
109 },
110 "parameters": [
111 {
112 "name": "token",
113 "in": "query",
114 "required": true,
115 "schema": {
116 "type": "string"
117 },
118 "description": "Enter your Apify token here"
119 }
120 ],
121 "responses": {
122 "200": {
123 "description": "OK"
124 }
125 }
126 }
127 }
128 },
129 "components": {
130 "schemas": {
131 "inputSchema": {
132 "type": "object",
133 "properties": {
134 "search_term": {
135 "title": "Search Term",
136 "type": "string",
137 "description": "Provide a keyword to search jobs"
138 },
139 "occupations": {
140 "title": "Job Occupations",
141 "type": "array",
142 "description": "Select what occupations you want to filter with.",
143 "items": {
144 "type": "string",
145 "enum": [
146 "Administration, ekonomi, juridik",
147 "Bygg och anläggning",
148 "Chefer och verksamhetsledare",
149 "Data/IT",
150 "Försäljning, inköp, marknadsföring",
151 "Hantverksyrken",
152 "Hotell, restaurang, storhushåll",
153 "Hälso- och sjukvård",
154 "Industriell tillverkning",
155 "Installation, drift, underhåll",
156 "Kropps- och skönhetsvård",
157 "Kultur, media, design",
158 "Militärt arbete",
159 "Naturbruk",
160 "Naturvetenskapligt arbete",
161 "Pedagogiskt arbete",
162 "Sanering och renhållning",
163 "Socialt arbete",
164 "Säkerhetsarbete",
165 "Tekniskt arbete",
166 "Transport"
167 ],
168 "enumTitles": [
169 "Administration, ekonomi, juridik",
170 "Bygg och anläggning",
171 "Chefer och verksamhetsledare",
172 "Data/IT",
173 "Försäljning, inköp, marknadsföring",
174 "Hantverksyrken",
175 "Hotell, restaurang, storhushåll",
176 "Hälso- och sjukvård",
177 "Industriell tillverkning",
178 "Installation, drift, underhåll",
179 "Kropps- och skönhetsvård",
180 "Kultur, media, design",
181 "Militärt arbete",
182 "Naturbruk",
183 "Naturvetenskapligt arbete",
184 "Pedagogiskt arbete",
185 "Sanering och renhållning",
186 "Socialt arbete",
187 "Säkerhetsarbete",
188 "Tekniskt arbete",
189 "Transport"
190 ]
191 }
192 },
193 "locations": {
194 "title": "Job Locations",
195 "type": "array",
196 "description": "Select what locations you want to filter with.",
197 "items": {
198 "type": "string",
199 "enum": [
200 "Blekinge län",
201 "Dalarnas län",
202 "Gotlands län",
203 "Gävleborgs län",
204 "Hallands län",
205 "Jämtlands län",
206 "Jönköpings län",
207 "Kalmar län",
208 "Kronobergs län",
209 "Norrbottens län",
210 "Skåne län",
211 "Stockholms län",
212 "Södermanlands län",
213 "Uppsala län",
214 "Värmlands län",
215 "Västerbottens län",
216 "Västernorrlands län",
217 "Västmanlands län",
218 "Västra Götalands län",
219 "Örebro län",
220 "Östergötlands län"
221 ],
222 "enumTitles": [
223 "Blekinge län",
224 "Dalarnas län",
225 "Gotlands län",
226 "Gävleborgs län",
227 "Hallands län",
228 "Jämtlands län",
229 "Jönköpings län",
230 "Kalmar län",
231 "Kronobergs län",
232 "Norrbottens län",
233 "Skåne län",
234 "Stockholms län",
235 "Södermanlands län",
236 "Uppsala län",
237 "Värmlands län",
238 "Västerbottens län",
239 "Västernorrlands län",
240 "Västmanlands län",
241 "Västra Götalands län",
242 "Örebro län",
243 "Östergötlands län"
244 ]
245 }
246 },
247 "publishedAt": {
248 "title": "Published At",
249 "enum": [
250 "today",
251 "lastWeek",
252 "lastMonth"
253 ],
254 "type": "string",
255 "description": "Results Date"
256 },
257 "employmentTypes": {
258 "title": "Employment Types",
259 "enum": [
260 "Permanent or fixed-term employment",
261 "On-demand or hourly employment",
262 "Summer jobs"
263 ],
264 "type": "string",
265 "description": ""
266 },
267 "workExtent": {
268 "title": "Work Extent",
269 "enum": [
270 "Full-time",
271 "Part-time"
272 ],
273 "type": "string",
274 "description": ""
275 },
276 "education": {
277 "title": "Education",
278 "enum": [
279 "Without training requirements",
280 "With requirements for education"
281 ],
282 "type": "string",
283 "description": ""
284 },
285 "startupEmployment": {
286 "title": "New Start Jobs",
287 "type": "boolean",
288 "description": "",
289 "default": false
290 },
291 "drivingLicenseRequired": {
292 "title": "Without the requirement for a driver's license",
293 "type": "boolean",
294 "description": ""
295 },
296 "unspecifiedSwedenWorkplace": {
297 "title": "Unspecified Sweden Workplace",
298 "type": "boolean",
299 "description": "",
300 "default": false
301 },
302 "remote": {
303 "title": "Remote Jobs",
304 "type": "boolean",
305 "description": "The possibility of remote work means that the workplace in some way allows remote work.",
306 "default": false
307 },
308 "openForAll": {
309 "title": "Open for All",
310 "type": "boolean",
311 "description": "Open to all means that the employer is willing to make adjustments for jobseekers who have special needs, a disability or for those who are new to Sweden.",
312 "default": false
313 },
314 "abroad": {
315 "title": "Abroad",
316 "type": "boolean",
317 "description": "",
318 "default": false
319 },
320 "sort_by": {
321 "title": "Sort By",
322 "enum": [
323 "relevance",
324 "date"
325 ],
326 "type": "string",
327 "description": "",
328 "default": "Relevance"
329 },
330 "actor_options": {
331 "title": "",
332 "type": "object",
333 "description": ""
334 },
335 "results_limit": {
336 "title": "Results Limit",
337 "type": "integer",
338 "description": "Limit number of results.",
339 "default": 10
340 },
341 "deepSearch": {
342 "title": "Deep Search",
343 "type": "boolean",
344 "description": "When enabled, the scraper will perform additional requests to fetch more detailed or enriched data for each item (e.g., full descriptions, company info, contact details). ⚠️ This may significantly increase scraping time and API usage, especially on large datasets.",
345 "default": false
346 }
347 }
348 },
349 "runsResponseSchema": {
350 "type": "object",
351 "properties": {
352 "data": {
353 "type": "object",
354 "properties": {
355 "id": {
356 "type": "string"
357 },
358 "actId": {
359 "type": "string"
360 },
361 "userId": {
362 "type": "string"
363 },
364 "startedAt": {
365 "type": "string",
366 "format": "date-time",
367 "example": "2025-01-08T00:00:00.000Z"
368 },
369 "finishedAt": {
370 "type": "string",
371 "format": "date-time",
372 "example": "2025-01-08T00:00:00.000Z"
373 },
374 "status": {
375 "type": "string",
376 "example": "READY"
377 },
378 "meta": {
379 "type": "object",
380 "properties": {
381 "origin": {
382 "type": "string",
383 "example": "API"
384 },
385 "userAgent": {
386 "type": "string"
387 }
388 }
389 },
390 "stats": {
391 "type": "object",
392 "properties": {
393 "inputBodyLen": {
394 "type": "integer",
395 "example": 2000
396 },
397 "rebootCount": {
398 "type": "integer",
399 "example": 0
400 },
401 "restartCount": {
402 "type": "integer",
403 "example": 0
404 },
405 "resurrectCount": {
406 "type": "integer",
407 "example": 0
408 },
409 "computeUnits": {
410 "type": "integer",
411 "example": 0
412 }
413 }
414 },
415 "options": {
416 "type": "object",
417 "properties": {
418 "build": {
419 "type": "string",
420 "example": "latest"
421 },
422 "timeoutSecs": {
423 "type": "integer",
424 "example": 300
425 },
426 "memoryMbytes": {
427 "type": "integer",
428 "example": 1024
429 },
430 "diskMbytes": {
431 "type": "integer",
432 "example": 2048
433 }
434 }
435 },
436 "buildId": {
437 "type": "string"
438 },
439 "defaultKeyValueStoreId": {
440 "type": "string"
441 },
442 "defaultDatasetId": {
443 "type": "string"
444 },
445 "defaultRequestQueueId": {
446 "type": "string"
447 },
448 "buildNumber": {
449 "type": "string",
450 "example": "1.0.0"
451 },
452 "containerUrl": {
453 "type": "string"
454 },
455 "usage": {
456 "type": "object",
457 "properties": {
458 "ACTOR_COMPUTE_UNITS": {
459 "type": "integer",
460 "example": 0
461 },
462 "DATASET_READS": {
463 "type": "integer",
464 "example": 0
465 },
466 "DATASET_WRITES": {
467 "type": "integer",
468 "example": 0
469 },
470 "KEY_VALUE_STORE_READS": {
471 "type": "integer",
472 "example": 0
473 },
474 "KEY_VALUE_STORE_WRITES": {
475 "type": "integer",
476 "example": 1
477 },
478 "KEY_VALUE_STORE_LISTS": {
479 "type": "integer",
480 "example": 0
481 },
482 "REQUEST_QUEUE_READS": {
483 "type": "integer",
484 "example": 0
485 },
486 "REQUEST_QUEUE_WRITES": {
487 "type": "integer",
488 "example": 0
489 },
490 "DATA_TRANSFER_INTERNAL_GBYTES": {
491 "type": "integer",
492 "example": 0
493 },
494 "DATA_TRANSFER_EXTERNAL_GBYTES": {
495 "type": "integer",
496 "example": 0
497 },
498 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
499 "type": "integer",
500 "example": 0
501 },
502 "PROXY_SERPS": {
503 "type": "integer",
504 "example": 0
505 }
506 }
507 },
508 "usageTotalUsd": {
509 "type": "number",
510 "example": 0.00005
511 },
512 "usageUsd": {
513 "type": "object",
514 "properties": {
515 "ACTOR_COMPUTE_UNITS": {
516 "type": "integer",
517 "example": 0
518 },
519 "DATASET_READS": {
520 "type": "integer",
521 "example": 0
522 },
523 "DATASET_WRITES": {
524 "type": "integer",
525 "example": 0
526 },
527 "KEY_VALUE_STORE_READS": {
528 "type": "integer",
529 "example": 0
530 },
531 "KEY_VALUE_STORE_WRITES": {
532 "type": "number",
533 "example": 0.00005
534 },
535 "KEY_VALUE_STORE_LISTS": {
536 "type": "integer",
537 "example": 0
538 },
539 "REQUEST_QUEUE_READS": {
540 "type": "integer",
541 "example": 0
542 },
543 "REQUEST_QUEUE_WRITES": {
544 "type": "integer",
545 "example": 0
546 },
547 "DATA_TRANSFER_INTERNAL_GBYTES": {
548 "type": "integer",
549 "example": 0
550 },
551 "DATA_TRANSFER_EXTERNAL_GBYTES": {
552 "type": "integer",
553 "example": 0
554 },
555 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
556 "type": "integer",
557 "example": 0
558 },
559 "PROXY_SERPS": {
560 "type": "integer",
561 "example": 0
562 }
563 }
564 }
565 }
566 }
567 }
568 }
569 }
570 }
571}
Arbetsformedlingen.se Scraper - Sweden Jobs Scraper OpenAPI definition
OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for Arbetsformedlingen.se Scraper from the options below:
If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients:
Pricing
Pricing model
Pay per usageThis Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.