
Google Jobs Scraper
Pricing
Pay per event

Google Jobs Scraper
Google Jobs Scraper is to enable you to scrape Google Jobs Results, extract "googleJobs", "categories". Allow customizing country or language or job radius and extraction of custom attributes. Download data as HTML table, JSON, CSV, Excel, XML.
0.0 (0)
Pricing
Pay per event
10
Monthly users
43
Runs succeeded
>99%
Last modified
7 days ago
You can access the Google Jobs Scraper programmatically from your own applications by using the Apify API. You can also 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.0",
5 "x-build-id": "xM1im833PR7GyaX3o"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/dan.scraper~google-jobs-scraper/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-dan.scraper-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/dan.scraper~google-jobs-scraper/runs": {
50 "post": {
51 "operationId": "runs-sync-dan.scraper-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/dan.scraper~google-jobs-scraper/run-sync": {
93 "post": {
94 "operationId": "run-sync-dan.scraper-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 "queries"
135 ],
136 "properties": {
137 "queries": {
138 "title": "Search job queries",
139 "type": "string",
140 "description": "Google Jobs Search queries (e.g. <code>Teacher</code>)<br><br>Enter one item per line."
141 },
142 "maxPagesPerQuery": {
143 "title": "Max pages per query",
144 "minimum": 1,
145 "type": "integer",
146 "description": "The maximum number of search result pages crawled for each search query or URL."
147 },
148 "csvFriendlyOutput": {
149 "title": "CSV friendly output (1 result on 1 row)",
150 "type": "boolean",
151 "description": "If checked, the crawler will return results in a structure suitable for CSV format. Only organic results are included.",
152 "default": false
153 },
154 "locationUule": {
155 "title": "Search Location - UULE location code",
156 "type": "string",
157 "description": "The code for geolocation of search results. It's passed to Google Search as the <code>uule</code> URL query parameter. You can use the <a href='https://padavvan.github.io/' target='_blank'>UULE code generator</a>. Learn more about <a href='https://moz.com/ugc/geolocation-the-ultimate-tip-to-emulate-local-search' target='_blank'>emulating local search</a>. <br><br> <b>Notice</b>: This parameter is the ONLY way to get Google Jobs results from a specific location."
158 },
159 "countryCode": {
160 "title": "Country",
161 "enum": [
162 "",
163 "af",
164 "al",
165 "dz",
166 "as",
167 "ad",
168 "ao",
169 "ai",
170 "aq",
171 "ag",
172 "ar",
173 "am",
174 "aw",
175 "au",
176 "at",
177 "az",
178 "bs",
179 "bh",
180 "bd",
181 "bb",
182 "by",
183 "be",
184 "bz",
185 "bj",
186 "bm",
187 "bt",
188 "bo",
189 "ba",
190 "bw",
191 "bv",
192 "br",
193 "io",
194 "bn",
195 "bg",
196 "bf",
197 "bi",
198 "kh",
199 "cm",
200 "ca",
201 "cv",
202 "ky",
203 "cf",
204 "td",
205 "cl",
206 "cn",
207 "cx",
208 "cc",
209 "co",
210 "km",
211 "cg",
212 "cd",
213 "ck",
214 "cr",
215 "ci",
216 "hr",
217 "cu",
218 "cy",
219 "cz",
220 "dk",
221 "dj",
222 "dm",
223 "do",
224 "ec",
225 "eg",
226 "sv",
227 "gq",
228 "er",
229 "ee",
230 "et",
231 "fk",
232 "fo",
233 "fj",
234 "fi",
235 "fr",
236 "gf",
237 "pf",
238 "tf",
239 "ga",
240 "gm",
241 "ge",
242 "de",
243 "gh",
244 "gi",
245 "gr",
246 "gl",
247 "gd",
248 "gp",
249 "gu",
250 "gt",
251 "gn",
252 "gw",
253 "gy",
254 "ht",
255 "hm",
256 "va",
257 "hn",
258 "hk",
259 "hu",
260 "is",
261 "in",
262 "id",
263 "ir",
264 "iq",
265 "ie",
266 "il",
267 "it",
268 "jm",
269 "jp",
270 "jo",
271 "kz",
272 "ke",
273 "ki",
274 "kp",
275 "kr",
276 "kw",
277 "kg",
278 "la",
279 "lv",
280 "lb",
281 "ls",
282 "lr",
283 "ly",
284 "li",
285 "lt",
286 "lu",
287 "mo",
288 "mk",
289 "mg",
290 "mw",
291 "my",
292 "mv",
293 "ml",
294 "mt",
295 "mh",
296 "mq",
297 "mr",
298 "mu",
299 "yt",
300 "mx",
301 "fm",
302 "md",
303 "mc",
304 "mn",
305 "ms",
306 "ma",
307 "mz",
308 "mm",
309 "na",
310 "nr",
311 "np",
312 "nl",
313 "an",
314 "nc",
315 "nz",
316 "ni",
317 "ne",
318 "ng",
319 "nu",
320 "nf",
321 "mp",
322 "no",
323 "om",
324 "pk",
325 "pw",
326 "ps",
327 "pa",
328 "pg",
329 "py",
330 "pe",
331 "ph",
332 "pn",
333 "pl",
334 "pt",
335 "pr",
336 "qa",
337 "re",
338 "ro",
339 "ru",
340 "rw",
341 "sh",
342 "kn",
343 "lc",
344 "pm",
345 "vc",
346 "ws",
347 "sm",
348 "st",
349 "sa",
350 "sn",
351 "cs",
352 "sc",
353 "sl",
354 "sg",
355 "sk",
356 "si",
357 "sb",
358 "so",
359 "za",
360 "gs",
361 "es",
362 "lk",
363 "sd",
364 "sr",
365 "sj",
366 "sz",
367 "se",
368 "ch",
369 "sy",
370 "tw",
371 "tj",
372 "tz",
373 "th",
374 "tl",
375 "tg",
376 "tk",
377 "to",
378 "tt",
379 "tn",
380 "tr",
381 "tm",
382 "tc",
383 "tv",
384 "ug",
385 "ua",
386 "ae",
387 "gb",
388 "us",
389 "um",
390 "uy",
391 "uz",
392 "vu",
393 "ve",
394 "vn",
395 "vg",
396 "vi",
397 "wf",
398 "eh",
399 "ye",
400 "zm",
401 "zw"
402 ],
403 "type": "string",
404 "description": "This param is for the Country (e.g. <code>es</code> for Spain). The values must be lower-cased <a href=\"https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\" target=\"_blank\">ISO 3166</a> country codes supported by Google. By default, the actor uses United States (<code>us</code>).<br><br><b>Notice</b>: To get Google Jobs results from a location, please use UULE code. If you choose <code>countryCode</code> as <code>es</code> without setting <code>locationUule</code>, you will get the results from United States(default search location). To get results from Spain, you need to set <code>locationUule</code> to <code>w+CAIQICIFU3BhaW4=</code>"
405 },
406 "languageCode": {
407 "title": "Language",
408 "enum": [
409 "",
410 "af",
411 "sq",
412 "sm",
413 "ar",
414 "az",
415 "eu",
416 "be",
417 "bn",
418 "bh",
419 "bs",
420 "bg",
421 "ca",
422 "zh-CN",
423 "zh-TW",
424 "hr",
425 "cs",
426 "da",
427 "nl",
428 "en",
429 "eo",
430 "et",
431 "fo",
432 "fi",
433 "fr",
434 "fy",
435 "gl",
436 "ka",
437 "de",
438 "el",
439 "gu",
440 "iw",
441 "hi",
442 "hu",
443 "is",
444 "id",
445 "ia",
446 "ga",
447 "it",
448 "ja",
449 "jw",
450 "kn",
451 "ko",
452 "la",
453 "lv",
454 "lt",
455 "mk",
456 "ms",
457 "ml",
458 "mt",
459 "mr",
460 "ne",
461 "no",
462 "nn",
463 "oc",
464 "fa",
465 "pl",
466 "pt-BR",
467 "pt-PT",
468 "pa",
469 "ro",
470 "ru",
471 "gd",
472 "sr",
473 "si",
474 "sk",
475 "sl",
476 "es",
477 "su",
478 "sw",
479 "sv",
480 "tl",
481 "ta",
482 "te",
483 "th",
484 "ti",
485 "tr",
486 "uk",
487 "ur",
488 "uz",
489 "vi",
490 "cy",
491 "xh",
492 "zu"
493 ],
494 "type": "string",
495 "description": "Language for the search results, which is passed to Google Search as the <code>hl</code> URL query parameter. Only set this if you want to use a non-default language for the selected country. The values must be lower-cased <a href=\"https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes\" target=\"_blank\">ISO 639</a> language codes supported by Google.<br><br>This setting only applies to <strong>Search queries</strong>, but not to <strong>URLs</strong>.",
496 "default": ""
497 },
498 "googleDomain": {
499 "title": "Google Domain",
500 "enum": [
501 "",
502 "google.ad",
503 "google.ae",
504 "google.com.af",
505 "google.com.ag",
506 "google.com.ai",
507 "google.al",
508 "google.am",
509 "google.co.ao",
510 "google.com.ar",
511 "google.as",
512 "google.at",
513 "google.com.au",
514 "google.az",
515 "google.ba",
516 "google.com.bd",
517 "google.be",
518 "google.bf",
519 "google.bg",
520 "google.com.bh",
521 "google.bi",
522 "google.bj",
523 "google.com.bn",
524 "google.com.bo",
525 "google.com.br",
526 "google.bs",
527 "google.bt",
528 "google.co.bw",
529 "google.by",
530 "google.com.bz",
531 "google.ca",
532 "google.com.kh",
533 "google.cd",
534 "google.cf",
535 "google.cg",
536 "google.ch",
537 "google.ci",
538 "google.co.ck",
539 "google.cl",
540 "google.cm",
541 "google.com.co",
542 "google.co.cr",
543 "google.com.cu",
544 "google.cv",
545 "google.com.cy",
546 "google.cz",
547 "google.de",
548 "google.dj",
549 "google.dk",
550 "google.dm",
551 "google.com.do",
552 "google.dz",
553 "google.com.ec",
554 "google.ee",
555 "google.com.eg",
556 "google.es",
557 "google.com.et",
558 "google.fi",
559 "google.fm",
560 "google.com.fj",
561 "google.fr",
562 "google.ga",
563 "google.ge",
564 "google.com.gh",
565 "google.com.gi",
566 "google.gl",
567 "google.gm",
568 "google.gp",
569 "google.gr",
570 "google.com.gt",
571 "google.gy",
572 "google.com.hk",
573 "google.hn",
574 "google.hr",
575 "google.ht",
576 "google.hu",
577 "google.co.id",
578 "google.iq",
579 "google.ie",
580 "google.co.il",
581 "google.co.in",
582 "google.is",
583 "google.it",
584 "google.je",
585 "google.com.jm",
586 "google.jo",
587 "google.co.jp",
588 "google.co.ke",
589 "google.ki",
590 "google.kg",
591 "google.co.kr",
592 "google.com.kw",
593 "google.kz",
594 "google.la",
595 "google.com.lb",
596 "google.li",
597 "google.lk",
598 "google.co.ls",
599 "google.lt",
600 "google.lu",
601 "google.lv",
602 "google.com.ly",
603 "google.co.ma",
604 "google.md",
605 "google.mg",
606 "google.mk",
607 "google.ml",
608 "google.com.mm",
609 "google.mn",
610 "google.ms",
611 "google.com.mt",
612 "google.mu",
613 "google.mv",
614 "google.mw",
615 "google.com.mx",
616 "google.com.my",
617 "google.co.mz",
618 "google.com.na",
619 "google.ne",
620 "google.com.ng",
621 "google.com.ni",
622 "google.nl",
623 "google.no",
624 "google.com.np",
625 "google.nr",
626 "google.nu",
627 "google.co.nz",
628 "google.com.om",
629 "google.com.pk",
630 "google.com.pa",
631 "google.com.pe",
632 "google.com.ph",
633 "google.pl",
634 "google.com.pg",
635 "google.com.pr",
636 "google.ps",
637 "google.pt",
638 "google.com.py",
639 "google.com.qa",
640 "google.ro",
641 "google.rs",
642 "google.ru",
643 "google.rw",
644 "google.com.sa",
645 "google.com.sb",
646 "google.sc",
647 "google.se",
648 "google.com.sg",
649 "google.sh",
650 "google.si",
651 "google.sk",
652 "google.com.sl",
653 "google.sn",
654 "google.sm",
655 "google.so",
656 "google.sr",
657 "google.com.sv",
658 "google.td",
659 "google.tg",
660 "google.co.th",
661 "google.com.tj",
662 "google.tk",
663 "google.tl",
664 "google.tm",
665 "google.to",
666 "google.tn",
667 "google.com.tr",
668 "google.tt",
669 "google.com.tw",
670 "google.co.tz",
671 "google.com.ua",
672 "google.co.ug",
673 "google.co.uk",
674 "google.com.uy",
675 "google.co.uz",
676 "google.com.vc",
677 "google.co.ve",
678 "google.vg",
679 "google.co.vi",
680 "google.com.vn",
681 "google.vu",
682 "google.ws",
683 "google.co.za",
684 "google.co.zm",
685 "google.co.zw"
686 ],
687 "type": "string",
688 "description": "This param is for the Google Search Domain (e.g. <code>google.es</code> for Spain). By default, the actor uses United States (<code>google.com</code>).<br><br><b>Notice</b>: To get Google Jobs results from a location, please use UULE code. If you choose <code>googleDomain</code> as <code>google.es</code> without setting <code>locationUule</code>, you will get the results from United States(default search location). To get results from Spain, you need to set <code>locationUule</code> to <code>w+CAIQICIFU3BhaW4=</code>"
689 },
690 "radius": {
691 "title": "Jobs radius",
692 "type": "integer",
693 "description": "Allow you to search jobs within the radius - in kilometers."
694 },
695 "remoteOnly": {
696 "title": "Work From Home",
697 "type": "boolean",
698 "description": "If checked, the crawler will search for work from home jobs."
699 },
700 "filterParam": {
701 "title": "Filter Param",
702 "type": "string",
703 "description": "Jobs results can be filtered by this filter param. The filter param can built from <code>categories.param:categories.options.value</code>. Eg: <code>date_posted:today</code>,<code>employment_type:FULLTIME</code>. List of filter params can be found from results fof each search results."
704 },
705 "saveHtml": {
706 "title": "Save HTML to dataset",
707 "type": "boolean",
708 "description": "If checked, the HTML of Google Search results pages will be stored to the default dataset, under the <code>html</code> property. This is useful if you need to process the HTML, but it makes the dataset large and reduces performance.",
709 "default": false
710 }
711 }
712 },
713 "runsResponseSchema": {
714 "type": "object",
715 "properties": {
716 "data": {
717 "type": "object",
718 "properties": {
719 "id": {
720 "type": "string"
721 },
722 "actId": {
723 "type": "string"
724 },
725 "userId": {
726 "type": "string"
727 },
728 "startedAt": {
729 "type": "string",
730 "format": "date-time",
731 "example": "2025-01-08T00:00:00.000Z"
732 },
733 "finishedAt": {
734 "type": "string",
735 "format": "date-time",
736 "example": "2025-01-08T00:00:00.000Z"
737 },
738 "status": {
739 "type": "string",
740 "example": "READY"
741 },
742 "meta": {
743 "type": "object",
744 "properties": {
745 "origin": {
746 "type": "string",
747 "example": "API"
748 },
749 "userAgent": {
750 "type": "string"
751 }
752 }
753 },
754 "stats": {
755 "type": "object",
756 "properties": {
757 "inputBodyLen": {
758 "type": "integer",
759 "example": 2000
760 },
761 "rebootCount": {
762 "type": "integer",
763 "example": 0
764 },
765 "restartCount": {
766 "type": "integer",
767 "example": 0
768 },
769 "resurrectCount": {
770 "type": "integer",
771 "example": 0
772 },
773 "computeUnits": {
774 "type": "integer",
775 "example": 0
776 }
777 }
778 },
779 "options": {
780 "type": "object",
781 "properties": {
782 "build": {
783 "type": "string",
784 "example": "latest"
785 },
786 "timeoutSecs": {
787 "type": "integer",
788 "example": 300
789 },
790 "memoryMbytes": {
791 "type": "integer",
792 "example": 1024
793 },
794 "diskMbytes": {
795 "type": "integer",
796 "example": 2048
797 }
798 }
799 },
800 "buildId": {
801 "type": "string"
802 },
803 "defaultKeyValueStoreId": {
804 "type": "string"
805 },
806 "defaultDatasetId": {
807 "type": "string"
808 },
809 "defaultRequestQueueId": {
810 "type": "string"
811 },
812 "buildNumber": {
813 "type": "string",
814 "example": "1.0.0"
815 },
816 "containerUrl": {
817 "type": "string"
818 },
819 "usage": {
820 "type": "object",
821 "properties": {
822 "ACTOR_COMPUTE_UNITS": {
823 "type": "integer",
824 "example": 0
825 },
826 "DATASET_READS": {
827 "type": "integer",
828 "example": 0
829 },
830 "DATASET_WRITES": {
831 "type": "integer",
832 "example": 0
833 },
834 "KEY_VALUE_STORE_READS": {
835 "type": "integer",
836 "example": 0
837 },
838 "KEY_VALUE_STORE_WRITES": {
839 "type": "integer",
840 "example": 1
841 },
842 "KEY_VALUE_STORE_LISTS": {
843 "type": "integer",
844 "example": 0
845 },
846 "REQUEST_QUEUE_READS": {
847 "type": "integer",
848 "example": 0
849 },
850 "REQUEST_QUEUE_WRITES": {
851 "type": "integer",
852 "example": 0
853 },
854 "DATA_TRANSFER_INTERNAL_GBYTES": {
855 "type": "integer",
856 "example": 0
857 },
858 "DATA_TRANSFER_EXTERNAL_GBYTES": {
859 "type": "integer",
860 "example": 0
861 },
862 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
863 "type": "integer",
864 "example": 0
865 },
866 "PROXY_SERPS": {
867 "type": "integer",
868 "example": 0
869 }
870 }
871 },
872 "usageTotalUsd": {
873 "type": "number",
874 "example": 0.00005
875 },
876 "usageUsd": {
877 "type": "object",
878 "properties": {
879 "ACTOR_COMPUTE_UNITS": {
880 "type": "integer",
881 "example": 0
882 },
883 "DATASET_READS": {
884 "type": "integer",
885 "example": 0
886 },
887 "DATASET_WRITES": {
888 "type": "integer",
889 "example": 0
890 },
891 "KEY_VALUE_STORE_READS": {
892 "type": "integer",
893 "example": 0
894 },
895 "KEY_VALUE_STORE_WRITES": {
896 "type": "number",
897 "example": 0.00005
898 },
899 "KEY_VALUE_STORE_LISTS": {
900 "type": "integer",
901 "example": 0
902 },
903 "REQUEST_QUEUE_READS": {
904 "type": "integer",
905 "example": 0
906 },
907 "REQUEST_QUEUE_WRITES": {
908 "type": "integer",
909 "example": 0
910 },
911 "DATA_TRANSFER_INTERNAL_GBYTES": {
912 "type": "integer",
913 "example": 0
914 },
915 "DATA_TRANSFER_EXTERNAL_GBYTES": {
916 "type": "integer",
917 "example": 0
918 },
919 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
920 "type": "integer",
921 "example": 0
922 },
923 "PROXY_SERPS": {
924 "type": "integer",
925 "example": 0
926 }
927 }
928 }
929 }
930 }
931 }
932 }
933 }
934 }
935}
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:
Pricing
Pricing model
Pay per eventThis Actor is paid per result. You are not charged for the Apify platform usage, but only a fixed price for each dataset of 1,000 items in the Actor outputs.
ONE PAGE
$0.010
Price for 1 page, usually 10 jobs results. For 1000 jobs results, it cost 1 USD.