Indeed + LinkedIn avatar

Indeed + LinkedIn

Try for free

3 days trial then $5.00/month - No credit card required now

Go to Store
Indeed + LinkedIn

Indeed + LinkedIn

canadesk/indeed-linkedin
Try for free

3 days trial then $5.00/month - No credit card required now

Get Job Postings from Indeed and LinkedIn from all over the world. It's fast and costs little.

You can access the Indeed + LinkedIn 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": "1.4",
5    "x-build-id": "ebkuZwuHjIajYCuSw"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/canadesk~indeed-linkedin/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-canadesk-indeed-linkedin",
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/canadesk~indeed-linkedin/runs": {
50      "post": {
51        "operationId": "runs-sync-canadesk-indeed-linkedin",
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/canadesk~indeed-linkedin/run-sync": {
93      "post": {
94        "operationId": "run-sync-canadesk-indeed-linkedin",
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        "required": [
134          "city",
135          "jobtype",
136          "country"
137        ],
138        "properties": {
139          "title": {
140            "title": "Job title",
141            "type": "string",
142            "description": "E.g., Architect"
143          },
144          "city": {
145            "title": "City",
146            "type": "string",
147            "description": "E.g., Atlanta."
148          },
149          "country": {
150            "title": "Country",
151            "enum": [
152              "USA",
153              "Canada",
154              "Argentina",
155              "Australia",
156              "Austria",
157              "Bahrain",
158              "Belgium",
159              "Brazil",
160              "Chile",
161              "China",
162              "Colombia",
163              "Costa Rica",
164              "Czech Republic",
165              "Denkmark",
166              "Ecuador",
167              "Egypt",
168              "Finland",
169              "France",
170              "Germany",
171              "Greece",
172              "Hong Kong",
173              "Hungary",
174              "India",
175              "Indonesia",
176              "Ireland",
177              "Israel",
178              "Italy",
179              "Japan",
180              "Kuwait",
181              "Luxembourg",
182              "Malaysia",
183              "Mexico",
184              "Morocco",
185              "Netherlands",
186              "New Zealand",
187              "Nigeria",
188              "Norway",
189              "Oman",
190              "Pakistan",
191              "Panama",
192              "Peru",
193              "Philippines",
194              "Poland",
195              "Portugal",
196              "Qatar",
197              "Romania",
198              "Saudi Arabia",
199              "Singapore",
200              "South Africa",
201              "South Korea",
202              "Spain",
203              "Sweden",
204              "Switzerland",
205              "Taiwan",
206              "Thailand",
207              "Turkey",
208              "Ukraine",
209              "United Arab Emirates",
210              "UK",
211              "Uruguay",
212              "Venezuela",
213              "Vietnam"
214            ],
215            "type": "string",
216            "description": "",
217            "default": "USA"
218          },
219          "engines": {
220            "title": "Job engine",
221            "enum": [
222              "1",
223              "2",
224              "3"
225            ],
226            "type": "string",
227            "description": "",
228            "default": "1"
229          },
230          "jobtype": {
231            "title": "Job type",
232            "enum": [
233              "fulltime",
234              "parttime",
235              "internship",
236              "contract"
237            ],
238            "type": "string",
239            "description": "",
240            "default": "fulltime"
241          },
242          "distance": {
243            "title": "Search distance (miles)",
244            "enum": [
245              "5",
246              "10",
247              "15",
248              "25",
249              "35",
250              "50",
251              "100"
252            ],
253            "type": "string",
254            "description": "",
255            "default": "15"
256          },
257          "remote": {
258            "title": "Remote-only",
259            "enum": [
260              "Yes",
261              "No"
262            ],
263            "type": "string",
264            "description": "",
265            "default": "No"
266          },
267          "last": {
268            "title": "Posted in the last",
269            "enum": [
270              "all",
271              "24h",
272              "48h",
273              "72h"
274            ],
275            "type": "string",
276            "description": "",
277            "default": "all"
278          },
279          "max": {
280            "title": "Settings - Maximum results",
281            "minimum": 5,
282            "maximum": 550,
283            "type": "integer",
284            "description": "",
285            "default": 40
286          },
287          "delay": {
288            "title": "Settings - Delay",
289            "minimum": 1,
290            "maximum": 30,
291            "type": "integer",
292            "description": "Waiting time between requests.",
293            "default": 3
294          },
295          "proxy": {
296            "title": "Proxy configuration",
297            "type": "object",
298            "description": "Select proxies to be used by your crawler."
299          }
300        }
301      },
302      "runsResponseSchema": {
303        "type": "object",
304        "properties": {
305          "data": {
306            "type": "object",
307            "properties": {
308              "id": {
309                "type": "string"
310              },
311              "actId": {
312                "type": "string"
313              },
314              "userId": {
315                "type": "string"
316              },
317              "startedAt": {
318                "type": "string",
319                "format": "date-time",
320                "example": "2025-01-08T00:00:00.000Z"
321              },
322              "finishedAt": {
323                "type": "string",
324                "format": "date-time",
325                "example": "2025-01-08T00:00:00.000Z"
326              },
327              "status": {
328                "type": "string",
329                "example": "READY"
330              },
331              "meta": {
332                "type": "object",
333                "properties": {
334                  "origin": {
335                    "type": "string",
336                    "example": "API"
337                  },
338                  "userAgent": {
339                    "type": "string"
340                  }
341                }
342              },
343              "stats": {
344                "type": "object",
345                "properties": {
346                  "inputBodyLen": {
347                    "type": "integer",
348                    "example": 2000
349                  },
350                  "rebootCount": {
351                    "type": "integer",
352                    "example": 0
353                  },
354                  "restartCount": {
355                    "type": "integer",
356                    "example": 0
357                  },
358                  "resurrectCount": {
359                    "type": "integer",
360                    "example": 0
361                  },
362                  "computeUnits": {
363                    "type": "integer",
364                    "example": 0
365                  }
366                }
367              },
368              "options": {
369                "type": "object",
370                "properties": {
371                  "build": {
372                    "type": "string",
373                    "example": "latest"
374                  },
375                  "timeoutSecs": {
376                    "type": "integer",
377                    "example": 300
378                  },
379                  "memoryMbytes": {
380                    "type": "integer",
381                    "example": 1024
382                  },
383                  "diskMbytes": {
384                    "type": "integer",
385                    "example": 2048
386                  }
387                }
388              },
389              "buildId": {
390                "type": "string"
391              },
392              "defaultKeyValueStoreId": {
393                "type": "string"
394              },
395              "defaultDatasetId": {
396                "type": "string"
397              },
398              "defaultRequestQueueId": {
399                "type": "string"
400              },
401              "buildNumber": {
402                "type": "string",
403                "example": "1.0.0"
404              },
405              "containerUrl": {
406                "type": "string"
407              },
408              "usage": {
409                "type": "object",
410                "properties": {
411                  "ACTOR_COMPUTE_UNITS": {
412                    "type": "integer",
413                    "example": 0
414                  },
415                  "DATASET_READS": {
416                    "type": "integer",
417                    "example": 0
418                  },
419                  "DATASET_WRITES": {
420                    "type": "integer",
421                    "example": 0
422                  },
423                  "KEY_VALUE_STORE_READS": {
424                    "type": "integer",
425                    "example": 0
426                  },
427                  "KEY_VALUE_STORE_WRITES": {
428                    "type": "integer",
429                    "example": 1
430                  },
431                  "KEY_VALUE_STORE_LISTS": {
432                    "type": "integer",
433                    "example": 0
434                  },
435                  "REQUEST_QUEUE_READS": {
436                    "type": "integer",
437                    "example": 0
438                  },
439                  "REQUEST_QUEUE_WRITES": {
440                    "type": "integer",
441                    "example": 0
442                  },
443                  "DATA_TRANSFER_INTERNAL_GBYTES": {
444                    "type": "integer",
445                    "example": 0
446                  },
447                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
448                    "type": "integer",
449                    "example": 0
450                  },
451                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
452                    "type": "integer",
453                    "example": 0
454                  },
455                  "PROXY_SERPS": {
456                    "type": "integer",
457                    "example": 0
458                  }
459                }
460              },
461              "usageTotalUsd": {
462                "type": "number",
463                "example": 0.00005
464              },
465              "usageUsd": {
466                "type": "object",
467                "properties": {
468                  "ACTOR_COMPUTE_UNITS": {
469                    "type": "integer",
470                    "example": 0
471                  },
472                  "DATASET_READS": {
473                    "type": "integer",
474                    "example": 0
475                  },
476                  "DATASET_WRITES": {
477                    "type": "integer",
478                    "example": 0
479                  },
480                  "KEY_VALUE_STORE_READS": {
481                    "type": "integer",
482                    "example": 0
483                  },
484                  "KEY_VALUE_STORE_WRITES": {
485                    "type": "number",
486                    "example": 0.00005
487                  },
488                  "KEY_VALUE_STORE_LISTS": {
489                    "type": "integer",
490                    "example": 0
491                  },
492                  "REQUEST_QUEUE_READS": {
493                    "type": "integer",
494                    "example": 0
495                  },
496                  "REQUEST_QUEUE_WRITES": {
497                    "type": "integer",
498                    "example": 0
499                  },
500                  "DATA_TRANSFER_INTERNAL_GBYTES": {
501                    "type": "integer",
502                    "example": 0
503                  },
504                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
505                    "type": "integer",
506                    "example": 0
507                  },
508                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
509                    "type": "integer",
510                    "example": 0
511                  },
512                  "PROXY_SERPS": {
513                    "type": "integer",
514                    "example": 0
515                  }
516                }
517              }
518            }
519          }
520        }
521      }
522    }
523  }
524}

Indeed + LinkedIn 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 Indeed + LinkedIn 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:

Developer
Maintained by Community

Actor Metrics

  • 26 monthly users

  • 5 stars

  • 99% runs succeeded

  • 16 days response time

  • Created in Aug 2024

  • Modified 4 months ago