
Ofertas De Empleo - InfoIsla La Palma 🏝️
Pay $4.00 for 1,000 results

Ofertas De Empleo - InfoIsla La Palma 🏝️
Pay $4.00 for 1,000 results
Este actor permite extraer ofertas de empleo publicadas para la isla de La Palma, en portales de empleo como: InfoIsla, Jooble, Jobsora y Trovit. Extraemos principalmente datos como: título, enlace a la oferta, fecha de publicación de la oferta, empresa, entre otros.
You can access the Ofertas De Empleo - InfoIsla La Palma 🏝️ programmatically from your own applications by using the Apify API. You can 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": "mvp8MgChGcven6sEc"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/saodigital~ofertas-de-empleo---infoisla-la-palma/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-saodigital-ofertas-de-empleo---infoisla-la-palma",
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/saodigital~ofertas-de-empleo---infoisla-la-palma/runs": {
50 "post": {
51 "operationId": "runs-sync-saodigital-ofertas-de-empleo---infoisla-la-palma",
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/saodigital~ofertas-de-empleo---infoisla-la-palma/run-sync": {
93 "post": {
94 "operationId": "run-sync-saodigital-ofertas-de-empleo---infoisla-la-palma",
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 "infoisla": {
135 "title": "InfoIsla",
136 "type": "boolean",
137 "description": "https://infoislalapalma.com/ofertas-de-empleo-la-palma",
138 "default": true
139 },
140 "santa-cruz-de-la-palma": {
141 "title": "Santa Cruz de La Palma",
142 "type": "boolean",
143 "description": "Santa Cruz de La Palma",
144 "default": true
145 },
146 "max_ofertas_santa_cruz": {
147 "title": "Máximo de ofertas a scrapear por página",
148 "maximum": 210,
149 "type": "integer",
150 "description": "¡Consigue cientos de ofertas de empleo en minutos!",
151 "default": 1
152 },
153 "barlovento": {
154 "title": "Barlovento",
155 "type": "boolean",
156 "description": "Barlovento",
157 "default": true
158 },
159 "max_ofertas_barlovento": {
160 "title": "Máximo de ofertas a scrapear por página",
161 "maximum": 210,
162 "type": "integer",
163 "description": "¡Consigue cientos de ofertas de empleo en minutos!",
164 "default": 1
165 },
166 "brena-alta": {
167 "title": "Breña Alta",
168 "type": "boolean",
169 "description": "Breña Alta",
170 "default": true
171 },
172 "max_ofertas_brena_alta": {
173 "title": "Máximo de ofertas a scrapear por página",
174 "maximum": 210,
175 "type": "integer",
176 "description": "¡Consigue cientos de ofertas de empleo en minutos!",
177 "default": 1
178 },
179 "villa-de-mazo": {
180 "title": "Villa de Mazo",
181 "type": "boolean",
182 "description": "Villa de Mazo",
183 "default": false
184 },
185 "max_ofertas_villa_de_mazo": {
186 "title": "Máximo de ofertas a scrapear por página",
187 "maximum": 210,
188 "type": "integer",
189 "description": "¡Consigue cientos de ofertas de empleo en minutos!",
190 "default": 1
191 },
192 "tijarafe": {
193 "title": "Tijarafe",
194 "type": "boolean",
195 "description": "Tijarafe",
196 "default": false
197 },
198 "max_ofertas_tijarafe": {
199 "title": "Máximo de ofertas a scrapear por página",
200 "maximum": 210,
201 "type": "integer",
202 "description": "¡Consigue cientos de ofertas de empleo en minutos!",
203 "default": 1
204 },
205 "puntagorda": {
206 "title": "Puntagorda",
207 "type": "boolean",
208 "description": "Puntagorda",
209 "default": false
210 },
211 "max_ofertas_puntagorda": {
212 "title": "Máximo de ofertas a scrapear por página",
213 "maximum": 210,
214 "type": "integer",
215 "description": "¡Consigue cientos de ofertas de empleo en minutos!",
216 "default": 1
217 },
218 "fuencaliente": {
219 "title": "Fuencaliente",
220 "type": "boolean",
221 "description": "Fuencaliente",
222 "default": false
223 },
224 "max_ofertas_fuencaliente": {
225 "title": "Máximo de ofertas a scrapear por página",
226 "maximum": 210,
227 "type": "integer",
228 "description": "¡Consigue cientos de ofertas de empleo en minutos!",
229 "default": 1
230 },
231 "villa-de-garafia": {
232 "title": "Garafía",
233 "type": "boolean",
234 "description": "Garafía",
235 "default": false
236 },
237 "max_ofertas_villa_de_garafia": {
238 "title": "Máximo de ofertas a scrapear por página",
239 "maximum": 210,
240 "type": "integer",
241 "description": "¡Consigue cientos de ofertas de empleo en minutos!",
242 "default": 1
243 },
244 "los-llanos-de-aridane": {
245 "title": "Los Llanos de Aridane",
246 "type": "boolean",
247 "description": "Los Llanos de Aridane",
248 "default": false
249 },
250 "max_ofertas_los_llanos_de_aridane": {
251 "title": "Máximo de ofertas a scrapear por página",
252 "maximum": 210,
253 "type": "integer",
254 "description": "¡Consigue cientos de ofertas de empleo en minutos!",
255 "default": 1
256 },
257 "brena-baja": {
258 "title": "Breña Baja",
259 "type": "boolean",
260 "description": "Breña Baja",
261 "default": false
262 },
263 "max_ofertas_brena_baja": {
264 "title": "Máximo de ofertas a scrapear por página",
265 "maximum": 210,
266 "type": "integer",
267 "description": "¡Consigue cientos de ofertas de empleo en minutos!",
268 "default": 1
269 },
270 "tazacorte": {
271 "title": "Tazacorte",
272 "type": "boolean",
273 "description": "Tazacorte",
274 "default": false
275 },
276 "max_ofertas_tazacorte": {
277 "title": "Máximo de ofertas a scrapear por página",
278 "maximum": 210,
279 "type": "integer",
280 "description": "¡Consigue cientos de ofertas de empleo en minutos!",
281 "default": 1
282 },
283 "san-andres-y-sauces": {
284 "title": "San Andrés y Sauces",
285 "type": "boolean",
286 "description": "San Andrés y Sauces",
287 "default": false
288 },
289 "max_ofertas_san_andres_y_sauces": {
290 "title": "Máximo de ofertas a scrapear por página",
291 "maximum": 210,
292 "type": "integer",
293 "description": "¡Consigue cientos de ofertas de empleo en minutos!",
294 "default": 1
295 },
296 "puntallana": {
297 "title": "Puntallana",
298 "type": "boolean",
299 "description": "Puntallana",
300 "default": false
301 },
302 "max_ofertas_puntallana": {
303 "title": "Máximo de ofertas a scrapear por página",
304 "maximum": 210,
305 "type": "integer",
306 "description": "¡Consigue cientos de ofertas de empleo en minutos!",
307 "default": 1
308 },
309 "el-paso": {
310 "title": "El Paso",
311 "type": "boolean",
312 "description": "El Paso",
313 "default": false
314 },
315 "max_ofertas_el_paso": {
316 "title": "Máximo de ofertas a scrapear por página",
317 "maximum": 210,
318 "type": "integer",
319 "description": "¡Consigue cientos de ofertas de empleo en minutos!",
320 "default": 1
321 }
322 }
323 },
324 "runsResponseSchema": {
325 "type": "object",
326 "properties": {
327 "data": {
328 "type": "object",
329 "properties": {
330 "id": {
331 "type": "string"
332 },
333 "actId": {
334 "type": "string"
335 },
336 "userId": {
337 "type": "string"
338 },
339 "startedAt": {
340 "type": "string",
341 "format": "date-time",
342 "example": "2025-01-08T00:00:00.000Z"
343 },
344 "finishedAt": {
345 "type": "string",
346 "format": "date-time",
347 "example": "2025-01-08T00:00:00.000Z"
348 },
349 "status": {
350 "type": "string",
351 "example": "READY"
352 },
353 "meta": {
354 "type": "object",
355 "properties": {
356 "origin": {
357 "type": "string",
358 "example": "API"
359 },
360 "userAgent": {
361 "type": "string"
362 }
363 }
364 },
365 "stats": {
366 "type": "object",
367 "properties": {
368 "inputBodyLen": {
369 "type": "integer",
370 "example": 2000
371 },
372 "rebootCount": {
373 "type": "integer",
374 "example": 0
375 },
376 "restartCount": {
377 "type": "integer",
378 "example": 0
379 },
380 "resurrectCount": {
381 "type": "integer",
382 "example": 0
383 },
384 "computeUnits": {
385 "type": "integer",
386 "example": 0
387 }
388 }
389 },
390 "options": {
391 "type": "object",
392 "properties": {
393 "build": {
394 "type": "string",
395 "example": "latest"
396 },
397 "timeoutSecs": {
398 "type": "integer",
399 "example": 300
400 },
401 "memoryMbytes": {
402 "type": "integer",
403 "example": 1024
404 },
405 "diskMbytes": {
406 "type": "integer",
407 "example": 2048
408 }
409 }
410 },
411 "buildId": {
412 "type": "string"
413 },
414 "defaultKeyValueStoreId": {
415 "type": "string"
416 },
417 "defaultDatasetId": {
418 "type": "string"
419 },
420 "defaultRequestQueueId": {
421 "type": "string"
422 },
423 "buildNumber": {
424 "type": "string",
425 "example": "1.0.0"
426 },
427 "containerUrl": {
428 "type": "string"
429 },
430 "usage": {
431 "type": "object",
432 "properties": {
433 "ACTOR_COMPUTE_UNITS": {
434 "type": "integer",
435 "example": 0
436 },
437 "DATASET_READS": {
438 "type": "integer",
439 "example": 0
440 },
441 "DATASET_WRITES": {
442 "type": "integer",
443 "example": 0
444 },
445 "KEY_VALUE_STORE_READS": {
446 "type": "integer",
447 "example": 0
448 },
449 "KEY_VALUE_STORE_WRITES": {
450 "type": "integer",
451 "example": 1
452 },
453 "KEY_VALUE_STORE_LISTS": {
454 "type": "integer",
455 "example": 0
456 },
457 "REQUEST_QUEUE_READS": {
458 "type": "integer",
459 "example": 0
460 },
461 "REQUEST_QUEUE_WRITES": {
462 "type": "integer",
463 "example": 0
464 },
465 "DATA_TRANSFER_INTERNAL_GBYTES": {
466 "type": "integer",
467 "example": 0
468 },
469 "DATA_TRANSFER_EXTERNAL_GBYTES": {
470 "type": "integer",
471 "example": 0
472 },
473 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
474 "type": "integer",
475 "example": 0
476 },
477 "PROXY_SERPS": {
478 "type": "integer",
479 "example": 0
480 }
481 }
482 },
483 "usageTotalUsd": {
484 "type": "number",
485 "example": 0.00005
486 },
487 "usageUsd": {
488 "type": "object",
489 "properties": {
490 "ACTOR_COMPUTE_UNITS": {
491 "type": "integer",
492 "example": 0
493 },
494 "DATASET_READS": {
495 "type": "integer",
496 "example": 0
497 },
498 "DATASET_WRITES": {
499 "type": "integer",
500 "example": 0
501 },
502 "KEY_VALUE_STORE_READS": {
503 "type": "integer",
504 "example": 0
505 },
506 "KEY_VALUE_STORE_WRITES": {
507 "type": "number",
508 "example": 0.00005
509 },
510 "KEY_VALUE_STORE_LISTS": {
511 "type": "integer",
512 "example": 0
513 },
514 "REQUEST_QUEUE_READS": {
515 "type": "integer",
516 "example": 0
517 },
518 "REQUEST_QUEUE_WRITES": {
519 "type": "integer",
520 "example": 0
521 },
522 "DATA_TRANSFER_INTERNAL_GBYTES": {
523 "type": "integer",
524 "example": 0
525 },
526 "DATA_TRANSFER_EXTERNAL_GBYTES": {
527 "type": "integer",
528 "example": 0
529 },
530 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
531 "type": "integer",
532 "example": 0
533 },
534 "PROXY_SERPS": {
535 "type": "integer",
536 "example": 0
537 }
538 }
539 }
540 }
541 }
542 }
543 }
544 }
545 }
546}
Ofertas De Empleo - InfoIsla La Palma 🏝️ 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 Ofertas De Empleo - InfoIsla La Palma 🏝️ 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:
Actor Metrics
1 monthly user
-
0 No stars yet
93% runs succeeded
Created in Jun 2024
Modified 6 months ago