🔥 Glassdoor jobs scraper avatar

🔥 Glassdoor jobs scraper

Try for free

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

Go to Store
🔥 Glassdoor jobs scraper

🔥 Glassdoor jobs scraper

bebity/glassdoor-jobs-scraper
Try for free

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

ℹ️ Elevate your job search with the sleek Glassdoor Scraper for Apify. Tailor-made for the modern job seeker, it's your secret weapon in the job market. Dive into a world of opportunities with custom searches, precise filtering. Fast, efficient, and incredibly user-friendly 🚀✨

You can access the 🔥 Glassdoor 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.1",
5    "x-build-id": "fBsPkTqIVZNvrnzJD"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/bebity~glassdoor-jobs-scraper/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-bebity-glassdoor-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~glassdoor-jobs-scraper/runs": {
50      "post": {
51        "operationId": "runs-sync-bebity-glassdoor-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~glassdoor-jobs-scraper/run-sync": {
93      "post": {
94        "operationId": "run-sync-bebity-glassdoor-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          "keyword",
135          "maxItems",
136          "proxy"
137        ],
138        "properties": {
139          "keyword": {
140            "title": "🔎 Keyword",
141            "type": "string",
142            "description": "Keyword to search for. Default is `Software Engineer`."
143          },
144          "maxItems": {
145            "title": "Maximum items",
146            "type": "integer",
147            "description": "Maximum number of items to scrape. Default is `200`.",
148            "default": 200
149          },
150          "baseUrl": {
151            "title": "🎌 Country",
152            "enum": [
153              "https://www.glassdoor.com",
154              "https://www.glassdoor.com.ar",
155              "https://www.glassdoor.com.au",
156              "https://nl.glassdoor.be",
157              "https://fr.glassdoor.be",
158              "https://www.glassdoor.com.br",
159              "https://www.glassdoor.ca",
160              "https://fr.glassdoor.ca",
161              "https://www.glassdoor.de",
162              "https://www.glassdoor.es",
163              "https://www.glassdoor.fr",
164              "https://www.glassdoor.com.hk",
165              "https://www.glassdoor.co.in",
166              "https://www.glassdoor.ie",
167              "https://www.glassdoor.it",
168              "https://www.glassdoor.com.mx",
169              "https://www.glassdoor.nl",
170              "https://www.glassdoor.co.nz",
171              "https://www.glassdoor.at",
172              "https://de.glassdoor.ch",
173              "https://www.glassdoor.sg",
174              "https://fr.glassdoor.ch",
175              "https://www.glassdoor.co.uk"
176            ],
177            "type": "string",
178            "description": "Select country (default is USA) Enhance accuracy by selecting the associated country. Data is drawn directly from country-specific Glassdoor.com platforms, ensuring relevant outcomes for your location.",
179            "default": "https://www.glassdoor.com"
180          },
181          "location": {
182            "title": "Location",
183            "type": "string",
184            "description": "Location to search in."
185          },
186          "includeNoSalaryJob": {
187            "title": "Include no salary jobs",
188            "type": "boolean",
189            "description": "Include jobs with no salary. Default is `false`.",
190            "default": false
191          },
192          "companyName": {
193            "title": "Company name",
194            "type": "string",
195            "description": "Company name to search for."
196          },
197          "minSalary": {
198            "title": "⬇️ Minimum salary",
199            "type": "integer",
200            "description": "Minimum salary in EUR. Default is `0`.",
201            "default": 0
202          },
203          "maxSalary": {
204            "title": "⬆️ Maximum salary",
205            "type": "integer",
206            "description": "Maximum salary in EUR."
207          },
208          "fromAge": {
209            "title": "Publications age",
210            "enum": [
211              "1",
212              "3",
213              "7",
214              "14",
215              "30"
216            ],
217            "type": "string",
218            "description": "How old publications should be. Default is `ANY`."
219          },
220          "jobType": {
221            "title": "📃 Contract type",
222            "enum": [
223              "all",
224              "parttime",
225              "fulltime",
226              "contract",
227              "internship",
228              "temporary",
229              "apprenticeship",
230              "entrylevel"
231            ],
232            "type": "string",
233            "description": "Contract type. Default is `all`.",
234            "default": "all"
235          },
236          "radius": {
237            "title": "📍 Radius",
238            "enum": [
239              "0",
240              "6",
241              "12",
242              "18",
243              "31",
244              "62",
245              "124"
246            ],
247            "type": "string",
248            "description": "Radius in kilometers. Default is `30 Km`/`18 Miles`.",
249            "default": "18"
250          },
251          "industryType": {
252            "title": "🧱 Industry",
253            "enum": [
254              "ALL",
255              "FINANCIAL",
256              "MANAGEMENT_AND_CONSULTING",
257              "HUMAN_RESSOURCES_AND_RECRUITMENT",
258              "INFORMATION_TECHNOLOGIE"
259            ],
260            "type": "string",
261            "description": "Industry. Default is `All`.",
262            "default": "ALL"
263          },
264          "domainType": {
265            "title": "ℹ️ Domain",
266            "enum": [
267              "ALL",
268              "ADMINISTATION",
269              "AFFAIRS",
270              "CONSEIL",
271              "FORMATION",
272              "ENGENERING",
273              "FINANCE",
274              "HUMAN_RESSOURCES_AND_RECRUITMENTS",
275              "INFORMATION_TECHNOLOGIE",
276              "LEGAL",
277              "MEDIA_AND_COMMUNICATION",
278              "PRODUCT_PROJECT_MANAGEMENT",
279              "SCIENCE_RESEARCH",
280              "SELL_AREA"
281            ],
282            "type": "string",
283            "description": "Domain. Default is `All`.",
284            "default": "ALL"
285          },
286          "employerSizes": {
287            "title": "👥 Employer size",
288            "enum": [
289              "ALL",
290              "TINY",
291              "SMALL",
292              "MEDIUM",
293              "LARGE",
294              "HUGE"
295            ],
296            "type": "string",
297            "description": "Employer size. Default is `All`.",
298            "default": "ALL"
299          },
300          "applicationType": {
301            "title": "🔗 Application type",
302            "enum": [
303              "ALL",
304              "EASY_APPLY_INCLUDED",
305              "EASY_APPLY_ONLY"
306            ],
307            "type": "string",
308            "description": "Application type. Default is `All`.",
309            "default": "ALL"
310          },
311          "remoteWorkType": {
312            "title": "🏡 Remote work",
313            "type": "boolean",
314            "description": "Remote work. Default is `ANY`."
315          },
316          "seniorityType": {
317            "title": "🙌 Seniority",
318            "enum": [
319              "all",
320              "internship",
321              "entrylevel",
322              "midseniorlevel",
323              "director",
324              "executive"
325            ],
326            "type": "string",
327            "description": "Seniority. Default is `All`.",
328            "default": "all"
329          },
330          "minRating": {
331            "title": "⭐️ Minimum rating",
332            "enum": [
333              "0",
334              "1",
335              "2",
336              "3",
337              "4",
338              "5"
339            ],
340            "type": "string",
341            "description": "Minimum rating. Default is `0`.",
342            "default": "0"
343          },
344          "proxy": {
345            "title": "Proxy configuration",
346            "type": "object",
347            "description": "Select proxies to be used.",
348            "default": {
349              "useApifyProxy": true,
350              "apifyProxyGroups": [
351                "RESIDENTIAL"
352              ]
353            }
354          }
355        }
356      },
357      "runsResponseSchema": {
358        "type": "object",
359        "properties": {
360          "data": {
361            "type": "object",
362            "properties": {
363              "id": {
364                "type": "string"
365              },
366              "actId": {
367                "type": "string"
368              },
369              "userId": {
370                "type": "string"
371              },
372              "startedAt": {
373                "type": "string",
374                "format": "date-time",
375                "example": "2025-01-08T00:00:00.000Z"
376              },
377              "finishedAt": {
378                "type": "string",
379                "format": "date-time",
380                "example": "2025-01-08T00:00:00.000Z"
381              },
382              "status": {
383                "type": "string",
384                "example": "READY"
385              },
386              "meta": {
387                "type": "object",
388                "properties": {
389                  "origin": {
390                    "type": "string",
391                    "example": "API"
392                  },
393                  "userAgent": {
394                    "type": "string"
395                  }
396                }
397              },
398              "stats": {
399                "type": "object",
400                "properties": {
401                  "inputBodyLen": {
402                    "type": "integer",
403                    "example": 2000
404                  },
405                  "rebootCount": {
406                    "type": "integer",
407                    "example": 0
408                  },
409                  "restartCount": {
410                    "type": "integer",
411                    "example": 0
412                  },
413                  "resurrectCount": {
414                    "type": "integer",
415                    "example": 0
416                  },
417                  "computeUnits": {
418                    "type": "integer",
419                    "example": 0
420                  }
421                }
422              },
423              "options": {
424                "type": "object",
425                "properties": {
426                  "build": {
427                    "type": "string",
428                    "example": "latest"
429                  },
430                  "timeoutSecs": {
431                    "type": "integer",
432                    "example": 300
433                  },
434                  "memoryMbytes": {
435                    "type": "integer",
436                    "example": 1024
437                  },
438                  "diskMbytes": {
439                    "type": "integer",
440                    "example": 2048
441                  }
442                }
443              },
444              "buildId": {
445                "type": "string"
446              },
447              "defaultKeyValueStoreId": {
448                "type": "string"
449              },
450              "defaultDatasetId": {
451                "type": "string"
452              },
453              "defaultRequestQueueId": {
454                "type": "string"
455              },
456              "buildNumber": {
457                "type": "string",
458                "example": "1.0.0"
459              },
460              "containerUrl": {
461                "type": "string"
462              },
463              "usage": {
464                "type": "object",
465                "properties": {
466                  "ACTOR_COMPUTE_UNITS": {
467                    "type": "integer",
468                    "example": 0
469                  },
470                  "DATASET_READS": {
471                    "type": "integer",
472                    "example": 0
473                  },
474                  "DATASET_WRITES": {
475                    "type": "integer",
476                    "example": 0
477                  },
478                  "KEY_VALUE_STORE_READS": {
479                    "type": "integer",
480                    "example": 0
481                  },
482                  "KEY_VALUE_STORE_WRITES": {
483                    "type": "integer",
484                    "example": 1
485                  },
486                  "KEY_VALUE_STORE_LISTS": {
487                    "type": "integer",
488                    "example": 0
489                  },
490                  "REQUEST_QUEUE_READS": {
491                    "type": "integer",
492                    "example": 0
493                  },
494                  "REQUEST_QUEUE_WRITES": {
495                    "type": "integer",
496                    "example": 0
497                  },
498                  "DATA_TRANSFER_INTERNAL_GBYTES": {
499                    "type": "integer",
500                    "example": 0
501                  },
502                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
503                    "type": "integer",
504                    "example": 0
505                  },
506                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
507                    "type": "integer",
508                    "example": 0
509                  },
510                  "PROXY_SERPS": {
511                    "type": "integer",
512                    "example": 0
513                  }
514                }
515              },
516              "usageTotalUsd": {
517                "type": "number",
518                "example": 0.00005
519              },
520              "usageUsd": {
521                "type": "object",
522                "properties": {
523                  "ACTOR_COMPUTE_UNITS": {
524                    "type": "integer",
525                    "example": 0
526                  },
527                  "DATASET_READS": {
528                    "type": "integer",
529                    "example": 0
530                  },
531                  "DATASET_WRITES": {
532                    "type": "integer",
533                    "example": 0
534                  },
535                  "KEY_VALUE_STORE_READS": {
536                    "type": "integer",
537                    "example": 0
538                  },
539                  "KEY_VALUE_STORE_WRITES": {
540                    "type": "number",
541                    "example": 0.00005
542                  },
543                  "KEY_VALUE_STORE_LISTS": {
544                    "type": "integer",
545                    "example": 0
546                  },
547                  "REQUEST_QUEUE_READS": {
548                    "type": "integer",
549                    "example": 0
550                  },
551                  "REQUEST_QUEUE_WRITES": {
552                    "type": "integer",
553                    "example": 0
554                  },
555                  "DATA_TRANSFER_INTERNAL_GBYTES": {
556                    "type": "integer",
557                    "example": 0
558                  },
559                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
560                    "type": "integer",
561                    "example": 0
562                  },
563                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
564                    "type": "integer",
565                    "example": 0
566                  },
567                  "PROXY_SERPS": {
568                    "type": "integer",
569                    "example": 0
570                  }
571                }
572              }
573            }
574          }
575        }
576      }
577    }
578  }
579}

🔥 Glassdoor 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 🔥 Glassdoor 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

  • 101 monthly users

  • 19 stars

  • 98% runs succeeded

  • 47 days response time

  • Created in Feb 2023

  • Modified 4 months ago