![Google Jobs Scraper avatar](https://images.apifyusercontent.com/6QcQxAp1zRXTCFY_zu3Y4pS-o8NvrkwplrMbgC1t6ew/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vbm9wbk9FV0lZakxRZkJxRU8vUnlSaGFONnA5ZFQ4WGJNeUMtZ29vZ2xlLmpwZWc.webp)
Google Jobs Scraper
3 days trial then $20.00/month - No credit card required now
![Google Jobs Scraper](https://images.apifyusercontent.com/6QcQxAp1zRXTCFY_zu3Y4pS-o8NvrkwplrMbgC1t6ew/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vbm9wbk9FV0lZakxRZkJxRU8vUnlSaGFONnA5ZFQ4WGJNeUMtZ29vZ2xlLmpwZWc.webp)
Google Jobs Scraper
3 days trial then $20.00/month - No credit card required now
The most comprehensive Google Jobs Scraper ever! Extremely configurable, highly customizable, and blazing fast. Retrieve salary, social links, apply links, and all detailed sections. Both for data retrieval and API Integration. Easy use without any limits!
You can access the Google 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": "5QjM7p6dtuDcI4cpo"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/epctex~google-jobs-scraper/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-epctex-google-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/epctex~google-jobs-scraper/runs": {
50 "post": {
51 "operationId": "runs-sync-epctex-google-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/epctex~google-jobs-scraper/run-sync": {
93 "post": {
94 "operationId": "run-sync-epctex-google-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 "proxy"
135 ],
136 "properties": {
137 "startUrls": {
138 "title": "Start URLs",
139 "type": "array",
140 "description": "URLs to start with. It should be Job Listing URL.",
141 "items": {
142 "type": "string"
143 }
144 },
145 "maxItems": {
146 "title": "Maximum number of listing items",
147 "type": "integer",
148 "description": "Maximum number of listing items that you want as output. Default is all"
149 },
150 "endPage": {
151 "title": "List end page",
152 "type": "integer",
153 "description": "The page number that you want to end with. By default there is no end page. This is applies to all search request and startUrls individually."
154 },
155 "queries": {
156 "title": "Search Queries",
157 "type": "array",
158 "description": "(Required if you don't use 'Start URLs') You can provide a list of queries that you want to search.",
159 "items": {
160 "type": "string"
161 }
162 },
163 "countryCode": {
164 "title": "Country",
165 "enum": [
166 "us",
167 "af",
168 "al",
169 "dz",
170 "as",
171 "ad",
172 "ao",
173 "ai",
174 "aq",
175 "ag",
176 "ar",
177 "am",
178 "aw",
179 "au",
180 "at",
181 "az",
182 "bs",
183 "bh",
184 "bd",
185 "bb",
186 "by",
187 "be",
188 "bz",
189 "bj",
190 "bm",
191 "bt",
192 "bo",
193 "ba",
194 "bw",
195 "bv",
196 "br",
197 "io",
198 "bn",
199 "bg",
200 "bf",
201 "bi",
202 "kh",
203 "cm",
204 "ca",
205 "cv",
206 "ky",
207 "cf",
208 "td",
209 "cl",
210 "cn",
211 "cx",
212 "cc",
213 "co",
214 "km",
215 "cg",
216 "cd",
217 "ck",
218 "cr",
219 "ci",
220 "hr",
221 "cu",
222 "cy",
223 "cz",
224 "dk",
225 "dj",
226 "dm",
227 "do",
228 "ec",
229 "eg",
230 "sv",
231 "gq",
232 "er",
233 "ee",
234 "et",
235 "fk",
236 "fo",
237 "fj",
238 "fi",
239 "fr",
240 "gf",
241 "pf",
242 "tf",
243 "ga",
244 "gm",
245 "ge",
246 "de",
247 "gh",
248 "gi",
249 "gr",
250 "gl",
251 "gd",
252 "gp",
253 "gu",
254 "gt",
255 "gn",
256 "gw",
257 "gy",
258 "ht",
259 "hm",
260 "va",
261 "hn",
262 "hk",
263 "hu",
264 "is",
265 "in",
266 "id",
267 "ir",
268 "iq",
269 "ie",
270 "il",
271 "it",
272 "jm",
273 "jp",
274 "jo",
275 "kz",
276 "ke",
277 "ki",
278 "kp",
279 "kr",
280 "kw",
281 "kg",
282 "la",
283 "lv",
284 "lb",
285 "ls",
286 "lr",
287 "ly",
288 "li",
289 "lt",
290 "lu",
291 "mo",
292 "mk",
293 "mg",
294 "mw",
295 "my",
296 "mv",
297 "ml",
298 "mt",
299 "mh",
300 "mq",
301 "mr",
302 "mu",
303 "yt",
304 "mx",
305 "fm",
306 "md",
307 "mc",
308 "mn",
309 "ms",
310 "ma",
311 "mz",
312 "mm",
313 "na",
314 "nr",
315 "np",
316 "nl",
317 "an",
318 "nc",
319 "nz",
320 "ni",
321 "ne",
322 "ng",
323 "nu",
324 "nf",
325 "mp",
326 "no",
327 "om",
328 "pk",
329 "pw",
330 "ps",
331 "pa",
332 "pg",
333 "py",
334 "pe",
335 "ph",
336 "pn",
337 "pl",
338 "pt",
339 "pr",
340 "qa",
341 "re",
342 "ro",
343 "ru",
344 "rw",
345 "sh",
346 "kn",
347 "lc",
348 "pm",
349 "vc",
350 "ws",
351 "sm",
352 "st",
353 "sa",
354 "sn",
355 "cs",
356 "sc",
357 "sl",
358 "sg",
359 "sk",
360 "si",
361 "sb",
362 "so",
363 "za",
364 "gs",
365 "es",
366 "lk",
367 "sd",
368 "sr",
369 "sj",
370 "sz",
371 "se",
372 "ch",
373 "sy",
374 "tw",
375 "tj",
376 "tz",
377 "th",
378 "tl",
379 "tg",
380 "tk",
381 "to",
382 "tt",
383 "tn",
384 "tr",
385 "tm",
386 "tc",
387 "tv",
388 "ug",
389 "ua",
390 "ae",
391 "gb",
392 "um",
393 "uy",
394 "uz",
395 "vu",
396 "ve",
397 "vn",
398 "vg",
399 "vi",
400 "wf",
401 "eh",
402 "ye",
403 "zm",
404 "zw"
405 ],
406 "type": "string",
407 "description": "Country determines the Google Jobs search domain (e.g. <code>google.es</code> for Spain). <br><br>This setting only applies to Search queries.",
408 "default": "us"
409 },
410 "languageCode": {
411 "title": "Language",
412 "enum": [
413 "en",
414 "af",
415 "ak",
416 "sq",
417 "ws",
418 "am",
419 "ar",
420 "hy",
421 "az",
422 "eu",
423 "be",
424 "bem",
425 "bn",
426 "bh",
427 "xx-bork",
428 "bs",
429 "br",
430 "bg",
431 "bt",
432 "km",
433 "ca",
434 "chr",
435 "ny",
436 "zh-cn",
437 "zh-tw",
438 "co",
439 "hr",
440 "cs",
441 "da",
442 "nl",
443 "xx-elmer",
444 "eo",
445 "et",
446 "ee",
447 "fo",
448 "tl",
449 "fi",
450 "fr",
451 "fy",
452 "gaa",
453 "gl",
454 "ka",
455 "de",
456 "el",
457 "kl",
458 "gn",
459 "gu",
460 "xx-hacker",
461 "ht",
462 "ha",
463 "haw",
464 "iw",
465 "hi",
466 "hu",
467 "is",
468 "ig",
469 "id",
470 "ia",
471 "ga",
472 "it",
473 "ja",
474 "jw",
475 "kn",
476 "kk",
477 "rw",
478 "rn",
479 "xx-klingon",
480 "kg",
481 "ko",
482 "kri",
483 "ku",
484 "ckb",
485 "ky",
486 "lo",
487 "la",
488 "lv",
489 "ln",
490 "lt",
491 "loz",
492 "lg",
493 "ach",
494 "mk",
495 "mg",
496 "my",
497 "ml",
498 "mt",
499 "mv",
500 "mi",
501 "mr",
502 "mfe",
503 "mo",
504 "mn",
505 "sr-me",
506 "ne",
507 "pcm",
508 "nso",
509 "no",
510 "nn",
511 "oc",
512 "or",
513 "om",
514 "ps",
515 "fa",
516 "xx-pirate",
517 "pl",
518 "pt",
519 "pt-br",
520 "pt-pt",
521 "pa",
522 "qu",
523 "ro",
524 "rm",
525 "nyn",
526 "ru",
527 "gd",
528 "sr",
529 "sh",
530 "st",
531 "tn",
532 "crs",
533 "sn",
534 "sd",
535 "si",
536 "sk",
537 "sl",
538 "so",
539 "es",
540 "es-419",
541 "su",
542 "sw",
543 "sv",
544 "tg",
545 "ta",
546 "tt",
547 "te",
548 "th",
549 "ti",
550 "to",
551 "lua",
552 "tum",
553 "tr",
554 "tk",
555 "tw",
556 "ug",
557 "uk",
558 "ur",
559 "uz",
560 "vu",
561 "vi",
562 "cy",
563 "wo",
564 "xh",
565 "yi",
566 "yo",
567 "zu"
568 ],
569 "type": "string",
570 "description": "Language for the search results, which is passed to Google Jobs search as the hl URL query parameter. (af, tr, de, etc...)",
571 "default": "en"
572 },
573 "locationUule": {
574 "title": "Location UULE",
575 "type": "string",
576 "description": "This code specifies the precise location for Google Jobs searches. It's used as the 'uule' query parameter in Google Jobs Search URLs. Generate the UULE code using this generator: https://padavvan.github.io/"
577 },
578 "radius": {
579 "title": "Jobs Radius",
580 "type": "integer",
581 "description": "Enables job searching within a specified radius, in kilometers."
582 },
583 "includeUnfilteredResults": {
584 "title": "Include unfiltered results",
585 "type": "boolean",
586 "description": "If checked, the lower-quality results that Google normally filters out will be included. This usually consists of a few hundred extra results.",
587 "default": false
588 },
589 "csvFriendlyOutput": {
590 "title": "CSV friendly output",
591 "type": "boolean",
592 "description": "If checked, the crawler will return results in a structure suitable for CSV format. Only 'googleJobs' results are included. CSV headers would be: title, companyName, location, description, and more.",
593 "default": true
594 },
595 "extendOutputFunction": {
596 "title": "Extend output function",
597 "type": "string",
598 "description": "Function that takes a JQuery handle ($) as argument and returns data that will be merged with the default output"
599 },
600 "customMapFunction": {
601 "title": "Custom map function",
602 "type": "string",
603 "description": "Function that takes each of the objects as argument and returns data that will be mapped by the function itself."
604 },
605 "proxy": {
606 "title": "Proxy configuration",
607 "type": "object",
608 "description": "Select proxies to be used by your crawler."
609 }
610 }
611 },
612 "runsResponseSchema": {
613 "type": "object",
614 "properties": {
615 "data": {
616 "type": "object",
617 "properties": {
618 "id": {
619 "type": "string"
620 },
621 "actId": {
622 "type": "string"
623 },
624 "userId": {
625 "type": "string"
626 },
627 "startedAt": {
628 "type": "string",
629 "format": "date-time",
630 "example": "2025-01-08T00:00:00.000Z"
631 },
632 "finishedAt": {
633 "type": "string",
634 "format": "date-time",
635 "example": "2025-01-08T00:00:00.000Z"
636 },
637 "status": {
638 "type": "string",
639 "example": "READY"
640 },
641 "meta": {
642 "type": "object",
643 "properties": {
644 "origin": {
645 "type": "string",
646 "example": "API"
647 },
648 "userAgent": {
649 "type": "string"
650 }
651 }
652 },
653 "stats": {
654 "type": "object",
655 "properties": {
656 "inputBodyLen": {
657 "type": "integer",
658 "example": 2000
659 },
660 "rebootCount": {
661 "type": "integer",
662 "example": 0
663 },
664 "restartCount": {
665 "type": "integer",
666 "example": 0
667 },
668 "resurrectCount": {
669 "type": "integer",
670 "example": 0
671 },
672 "computeUnits": {
673 "type": "integer",
674 "example": 0
675 }
676 }
677 },
678 "options": {
679 "type": "object",
680 "properties": {
681 "build": {
682 "type": "string",
683 "example": "latest"
684 },
685 "timeoutSecs": {
686 "type": "integer",
687 "example": 300
688 },
689 "memoryMbytes": {
690 "type": "integer",
691 "example": 1024
692 },
693 "diskMbytes": {
694 "type": "integer",
695 "example": 2048
696 }
697 }
698 },
699 "buildId": {
700 "type": "string"
701 },
702 "defaultKeyValueStoreId": {
703 "type": "string"
704 },
705 "defaultDatasetId": {
706 "type": "string"
707 },
708 "defaultRequestQueueId": {
709 "type": "string"
710 },
711 "buildNumber": {
712 "type": "string",
713 "example": "1.0.0"
714 },
715 "containerUrl": {
716 "type": "string"
717 },
718 "usage": {
719 "type": "object",
720 "properties": {
721 "ACTOR_COMPUTE_UNITS": {
722 "type": "integer",
723 "example": 0
724 },
725 "DATASET_READS": {
726 "type": "integer",
727 "example": 0
728 },
729 "DATASET_WRITES": {
730 "type": "integer",
731 "example": 0
732 },
733 "KEY_VALUE_STORE_READS": {
734 "type": "integer",
735 "example": 0
736 },
737 "KEY_VALUE_STORE_WRITES": {
738 "type": "integer",
739 "example": 1
740 },
741 "KEY_VALUE_STORE_LISTS": {
742 "type": "integer",
743 "example": 0
744 },
745 "REQUEST_QUEUE_READS": {
746 "type": "integer",
747 "example": 0
748 },
749 "REQUEST_QUEUE_WRITES": {
750 "type": "integer",
751 "example": 0
752 },
753 "DATA_TRANSFER_INTERNAL_GBYTES": {
754 "type": "integer",
755 "example": 0
756 },
757 "DATA_TRANSFER_EXTERNAL_GBYTES": {
758 "type": "integer",
759 "example": 0
760 },
761 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
762 "type": "integer",
763 "example": 0
764 },
765 "PROXY_SERPS": {
766 "type": "integer",
767 "example": 0
768 }
769 }
770 },
771 "usageTotalUsd": {
772 "type": "number",
773 "example": 0.00005
774 },
775 "usageUsd": {
776 "type": "object",
777 "properties": {
778 "ACTOR_COMPUTE_UNITS": {
779 "type": "integer",
780 "example": 0
781 },
782 "DATASET_READS": {
783 "type": "integer",
784 "example": 0
785 },
786 "DATASET_WRITES": {
787 "type": "integer",
788 "example": 0
789 },
790 "KEY_VALUE_STORE_READS": {
791 "type": "integer",
792 "example": 0
793 },
794 "KEY_VALUE_STORE_WRITES": {
795 "type": "number",
796 "example": 0.00005
797 },
798 "KEY_VALUE_STORE_LISTS": {
799 "type": "integer",
800 "example": 0
801 },
802 "REQUEST_QUEUE_READS": {
803 "type": "integer",
804 "example": 0
805 },
806 "REQUEST_QUEUE_WRITES": {
807 "type": "integer",
808 "example": 0
809 },
810 "DATA_TRANSFER_INTERNAL_GBYTES": {
811 "type": "integer",
812 "example": 0
813 },
814 "DATA_TRANSFER_EXTERNAL_GBYTES": {
815 "type": "integer",
816 "example": 0
817 },
818 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
819 "type": "integer",
820 "example": 0
821 },
822 "PROXY_SERPS": {
823 "type": "integer",
824 "example": 0
825 }
826 }
827 }
828 }
829 }
830 }
831 }
832 }
833 }
834}
Google 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 Google 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:
Actor Metrics
76 monthly users
-
8 stars
>99% runs succeeded
16 hours response time
Created in Dec 2023
Modified 10 hours ago