🔥 LinkedIn Jobs Scraper avatar

🔥 LinkedIn Jobs Scraper

Try for free

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

Go to Store
🔥 LinkedIn Jobs Scraper

🔥 LinkedIn Jobs Scraper

bebity/linkedin-jobs-scraper
Try for free

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

ℹ️ Designed for both personal and professional use, simply enter your desired job title and location to receive a tailored list of job opportunities. Try it today!

You can access the 🔥 LinkedIn Jobs Scraper 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": "i810pzhZPnO6Dxz1F"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/bebity~linkedin-jobs-scraper/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-bebity-linkedin-jobs-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/bebity~linkedin-jobs-scraper/runs": {
50      "post": {
51        "operationId": "runs-sync-bebity-linkedin-jobs-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/bebity~linkedin-jobs-scraper/run-sync": {
93      "post": {
94        "operationId": "run-sync-bebity-linkedin-jobs-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        "required": [
134          "title",
135          "location",
136          "rows"
137        ],
138        "properties": {
139          "title": {
140            "title": "Job title",
141            "type": "string",
142            "description": "The name of the job (e.g. Web developer).",
143            "default": ""
144          },
145          "location": {
146            "title": "Job location",
147            "type": "string",
148            "description": "The location of the job (e.g. Paris, New York).",
149            "default": "United States"
150          },
151          "companyName": {
152            "title": "Company name",
153            "type": "array",
154            "description": "The name(s) of the company(ies) (e.g. Google, NASA).",
155            "items": {
156              "type": "string"
157            }
158          },
159          "companyId": {
160            "title": "Company id",
161            "type": "array",
162            "description": "The ID(s) of the company(ies) (e.g. Facebook: 76987811, Uber: 1815218). Provide only the id numbers.",
163            "items": {
164              "type": "string"
165            }
166          },
167          "publishedAt": {
168            "title": "Published at",
169            "enum": [
170              "",
171              "r2592000",
172              "r604800",
173              "r86400"
174            ],
175            "type": "string",
176            "description": "Select work type to display",
177            "default": ""
178          },
179          "rows": {
180            "title": "Total rows",
181            "maximum": 1000,
182            "type": "integer",
183            "description": "How much rows do you want to display ? (e.g. 100)",
184            "default": 50
185          },
186          "workType": {
187            "title": "On-site/Remote",
188            "enum": [
189              "1",
190              "2",
191              "3"
192            ],
193            "type": "string",
194            "description": "Select work type to display"
195          },
196          "contractType": {
197            "title": "Job type",
198            "enum": [
199              "F",
200              "P",
201              "C",
202              "T",
203              "I",
204              "V"
205            ],
206            "type": "string",
207            "description": "Select job type to display"
208          },
209          "experienceLevel": {
210            "title": "Experience Level",
211            "enum": [
212              "1",
213              "2",
214              "3",
215              "4",
216              "5"
217            ],
218            "type": "string",
219            "description": "Select the experience levels to be displayed"
220          },
221          "proxy": {
222            "title": "Proxy configuration",
223            "type": "object",
224            "description": "Select proxies to be used.",
225            "default": {
226              "useApifyProxy": true,
227              "apifyProxyGroups": [
228                "RESIDENTIAL"
229              ]
230            }
231          }
232        }
233      },
234      "runsResponseSchema": {
235        "type": "object",
236        "properties": {
237          "data": {
238            "type": "object",
239            "properties": {
240              "id": {
241                "type": "string"
242              },
243              "actId": {
244                "type": "string"
245              },
246              "userId": {
247                "type": "string"
248              },
249              "startedAt": {
250                "type": "string",
251                "format": "date-time",
252                "example": "2025-01-08T00:00:00.000Z"
253              },
254              "finishedAt": {
255                "type": "string",
256                "format": "date-time",
257                "example": "2025-01-08T00:00:00.000Z"
258              },
259              "status": {
260                "type": "string",
261                "example": "READY"
262              },
263              "meta": {
264                "type": "object",
265                "properties": {
266                  "origin": {
267                    "type": "string",
268                    "example": "API"
269                  },
270                  "userAgent": {
271                    "type": "string"
272                  }
273                }
274              },
275              "stats": {
276                "type": "object",
277                "properties": {
278                  "inputBodyLen": {
279                    "type": "integer",
280                    "example": 2000
281                  },
282                  "rebootCount": {
283                    "type": "integer",
284                    "example": 0
285                  },
286                  "restartCount": {
287                    "type": "integer",
288                    "example": 0
289                  },
290                  "resurrectCount": {
291                    "type": "integer",
292                    "example": 0
293                  },
294                  "computeUnits": {
295                    "type": "integer",
296                    "example": 0
297                  }
298                }
299              },
300              "options": {
301                "type": "object",
302                "properties": {
303                  "build": {
304                    "type": "string",
305                    "example": "latest"
306                  },
307                  "timeoutSecs": {
308                    "type": "integer",
309                    "example": 300
310                  },
311                  "memoryMbytes": {
312                    "type": "integer",
313                    "example": 1024
314                  },
315                  "diskMbytes": {
316                    "type": "integer",
317                    "example": 2048
318                  }
319                }
320              },
321              "buildId": {
322                "type": "string"
323              },
324              "defaultKeyValueStoreId": {
325                "type": "string"
326              },
327              "defaultDatasetId": {
328                "type": "string"
329              },
330              "defaultRequestQueueId": {
331                "type": "string"
332              },
333              "buildNumber": {
334                "type": "string",
335                "example": "1.0.0"
336              },
337              "containerUrl": {
338                "type": "string"
339              },
340              "usage": {
341                "type": "object",
342                "properties": {
343                  "ACTOR_COMPUTE_UNITS": {
344                    "type": "integer",
345                    "example": 0
346                  },
347                  "DATASET_READS": {
348                    "type": "integer",
349                    "example": 0
350                  },
351                  "DATASET_WRITES": {
352                    "type": "integer",
353                    "example": 0
354                  },
355                  "KEY_VALUE_STORE_READS": {
356                    "type": "integer",
357                    "example": 0
358                  },
359                  "KEY_VALUE_STORE_WRITES": {
360                    "type": "integer",
361                    "example": 1
362                  },
363                  "KEY_VALUE_STORE_LISTS": {
364                    "type": "integer",
365                    "example": 0
366                  },
367                  "REQUEST_QUEUE_READS": {
368                    "type": "integer",
369                    "example": 0
370                  },
371                  "REQUEST_QUEUE_WRITES": {
372                    "type": "integer",
373                    "example": 0
374                  },
375                  "DATA_TRANSFER_INTERNAL_GBYTES": {
376                    "type": "integer",
377                    "example": 0
378                  },
379                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
380                    "type": "integer",
381                    "example": 0
382                  },
383                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
384                    "type": "integer",
385                    "example": 0
386                  },
387                  "PROXY_SERPS": {
388                    "type": "integer",
389                    "example": 0
390                  }
391                }
392              },
393              "usageTotalUsd": {
394                "type": "number",
395                "example": 0.00005
396              },
397              "usageUsd": {
398                "type": "object",
399                "properties": {
400                  "ACTOR_COMPUTE_UNITS": {
401                    "type": "integer",
402                    "example": 0
403                  },
404                  "DATASET_READS": {
405                    "type": "integer",
406                    "example": 0
407                  },
408                  "DATASET_WRITES": {
409                    "type": "integer",
410                    "example": 0
411                  },
412                  "KEY_VALUE_STORE_READS": {
413                    "type": "integer",
414                    "example": 0
415                  },
416                  "KEY_VALUE_STORE_WRITES": {
417                    "type": "number",
418                    "example": 0.00005
419                  },
420                  "KEY_VALUE_STORE_LISTS": {
421                    "type": "integer",
422                    "example": 0
423                  },
424                  "REQUEST_QUEUE_READS": {
425                    "type": "integer",
426                    "example": 0
427                  },
428                  "REQUEST_QUEUE_WRITES": {
429                    "type": "integer",
430                    "example": 0
431                  },
432                  "DATA_TRANSFER_INTERNAL_GBYTES": {
433                    "type": "integer",
434                    "example": 0
435                  },
436                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
437                    "type": "integer",
438                    "example": 0
439                  },
440                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
441                    "type": "integer",
442                    "example": 0
443                  },
444                  "PROXY_SERPS": {
445                    "type": "integer",
446                    "example": 0
447                  }
448                }
449              }
450            }
451          }
452        }
453      }
454    }
455  }
456}

🔥 LinkedIn 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 🔥 LinkedIn Jobs 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:

Developer
Maintained by Community

Actor Metrics

  • 1.2k monthly users

  • 194 bookmarks

  • >99% runs succeeded

  • 70 days response time

  • Created in Feb 2023

  • Modified 2 days ago

Categories