LinkedIn Jobs API avatar

LinkedIn Jobs API

Try for free

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

Go to Store
LinkedIn Jobs API

LinkedIn Jobs API

carvedai/linkedin-jobs-api
Try for free

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

Get real-time job posting data without cookies. Filter companies by size, industry, URLs. Cut through noise with LLMs.

Developer
Maintained by Community

Actor Metrics

  • 15 monthly users

  • No reviews yet

  • 9 bookmarks

  • 98% runs succeeded

  • 2.3 hours response time

  • Created in Sep 2024

  • Modified 2 months ago

You can access the LinkedIn Jobs API 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": "0.0",
5    "x-build-id": "NvvXed6RiGVc8s3M6"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/carvedai~linkedin-jobs-api/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-carvedai-linkedin-jobs-api",
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/carvedai~linkedin-jobs-api/runs": {
50      "post": {
51        "operationId": "runs-sync-carvedai-linkedin-jobs-api",
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/carvedai~linkedin-jobs-api/run-sync": {
93      "post": {
94        "operationId": "run-sync-carvedai-linkedin-jobs-api",
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        "properties": {
134          "positive_job_keywords": {
135            "title": "Job Keywords",
136            "maxItems": 20,
137            "type": "array",
138            "description": "List of keywords in job postings to match",
139            "items": {
140              "type": "string"
141            }
142          },
143          "positive_job_exact_keywords": {
144            "title": "Job Exact Keywords",
145            "maxItems": 20,
146            "type": "array",
147            "description": "List of keywords in job postings to exactly match",
148            "items": {
149              "type": "string"
150            }
151          },
152          "positive_job_functions": {
153            "title": "Job Functions",
154            "type": "array",
155            "description": "List of job functions to match",
156            "items": {
157              "type": "string",
158              "enum": [
159                "c_suite",
160                "product_management",
161                "engineering",
162                "design",
163                "education",
164                "finance",
165                "accounting",
166                "human_resources",
167                "legal",
168                "marketing",
169                "medical_health",
170                "operations",
171                "sales"
172              ],
173              "enumTitles": [
174                "C Suite",
175                "Product Management",
176                "Engineering",
177                "Design",
178                "Education",
179                "Finance",
180                "Accounting",
181                "Human Resources",
182                "Legal",
183                "Marketing",
184                "Medical Health",
185                "Operations",
186                "Sales"
187              ]
188            }
189          },
190          "positive_job_titles": {
191            "title": "Job Titles",
192            "maxItems": 20,
193            "type": "array",
194            "description": "List of job titles to match (eg. marketing manager)",
195            "items": {
196              "type": "string"
197            }
198          },
199          "positive_job_regions": {
200            "title": "Job Regions",
201            "maxItems": 20,
202            "type": "array",
203            "description": "List of job regions to match",
204            "items": {
205              "type": "string",
206              "enum": [
207                "United States",
208                "Afghanistan",
209                "Albania",
210                "Algeria",
211                "American Samoa",
212                "Andorra",
213                "Angola",
214                "Anguilla",
215                "Antarctica",
216                "Antigua & Barbuda",
217                "Argentina",
218                "Armenia",
219                "Aruba",
220                "Australia",
221                "Austria",
222                "Azerbaijan",
223                "Bahamas",
224                "Bahrain",
225                "Bangladesh",
226                "Barbados",
227                "Belarus",
228                "Belgium",
229                "Belize",
230                "Benin",
231                "Bermuda",
232                "Bhutan",
233                "Bolivia",
234                "Bosnia & Herzegovina",
235                "Botswana",
236                "Bouvet Island",
237                "Brazil",
238                "British Indian Ocean Territory",
239                "British Virgin Islands",
240                "Brunei",
241                "Bulgaria",
242                "Burkina Faso",
243                "Burundi",
244                "Cambodia",
245                "Cameroon",
246                "Canada",
247                "Cape Verde",
248                "Cayman Islands",
249                "Central African Republic",
250                "Chad",
251                "Chile",
252                "China",
253                "Christmas Island",
254                "Cocos (Keeling) Islands",
255                "Colombia",
256                "Comoros",
257                "Congo - Kinshasa",
258                "Cook Islands",
259                "Costa Rica",
260                "Côte d’Ivoire",
261                "Croatia",
262                "Cuba",
263                "Curaçao",
264                "Cyprus",
265                "Czechia",
266                "Denmark",
267                "Djibouti",
268                "Dominica",
269                "Dominican Republic",
270                "Ecuador",
271                "Egypt",
272                "El Salvador",
273                "Equatorial Guinea",
274                "Eritrea",
275                "Estonia",
276                "Eswatini",
277                "Ethiopia",
278                "European Union",
279                "Falkland Islands (Islas Malvinas)",
280                "Faroe Islands",
281                "Fiji",
282                "Finland",
283                "France",
284                "French Guiana",
285                "French Polynesia",
286                "French Southern Territories",
287                "Gabon",
288                "Gambia",
289                "Georgia",
290                "Germany",
291                "Ghana",
292                "Gibraltar",
293                "Greece",
294                "Greenland",
295                "Grenada",
296                "Guadeloupe",
297                "Guam",
298                "Guatemala",
299                "Guinea",
300                "Guinea-Bissau",
301                "Guyana",
302                "Haiti",
303                "Heard & McDonald Islands",
304                "Honduras",
305                "Hong Kong",
306                "Hungary",
307                "Iceland",
308                "India",
309                "Indonesia",
310                "Iran",
311                "Iraq",
312                "Ireland",
313                "Israel",
314                "Italy",
315                "Jamaica",
316                "Japan",
317                "Jordan",
318                "Kazakhstan",
319                "Kenya",
320                "Kiribati",
321                "Kuwait",
322                "Kyrgyzstan",
323                "Laos",
324                "Latvia",
325                "Lebanon",
326                "Lesotho",
327                "Liberia",
328                "Libya",
329                "Liechtenstein",
330                "Lithuania",
331                "Luxembourg",
332                "Macao",
333                "Madagascar",
334                "Malawi",
335                "Malaysia",
336                "Maldives",
337                "Mali",
338                "Malta",
339                "Marshall Islands",
340                "Martinique",
341                "Mauritania",
342                "Mauritius",
343                "Mayotte",
344                "Mexico",
345                "Micronesia",
346                "Moldova",
347                "Monaco",
348                "Mongolia",
349                "Montserrat",
350                "Morocco",
351                "Mozambique",
352                "Myanmar (Burma)",
353                "Namibia",
354                "Nauru",
355                "Nepal",
356                "Netherlands",
357                "New Caledonia",
358                "New Zealand",
359                "Nicaragua",
360                "Niger",
361                "Nigeria",
362                "Niue",
363                "Norfolk Island",
364                "North Korea",
365                "North Macedonia",
366                "Northern Mariana Islands",
367                "Norway",
368                "Oman",
369                "Pakistan",
370                "Palau",
371                "Palestine",
372                "Panama",
373                "Papua New Guinea",
374                "Paraguay",
375                "Peru",
376                "Philippines",
377                "Pitcairn Islands",
378                "Poland",
379                "Portugal",
380                "Puerto Rico",
381                "Qatar",
382                "Réunion",
383                "Romania",
384                "Russia",
385                "Rwanda",
386                "Samoa",
387                "San Marino",
388                "São Tomé & Príncipe",
389                "Saudi Arabia",
390                "Senegal",
391                "Serbia",
392                "Seychelles",
393                "Sierra Leone",
394                "Singapore",
395                "Slovakia",
396                "Slovenia",
397                "Solomon Islands",
398                "Somalia",
399                "South Africa",
400                "South Georgia & South Sandwich Islands",
401                "South Korea",
402                "Spain",
403                "Sri Lanka",
404                "St. Helena",
405                "St. Kitts & Nevis",
406                "St. Lucia",
407                "St. Pierre & Miquelon",
408                "St. Vincent & Grenadines",
409                "Sudan",
410                "Suriname",
411                "Svalbard & Jan Mayen",
412                "Sweden",
413                "Switzerland",
414                "Syria",
415                "Taiwan",
416                "Tajikistan",
417                "Tanzania",
418                "Thailand",
419                "Timor-Leste",
420                "Togo",
421                "Tokelau",
422                "Tonga",
423                "Trinidad & Tobago",
424                "Tunisia",
425                "Türkiye",
426                "Turkmenistan",
427                "Turks & Caicos Islands",
428                "Tuvalu",
429                "U.S. Outlying Islands",
430                "U.S. Virgin Islands",
431                "Uganda",
432                "Ukraine",
433                "United Arab Emirates",
434                "United Kingdom",
435                "Uruguay",
436                "Uzbekistan",
437                "Vanuatu",
438                "Vatican City",
439                "Venezuela",
440                "Vietnam",
441                "Wallis & Futuna",
442                "Western Sahara",
443                "Yemen",
444                "Zambia",
445                "Zimbabwe"
446              ],
447              "enumTitles": [
448                "United States",
449                "Afghanistan",
450                "Albania",
451                "Algeria",
452                "American Samoa",
453                "Andorra",
454                "Angola",
455                "Anguilla",
456                "Antarctica",
457                "Antigua & Barbuda",
458                "Argentina",
459                "Armenia",
460                "Aruba",
461                "Australia",
462                "Austria",
463                "Azerbaijan",
464                "Bahamas",
465                "Bahrain",
466                "Bangladesh",
467                "Barbados",
468                "Belarus",
469                "Belgium",
470                "Belize",
471                "Benin",
472                "Bermuda",
473                "Bhutan",
474                "Bolivia",
475                "Bosnia & Herzegovina",
476                "Botswana",
477                "Bouvet Island",
478                "Brazil",
479                "British Indian Ocean Territory",
480                "British Virgin Islands",
481                "Brunei",
482                "Bulgaria",
483                "Burkina Faso",
484                "Burundi",
485                "Cambodia",
486                "Cameroon",
487                "Canada",
488                "Cape Verde",
489                "Cayman Islands",
490                "Central African Republic",
491                "Chad",
492                "Chile",
493                "China",
494                "Christmas Island",
495                "Cocos (Keeling) Islands",
496                "Colombia",
497                "Comoros",
498                "Congo - Kinshasa",
499                "Cook Islands",
500                "Costa Rica",
501                "Côte d’Ivoire",
502                "Croatia",
503                "Cuba",
504                "Curaçao",
505                "Cyprus",
506                "Czechia",
507                "Denmark",
508                "Djibouti",
509                "Dominica",
510                "Dominican Republic",
511                "Ecuador",
512                "Egypt",
513                "El Salvador",
514                "Equatorial Guinea",
515                "Eritrea",
516                "Estonia",
517                "Eswatini",
518                "Ethiopia",
519                "European Union",
520                "Falkland Islands (Islas Malvinas)",
521                "Faroe Islands",
522                "Fiji",
523                "Finland",
524                "France",
525                "French Guiana",
526                "French Polynesia",
527                "French Southern Territories",
528                "Gabon",
529                "Gambia",
530                "Georgia",
531                "Germany",
532                "Ghana",
533                "Gibraltar",
534                "Greece",
535                "Greenland",
536                "Grenada",
537                "Guadeloupe",
538                "Guam",
539                "Guatemala",
540                "Guinea",
541                "Guinea-Bissau",
542                "Guyana",
543                "Haiti",
544                "Heard & McDonald Islands",
545                "Honduras",
546                "Hong Kong",
547                "Hungary",
548                "Iceland",
549                "India",
550                "Indonesia",
551                "Iran",
552                "Iraq",
553                "Ireland",
554                "Israel",
555                "Italy",
556                "Jamaica",
557                "Japan",
558                "Jordan",
559                "Kazakhstan",
560                "Kenya",
561                "Kiribati",
562                "Kuwait",
563                "Kyrgyzstan",
564                "Laos",
565                "Latvia",
566                "Lebanon",
567                "Lesotho",
568                "Liberia",
569                "Libya",
570                "Liechtenstein",
571                "Lithuania",
572                "Luxembourg",
573                "Macao",
574                "Madagascar",
575                "Malawi",
576                "Malaysia",
577                "Maldives",
578                "Mali",
579                "Malta",
580                "Marshall Islands",
581                "Martinique",
582                "Mauritania",
583                "Mauritius",
584                "Mayotte",
585                "Mexico",
586                "Micronesia",
587                "Moldova",
588                "Monaco",
589                "Mongolia",
590                "Montserrat",
591                "Morocco",
592                "Mozambique",
593                "Myanmar (Burma)",
594                "Namibia",
595                "Nauru",
596                "Nepal",
597                "Netherlands",
598                "New Caledonia",
599                "New Zealand",
600                "Nicaragua",
601                "Niger",
602                "Nigeria",
603                "Niue",
604                "Norfolk Island",
605                "North Korea",
606                "North Macedonia",
607                "Northern Mariana Islands",
608                "Norway",
609                "Oman",
610                "Pakistan",
611                "Palau",
612                "Palestine",
613                "Panama",
614                "Papua New Guinea",
615                "Paraguay",
616                "Peru",
617                "Philippines",
618                "Pitcairn Islands",
619                "Poland",
620                "Portugal",
621                "Puerto Rico",
622                "Qatar",
623                "Réunion",
624                "Romania",
625                "Russia",
626                "Rwanda",
627                "Samoa",
628                "San Marino",
629                "São Tomé & Príncipe",
630                "Saudi Arabia",
631                "Senegal",
632                "Serbia",
633                "Seychelles",
634                "Sierra Leone",
635                "Singapore",
636                "Slovakia",
637                "Slovenia",
638                "Solomon Islands",
639                "Somalia",
640                "South Africa",
641                "South Georgia & South Sandwich Islands",
642                "South Korea",
643                "Spain",
644                "Sri Lanka",
645                "St. Helena",
646                "St. Kitts & Nevis",
647                "St. Lucia",
648                "St. Pierre & Miquelon",
649                "St. Vincent & Grenadines",
650                "Sudan",
651                "Suriname",
652                "Svalbard & Jan Mayen",
653                "Sweden",
654                "Switzerland",
655                "Syria",
656                "Taiwan",
657                "Tajikistan",
658                "Tanzania",
659                "Thailand",
660                "Timor-Leste",
661                "Togo",
662                "Tokelau",
663                "Tonga",
664                "Trinidad & Tobago",
665                "Tunisia",
666                "Türkiye",
667                "Turkmenistan",
668                "Turks & Caicos Islands",
669                "Tuvalu",
670                "U.S. Outlying Islands",
671                "U.S. Virgin Islands",
672                "Uganda",
673                "Ukraine",
674                "United Arab Emirates",
675                "United Kingdom",
676                "Uruguay",
677                "Uzbekistan",
678                "Vanuatu",
679                "Vatican City",
680                "Venezuela",
681                "Vietnam",
682                "Wallis & Futuna",
683                "Western Sahara",
684                "Yemen",
685                "Zambia",
686                "Zimbabwe"
687              ]
688            }
689          },
690          "positive_job_types": {
691            "title": "Job Types",
692            "type": "array",
693            "description": "List of job types to match",
694            "items": {
695              "type": "string",
696              "enum": [
697                "Full-time",
698                "Part-time",
699                "Contract",
700                "Temporary",
701                "Volunteer"
702              ],
703              "enumTitles": [
704                "Full-time",
705                "Part-time",
706                "Contract",
707                "Temporary",
708                "Volunteer"
709              ]
710            }
711          },
712          "positive_work_types": {
713            "title": "Work Types",
714            "type": "array",
715            "description": "List of work types to match",
716            "items": {
717              "type": "string",
718              "enum": [
719                "On-site",
720                "Remote",
721                "Hybrid"
722              ],
723              "enumTitles": [
724                "On-site",
725                "Remote",
726                "Hybrid"
727              ]
728            }
729          },
730          "positive_job_date_posted": {
731            "title": "Job Date Posted",
732            "enum": [
733              "Past 24 hours",
734              "Past Week",
735              "Past Month"
736            ],
737            "type": "string",
738            "description": "The timeframe within which the job was posted"
739          },
740          "positive_company_linkedin_urls": {
741            "title": "Company LinkedIn URLs",
742            "type": "array",
743            "description": "List of company LinkedIn URLs to match (eg. https://www.linkedin.com/company/insight-global)",
744            "items": {
745              "type": "string"
746            }
747          },
748          "positive_company_regions": {
749            "title": "Company Regions",
750            "type": "array",
751            "description": "List of company regions to match",
752            "items": {
753              "type": "string",
754              "enum": [
755                "United States",
756                "Afghanistan",
757                "Albania",
758                "Algeria",
759                "American Samoa",
760                "Andorra",
761                "Angola",
762                "Anguilla",
763                "Antarctica",
764                "Antigua & Barbuda",
765                "Argentina",
766                "Armenia",
767                "Aruba",
768                "Australia",
769                "Austria",
770                "Azerbaijan",
771                "Bahamas",
772                "Bahrain",
773                "Bangladesh",
774                "Barbados",
775                "Belarus",
776                "Belgium",
777                "Belize",
778                "Benin",
779                "Bermuda",
780                "Bhutan",
781                "Bolivia",
782                "Bosnia & Herzegovina",
783                "Botswana",
784                "Bouvet Island",
785                "Brazil",
786                "British Indian Ocean Territory",
787                "British Virgin Islands",
788                "Brunei",
789                "Bulgaria",
790                "Burkina Faso",
791                "Burundi",
792                "Cambodia",
793                "Cameroon",
794                "Canada",
795                "Cape Verde",
796                "Cayman Islands",
797                "Central African Republic",
798                "Chad",
799                "Chile",
800                "China",
801                "Christmas Island",
802                "Cocos (Keeling) Islands",
803                "Colombia",
804                "Comoros",
805                "Congo - Kinshasa",
806                "Cook Islands",
807                "Costa Rica",
808                "Côte d’Ivoire",
809                "Croatia",
810                "Cuba",
811                "Curaçao",
812                "Cyprus",
813                "Czechia",
814                "Denmark",
815                "Djibouti",
816                "Dominica",
817                "Dominican Republic",
818                "Ecuador",
819                "Egypt",
820                "El Salvador",
821                "Equatorial Guinea",
822                "Eritrea",
823                "Estonia",
824                "Eswatini",
825                "Ethiopia",
826                "European Union",
827                "Falkland Islands (Islas Malvinas)",
828                "Faroe Islands",
829                "Fiji",
830                "Finland",
831                "France",
832                "French Guiana",
833                "French Polynesia",
834                "French Southern Territories",
835                "Gabon",
836                "Gambia",
837                "Georgia",
838                "Germany",
839                "Ghana",
840                "Gibraltar",
841                "Greece",
842                "Greenland",
843                "Grenada",
844                "Guadeloupe",
845                "Guam",
846                "Guatemala",
847                "Guinea",
848                "Guinea-Bissau",
849                "Guyana",
850                "Haiti",
851                "Heard & McDonald Islands",
852                "Honduras",
853                "Hong Kong",
854                "Hungary",
855                "Iceland",
856                "India",
857                "Indonesia",
858                "Iran",
859                "Iraq",
860                "Ireland",
861                "Israel",
862                "Italy",
863                "Jamaica",
864                "Japan",
865                "Jordan",
866                "Kazakhstan",
867                "Kenya",
868                "Kiribati",
869                "Kuwait",
870                "Kyrgyzstan",
871                "Laos",
872                "Latvia",
873                "Lebanon",
874                "Lesotho",
875                "Liberia",
876                "Libya",
877                "Liechtenstein",
878                "Lithuania",
879                "Luxembourg",
880                "Macao",
881                "Madagascar",
882                "Malawi",
883                "Malaysia",
884                "Maldives",
885                "Mali",
886                "Malta",
887                "Marshall Islands",
888                "Martinique",
889                "Mauritania",
890                "Mauritius",
891                "Mayotte",
892                "Mexico",
893                "Micronesia",
894                "Moldova",
895                "Monaco",
896                "Mongolia",
897                "Montserrat",
898                "Morocco",
899                "Mozambique",
900                "Myanmar (Burma)",
901                "Namibia",
902                "Nauru",
903                "Nepal",
904                "Netherlands",
905                "New Caledonia",
906                "New Zealand",
907                "Nicaragua",
908                "Niger",
909                "Nigeria",
910                "Niue",
911                "Norfolk Island",
912                "North Korea",
913                "North Macedonia",
914                "Northern Mariana Islands",
915                "Norway",
916                "Oman",
917                "Pakistan",
918                "Palau",
919                "Palestine",
920                "Panama",
921                "Papua New Guinea",
922                "Paraguay",
923                "Peru",
924                "Philippines",
925                "Pitcairn Islands",
926                "Poland",
927                "Portugal",
928                "Puerto Rico",
929                "Qatar",
930                "Réunion",
931                "Romania",
932                "Russia",
933                "Rwanda",
934                "Samoa",
935                "San Marino",
936                "São Tomé & Príncipe",
937                "Saudi Arabia",
938                "Senegal",
939                "Serbia",
940                "Seychelles",
941                "Sierra Leone",
942                "Singapore",
943                "Slovakia",
944                "Slovenia",
945                "Solomon Islands",
946                "Somalia",
947                "South Africa",
948                "South Georgia & South Sandwich Islands",
949                "South Korea",
950                "Spain",
951                "Sri Lanka",
952                "St. Helena",
953                "St. Kitts & Nevis",
954                "St. Lucia",
955                "St. Pierre & Miquelon",
956                "St. Vincent & Grenadines",
957                "Sudan",
958                "Suriname",
959                "Svalbard & Jan Mayen",
960                "Sweden",
961                "Switzerland",
962                "Syria",
963                "Taiwan",
964                "Tajikistan",
965                "Tanzania",
966                "Thailand",
967                "Timor-Leste",
968                "Togo",
969                "Tokelau",
970                "Tonga",
971                "Trinidad & Tobago",
972                "Tunisia",
973                "Türkiye",
974                "Turkmenistan",
975                "Turks & Caicos Islands",
976                "Tuvalu",
977                "U.S. Outlying Islands",
978                "U.S. Virgin Islands",
979                "Uganda",
980                "Ukraine",
981                "United Arab Emirates",
982                "United Kingdom",
983                "Uruguay",
984                "Uzbekistan",
985                "Vanuatu",
986                "Vatican City",
987                "Venezuela",
988                "Vietnam",
989                "Wallis & Futuna",
990                "Western Sahara",
991                "Yemen",
992                "Zambia",
993                "Zimbabwe"
994              ],
995              "enumTitles": [
996                "United States",
997                "Afghanistan",
998                "Albania",
999                "Algeria",
1000                "American Samoa",
1001                "Andorra",
1002                "Angola",
1003                "Anguilla",
1004                "Antarctica",
1005                "Antigua & Barbuda",
1006                "Argentina",
1007                "Armenia",
1008                "Aruba",
1009                "Australia",
1010                "Austria",
1011                "Azerbaijan",
1012                "Bahamas",
1013                "Bahrain",
1014                "Bangladesh",
1015                "Barbados",
1016                "Belarus",
1017                "Belgium",
1018                "Belize",
1019                "Benin",
1020                "Bermuda",
1021                "Bhutan",
1022                "Bolivia",
1023                "Bosnia & Herzegovina",
1024                "Botswana",
1025                "Bouvet Island",
1026                "Brazil",
1027                "British Indian Ocean Territory",
1028                "British Virgin Islands",
1029                "Brunei",
1030                "Bulgaria",
1031                "Burkina Faso",
1032                "Burundi",
1033                "Cambodia",
1034                "Cameroon",
1035                "Canada",
1036                "Cape Verde",
1037                "Cayman Islands",
1038                "Central African Republic",
1039                "Chad",
1040                "Chile",
1041                "China",
1042                "Christmas Island",
1043                "Cocos (Keeling) Islands",
1044                "Colombia",
1045                "Comoros",
1046                "Congo - Kinshasa",
1047                "Cook Islands",
1048                "Costa Rica",
1049                "Côte d’Ivoire",
1050                "Croatia",
1051                "Cuba",
1052                "Curaçao",
1053                "Cyprus",
1054                "Czechia",
1055                "Denmark",
1056                "Djibouti",
1057                "Dominica",
1058                "Dominican Republic",
1059                "Ecuador",
1060                "Egypt",
1061                "El Salvador",
1062                "Equatorial Guinea",
1063                "Eritrea",
1064                "Estonia",
1065                "Eswatini",
1066                "Ethiopia",
1067                "European Union",
1068                "Falkland Islands (Islas Malvinas)",
1069                "Faroe Islands",
1070                "Fiji",
1071                "Finland",
1072                "France",
1073                "French Guiana",
1074                "French Polynesia",
1075                "French Southern Territories",
1076                "Gabon",
1077                "Gambia",
1078                "Georgia",
1079                "Germany",
1080                "Ghana",
1081                "Gibraltar",
1082                "Greece",
1083                "Greenland",
1084                "Grenada",
1085                "Guadeloupe",
1086                "Guam",
1087                "Guatemala",
1088                "Guinea",
1089                "Guinea-Bissau",
1090                "Guyana",
1091                "Haiti",
1092                "Heard & McDonald Islands",
1093                "Honduras",
1094                "Hong Kong",
1095                "Hungary",
1096                "Iceland",
1097                "India",
1098                "Indonesia",
1099                "Iran",
1100                "Iraq",
1101                "Ireland",
1102                "Israel",
1103                "Italy",
1104                "Jamaica",
1105                "Japan",
1106                "Jordan",
1107                "Kazakhstan",
1108                "Kenya",
1109                "Kiribati",
1110                "Kuwait",
1111                "Kyrgyzstan",
1112                "Laos",
1113                "Latvia",
1114                "Lebanon",
1115                "Lesotho",
1116                "Liberia",
1117                "Libya",
1118                "Liechtenstein",
1119                "Lithuania",
1120                "Luxembourg",
1121                "Macao",
1122                "Madagascar",
1123                "Malawi",
1124                "Malaysia",
1125                "Maldives",
1126                "Mali",
1127                "Malta",
1128                "Marshall Islands",
1129                "Martinique",
1130                "Mauritania",
1131                "Mauritius",
1132                "Mayotte",
1133                "Mexico",
1134                "Micronesia",
1135                "Moldova",
1136                "Monaco",
1137                "Mongolia",
1138                "Montserrat",
1139                "Morocco",
1140                "Mozambique",
1141                "Myanmar (Burma)",
1142                "Namibia",
1143                "Nauru",
1144                "Nepal",
1145                "Netherlands",
1146                "New Caledonia",
1147                "New Zealand",
1148                "Nicaragua",
1149                "Niger",
1150                "Nigeria",
1151                "Niue",
1152                "Norfolk Island",
1153                "North Korea",
1154                "North Macedonia",
1155                "Northern Mariana Islands",
1156                "Norway",
1157                "Oman",
1158                "Pakistan",
1159                "Palau",
1160                "Palestine",
1161                "Panama",
1162                "Papua New Guinea",
1163                "Paraguay",
1164                "Peru",
1165                "Philippines",
1166                "Pitcairn Islands",
1167                "Poland",
1168                "Portugal",
1169                "Puerto Rico",
1170                "Qatar",
1171                "Réunion",
1172                "Romania",
1173                "Russia",
1174                "Rwanda",
1175                "Samoa",
1176                "San Marino",
1177                "São Tomé & Príncipe",
1178                "Saudi Arabia",
1179                "Senegal",
1180                "Serbia",
1181                "Seychelles",
1182                "Sierra Leone",
1183                "Singapore",
1184                "Slovakia",
1185                "Slovenia",
1186                "Solomon Islands",
1187                "Somalia",
1188                "South Africa",
1189                "South Georgia & South Sandwich Islands",
1190                "South Korea",
1191                "Spain",
1192                "Sri Lanka",
1193                "St. Helena",
1194                "St. Kitts & Nevis",
1195                "St. Lucia",
1196                "St. Pierre & Miquelon",
1197                "St. Vincent & Grenadines",
1198                "Sudan",
1199                "Suriname",
1200                "Svalbard & Jan Mayen",
1201                "Sweden",
1202                "Switzerland",
1203                "Syria",
1204                "Taiwan",
1205                "Tajikistan",
1206                "Tanzania",
1207                "Thailand",
1208                "Timor-Leste",
1209                "Togo",
1210                "Tokelau",
1211                "Tonga",
1212                "Trinidad & Tobago",
1213                "Tunisia",
1214                "Türkiye",
1215                "Turkmenistan",
1216                "Turks & Caicos Islands",
1217                "Tuvalu",
1218                "U.S. Outlying Islands",
1219                "U.S. Virgin Islands",
1220                "Uganda",
1221                "Ukraine",
1222                "United Arab Emirates",
1223                "United Kingdom",
1224                "Uruguay",
1225                "Uzbekistan",
1226                "Vanuatu",
1227                "Vatican City",
1228                "Venezuela",
1229                "Vietnam",
1230                "Wallis & Futuna",
1231                "Western Sahara",
1232                "Yemen",
1233                "Zambia",
1234                "Zimbabwe"
1235              ]
1236            }
1237          },
1238          "positive_company_sizes": {
1239            "title": "Company Sizes",
1240            "type": "array",
1241            "description": "List of company sizes to match",
1242            "items": {
1243              "type": "string",
1244              "enum": [
1245                "1-10",
1246                "11-50",
1247                "51-200",
1248                "201-500",
1249                "501-1000",
1250                "1001-5000",
1251                "5001-10000",
1252                "10001+"
1253              ],
1254              "enumTitles": [
1255                "1-10",
1256                "11-50",
1257                "51-200",
1258                "201-500",
1259                "501-1000",
1260                "1001-5000",
1261                "5001-10000",
1262                "10001+"
1263              ]
1264            }
1265          },
1266          "positive_company_industries": {
1267            "title": "Included Company Industries",
1268            "type": "array",
1269            "description": "List of company industries to include",
1270            "items": {
1271              "type": "string",
1272              "enum": [
1273                "Food and Beverage Services",
1274                "Hospitality",
1275                "Collection Agencies",
1276                "Events Services",
1277                "Facilities Services",
1278                "Fundraising",
1279                "Office Administration",
1280                "Security and Investigations",
1281                "Staffing and Recruiting",
1282                "Telephone Call Centers",
1283                "Translation and Localization",
1284                "Travel Arrangements",
1285                "Writing and Editing",
1286                "Building Construction",
1287                "Civil Engineering",
1288                "Specialty Trade Contractors",
1289                "Civic and Social Organizations",
1290                "Household Services",
1291                "Non-profit Organizations",
1292                "Personal and Laundry Services",
1293                "Philanthropic Fundraising Services",
1294                "Religious Institutions",
1295                "Repair and Maintenance",
1296                "E-Learning Providers",
1297                "Higher Education",
1298                "Primary and Secondary Education",
1299                "Professional Training and Coaching",
1300                "Technical and Vocational Training",
1301                "Artists and Writers",
1302                "Museums, Historical Sites, and Zoos",
1303                "Musicians",
1304                "Recreational Facilities",
1305                "Spectator Sports",
1306                "Farming",
1307                "Ranching and Fisheries",
1308                "Forestry and Logging",
1309                "Capital Markets",
1310                "Credit Intermediation",
1311                "Funds and Trusts",
1312                "Insurance",
1313                "Administration of Justice",
1314                "Economic Programs",
1315                "Transportation Programs",
1316                "Utilities Administration",
1317                "Environmental Quality Programs",
1318                "Health and Human Services",
1319                "Housing and Community Development",
1320                "Military and International Affairs",
1321                "Public Policy",
1322                "Space Research and Technology",
1323                "Holding Companies",
1324                "Hospitals and Health Care",
1325                "Apparel Manufacturing",
1326                "Appliances, Electrical, and Electronics Manufacturing",
1327                "Chemical Manufacturing",
1328                "Computers and Electronics Manufacturing",
1329                "Fabricated Metal Products",
1330                "Food and Beverage Manufacturing",
1331                "Furniture and Home Furnishings Manufacturing",
1332                "Glass, Ceramics and Concrete Manufacturing",
1333                "Leather Product Manufacturing",
1334                "Machinery Manufacturing",
1335                "Medical Equipment Manufacturing",
1336                "Oil and Coal Product Manufacturing",
1337                "Paper and Forest Product Manufacturing",
1338                "Pharmaceutical Manufacturing",
1339                "Plastics and Rubber Product Manufacturing",
1340                "Primary Metal Manufacturing",
1341                "Printing Services",
1342                "Sporting Goods Manufacturing",
1343                "Textile Manufacturing",
1344                "Tobacco Manufacturing",
1345                "Transportation Equipment Manufacturing",
1346                "Wood Product Manufacturing",
1347                "Motor Vehicle Manufacturing",
1348                "Motor Vehicle Parts Manufacturing",
1349                "Mining",
1350                "Oil and Gas",
1351                "Accounting",
1352                "Advertising Services",
1353                "Architecture and Planning",
1354                "Business Consulting and Services",
1355                "Design Services",
1356                "Engineering Services",
1357                "IT Services and IT Consulting",
1358                "Legal Services",
1359                "Marketing Services",
1360                "Public Relations and Communications Services",
1361                "Research Services",
1362                "Services for Renewable Energy",
1363                "Veterinary Services",
1364                "Equipment Rental Services",
1365                "Real Estate",
1366                "Food and Beverage Retail",
1367                "Online and Mail Order Retail",
1368                "Retail Apparel and Fashion",
1369                "Retail Appliances, Electrical, and Electronic Equipment",
1370                "Retail Art Dealers",
1371                "Retail Art Supplies",
1372                "Retail Books and Printed News",
1373                "Retail Building Materials and Garden Equipment",
1374                "Retail Florists",
1375                "Retail Furniture and Home Furnishings",
1376                "Retail Gasoline",
1377                "Retail Health and Personal Care Products",
1378                "Retail Luxury Goods and Jewelry",
1379                "Retail Motor Vehicles",
1380                "Retail Musical Instruments",
1381                "Retail Office Equipment",
1382                "Retail Office Supplies and Gifts",
1383                "Retail Recyclable Materials & Used Merchandise",
1384                "Book and Periodical Publishing",
1385                "Broadcast Media Production and Distribution",
1386                "Computer Games",
1387                "Data Infrastructure and Analytics",
1388                "Information Services",
1389                "Internet Marketplace Platforms",
1390                "Mobile Gaming Apps",
1391                "Movies, Videos, and Sound",
1392                "Social Networking Platforms",
1393                "Telecommunications",
1394                "Software Development",
1395                "Airlines and Aviation",
1396                "Freight and Package Transportation",
1397                "Ground Passenger Transportation",
1398                "Maritime Transportation",
1399                "Pipeline Transportation",
1400                "Postal Services",
1401                "Rail Transportation",
1402                "Truck Transportation",
1403                "Warehousing",
1404                "Electric Power Generation",
1405                "Natural Gas Distribution",
1406                "Water, Waste, Steam, and Air Conditioning Services",
1407                "Wholesale Alcoholic Beverages",
1408                "Wholesale Apparel and Sewing Supplies",
1409                "Wholesale Appliances, Electrical, and Electronics",
1410                "Wholesale Building Materials",
1411                "Wholesale Chemical and Allied Products",
1412                "Wholesale Computer Equipment",
1413                "Wholesale Drugs and Sundries",
1414                "Wholesale Food and Beverage",
1415                "Wholesale Footwear",
1416                "Wholesale Furniture and Home Furnishings",
1417                "Wholesale Hardware, Plumbing, Heating Equipment",
1418                "Wholesale Import and Export",
1419                "Wholesale Luxury Goods and Jewelry",
1420                "Wholesale Machinery",
1421                "Wholesale Metals and Minerals",
1422                "Wholesale Motor Vehicles and Parts",
1423                "Wholesale Paper Products",
1424                "Wholesale Petroleum and Petroleum Products",
1425                "Wholesale Photography Equipment and Supplies",
1426                "Wholesale Raw Farm Products",
1427                "Wholesale Recyclable Materials"
1428              ],
1429              "enumTitles": [
1430                "Food and Beverage Services",
1431                "Hospitality",
1432                "Collection Agencies",
1433                "Events Services",
1434                "Facilities Services",
1435                "Fundraising",
1436                "Office Administration",
1437                "Security and Investigations",
1438                "Staffing and Recruiting",
1439                "Telephone Call Centers",
1440                "Translation and Localization",
1441                "Travel Arrangements",
1442                "Writing and Editing",
1443                "Building Construction",
1444                "Civil Engineering",
1445                "Specialty Trade Contractors",
1446                "Civic and Social Organizations",
1447                "Household Services",
1448                "Non-profit Organizations",
1449                "Personal and Laundry Services",
1450                "Philanthropic Fundraising Services",
1451                "Religious Institutions",
1452                "Repair and Maintenance",
1453                "E-Learning Providers",
1454                "Higher Education",
1455                "Primary and Secondary Education",
1456                "Professional Training and Coaching",
1457                "Technical and Vocational Training",
1458                "Artists and Writers",
1459                "Museums, Historical Sites, and Zoos",
1460                "Musicians",
1461                "Recreational Facilities",
1462                "Spectator Sports",
1463                "Farming",
1464                "Ranching and Fisheries",
1465                "Forestry and Logging",
1466                "Capital Markets",
1467                "Credit Intermediation",
1468                "Funds and Trusts",
1469                "Insurance",
1470                "Administration of Justice",
1471                "Economic Programs",
1472                "Transportation Programs",
1473                "Utilities Administration",
1474                "Environmental Quality Programs",
1475                "Health and Human Services",
1476                "Housing and Community Development",
1477                "Military and International Affairs",
1478                "Public Policy",
1479                "Space Research and Technology",
1480                "Holding Companies",
1481                "Hospitals and Health Care",
1482                "Apparel Manufacturing",
1483                "Appliances, Electrical, and Electronics Manufacturing",
1484                "Chemical Manufacturing",
1485                "Computers and Electronics Manufacturing",
1486                "Fabricated Metal Products",
1487                "Food and Beverage Manufacturing",
1488                "Furniture and Home Furnishings Manufacturing",
1489                "Glass, Ceramics and Concrete Manufacturing",
1490                "Leather Product Manufacturing",
1491                "Machinery Manufacturing",
1492                "Medical Equipment Manufacturing",
1493                "Oil and Coal Product Manufacturing",
1494                "Paper and Forest Product Manufacturing",
1495                "Pharmaceutical Manufacturing",
1496                "Plastics and Rubber Product Manufacturing",
1497                "Primary Metal Manufacturing",
1498                "Printing Services",
1499                "Sporting Goods Manufacturing",
1500                "Textile Manufacturing",
1501                "Tobacco Manufacturing",
1502                "Transportation Equipment Manufacturing",
1503                "Wood Product Manufacturing",
1504                "Motor Vehicle Manufacturing",
1505                "Motor Vehicle Parts Manufacturing",
1506                "Mining",
1507                "Oil and Gas",
1508                "Accounting",
1509                "Advertising Services",
1510                "Architecture and Planning",
1511                "Business Consulting and Services",
1512                "Design Services",
1513                "Engineering Services",
1514                "IT Services and IT Consulting",
1515                "Legal Services",
1516                "Marketing Services",
1517                "Public Relations and Communications Services",
1518                "Research Services",
1519                "Services for Renewable Energy",
1520                "Veterinary Services",
1521                "Equipment Rental Services",
1522                "Real Estate",
1523                "Food and Beverage Retail",
1524                "Online and Mail Order Retail",
1525                "Retail Apparel and Fashion",
1526                "Retail Appliances, Electrical, and Electronic Equipment",
1527                "Retail Art Dealers",
1528                "Retail Art Supplies",
1529                "Retail Books and Printed News",
1530                "Retail Building Materials and Garden Equipment",
1531                "Retail Florists",
1532                "Retail Furniture and Home Furnishings",
1533                "Retail Gasoline",
1534                "Retail Health and Personal Care Products",
1535                "Retail Luxury Goods and Jewelry",
1536                "Retail Motor Vehicles",
1537                "Retail Musical Instruments",
1538                "Retail Office Equipment",
1539                "Retail Office Supplies and Gifts",
1540                "Retail Recyclable Materials & Used Merchandise",
1541                "Book and Periodical Publishing",
1542                "Broadcast Media Production and Distribution",
1543                "Computer Games",
1544                "Data Infrastructure and Analytics",
1545                "Information Services",
1546                "Internet Marketplace Platforms",
1547                "Mobile Gaming Apps",
1548                "Movies, Videos, and Sound",
1549                "Social Networking Platforms",
1550                "Telecommunications",
1551                "Software Development",
1552                "Airlines and Aviation",
1553                "Freight and Package Transportation",
1554                "Ground Passenger Transportation",
1555                "Maritime Transportation",
1556                "Pipeline Transportation",
1557                "Postal Services",
1558                "Rail Transportation",
1559                "Truck Transportation",
1560                "Warehousing",
1561                "Electric Power Generation",
1562                "Natural Gas Distribution",
1563                "Water, Waste, Steam, and Air Conditioning Services",
1564                "Wholesale Alcoholic Beverages",
1565                "Wholesale Apparel and Sewing Supplies",
1566                "Wholesale Appliances, Electrical, and Electronics",
1567                "Wholesale Building Materials",
1568                "Wholesale Chemical and Allied Products",
1569                "Wholesale Computer Equipment",
1570                "Wholesale Drugs and Sundries",
1571                "Wholesale Food and Beverage",
1572                "Wholesale Footwear",
1573                "Wholesale Furniture and Home Furnishings",
1574                "Wholesale Hardware, Plumbing, Heating Equipment",
1575                "Wholesale Import and Export",
1576                "Wholesale Luxury Goods and Jewelry",
1577                "Wholesale Machinery",
1578                "Wholesale Metals and Minerals",
1579                "Wholesale Motor Vehicles and Parts",
1580                "Wholesale Paper Products",
1581                "Wholesale Petroleum and Petroleum Products",
1582                "Wholesale Photography Equipment and Supplies",
1583                "Wholesale Raw Farm Products",
1584                "Wholesale Recyclable Materials"
1585              ]
1586            }
1587          },
1588          "negative_company_industries": {
1589            "title": "Excluded Company Industries",
1590            "type": "array",
1591            "description": "List of company industries to exclude",
1592            "items": {
1593              "type": "string",
1594              "enum": [
1595                "Food and Beverage Services",
1596                "Hospitality",
1597                "Collection Agencies",
1598                "Events Services",
1599                "Facilities Services",
1600                "Fundraising",
1601                "Office Administration",
1602                "Security and Investigations",
1603                "Staffing and Recruiting",
1604                "Telephone Call Centers",
1605                "Translation and Localization",
1606                "Travel Arrangements",
1607                "Writing and Editing",
1608                "Building Construction",
1609                "Civil Engineering",
1610                "Specialty Trade Contractors",
1611                "Civic and Social Organizations",
1612                "Household Services",
1613                "Non-profit Organizations",
1614                "Personal and Laundry Services",
1615                "Philanthropic Fundraising Services",
1616                "Religious Institutions",
1617                "Repair and Maintenance",
1618                "E-Learning Providers",
1619                "Higher Education",
1620                "Primary and Secondary Education",
1621                "Professional Training and Coaching",
1622                "Technical and Vocational Training",
1623                "Artists and Writers",
1624                "Museums, Historical Sites, and Zoos",
1625                "Musicians",
1626                "Recreational Facilities",
1627                "Spectator Sports",
1628                "Farming",
1629                "Ranching and Fisheries",
1630                "Forestry and Logging",
1631                "Capital Markets",
1632                "Credit Intermediation",
1633                "Funds and Trusts",
1634                "Insurance",
1635                "Administration of Justice",
1636                "Economic Programs",
1637                "Transportation Programs",
1638                "Utilities Administration",
1639                "Environmental Quality Programs",
1640                "Health and Human Services",
1641                "Housing and Community Development",
1642                "Military and International Affairs",
1643                "Public Policy",
1644                "Space Research and Technology",
1645                "Holding Companies",
1646                "Hospitals and Health Care",
1647                "Apparel Manufacturing",
1648                "Appliances, Electrical, and Electronics Manufacturing",
1649                "Chemical Manufacturing",
1650                "Computers and Electronics Manufacturing",
1651                "Fabricated Metal Products",
1652                "Food and Beverage Manufacturing",
1653                "Furniture and Home Furnishings Manufacturing",
1654                "Glass, Ceramics and Concrete Manufacturing",
1655                "Leather Product Manufacturing",
1656                "Machinery Manufacturing",
1657                "Medical Equipment Manufacturing",
1658                "Oil and Coal Product Manufacturing",
1659                "Paper and Forest Product Manufacturing",
1660                "Pharmaceutical Manufacturing",
1661                "Plastics and Rubber Product Manufacturing",
1662                "Primary Metal Manufacturing",
1663                "Printing Services",
1664                "Sporting Goods Manufacturing",
1665                "Textile Manufacturing",
1666                "Tobacco Manufacturing",
1667                "Transportation Equipment Manufacturing",
1668                "Wood Product Manufacturing",
1669                "Motor Vehicle Manufacturing",
1670                "Motor Vehicle Parts Manufacturing",
1671                "Mining",
1672                "Oil and Gas",
1673                "Accounting",
1674                "Advertising Services",
1675                "Architecture and Planning",
1676                "Business Consulting and Services",
1677                "Design Services",
1678                "Engineering Services",
1679                "IT Services and IT Consulting",
1680                "Legal Services",
1681                "Marketing Services",
1682                "Public Relations and Communications Services",
1683                "Research Services",
1684                "Services for Renewable Energy",
1685                "Veterinary Services",
1686                "Equipment Rental Services",
1687                "Real Estate",
1688                "Food and Beverage Retail",
1689                "Online and Mail Order Retail",
1690                "Retail Apparel and Fashion",
1691                "Retail Appliances, Electrical, and Electronic Equipment",
1692                "Retail Art Dealers",
1693                "Retail Art Supplies",
1694                "Retail Books and Printed News",
1695                "Retail Building Materials and Garden Equipment",
1696                "Retail Florists",
1697                "Retail Furniture and Home Furnishings",
1698                "Retail Gasoline",
1699                "Retail Health and Personal Care Products",
1700                "Retail Luxury Goods and Jewelry",
1701                "Retail Motor Vehicles",
1702                "Retail Musical Instruments",
1703                "Retail Office Equipment",
1704                "Retail Office Supplies and Gifts",
1705                "Retail Recyclable Materials & Used Merchandise",
1706                "Book and Periodical Publishing",
1707                "Broadcast Media Production and Distribution",
1708                "Computer Games",
1709                "Data Infrastructure and Analytics",
1710                "Information Services",
1711                "Internet Marketplace Platforms",
1712                "Mobile Gaming Apps",
1713                "Movies, Videos, and Sound",
1714                "Social Networking Platforms",
1715                "Telecommunications",
1716                "Software Development",
1717                "Airlines and Aviation",
1718                "Freight and Package Transportation",
1719                "Ground Passenger Transportation",
1720                "Maritime Transportation",
1721                "Pipeline Transportation",
1722                "Postal Services",
1723                "Rail Transportation",
1724                "Truck Transportation",
1725                "Warehousing",
1726                "Electric Power Generation",
1727                "Natural Gas Distribution",
1728                "Water, Waste, Steam, and Air Conditioning Services",
1729                "Wholesale Alcoholic Beverages",
1730                "Wholesale Apparel and Sewing Supplies",
1731                "Wholesale Appliances, Electrical, and Electronics",
1732                "Wholesale Building Materials",
1733                "Wholesale Chemical and Allied Products",
1734                "Wholesale Computer Equipment",
1735                "Wholesale Drugs and Sundries",
1736                "Wholesale Food and Beverage",
1737                "Wholesale Footwear",
1738                "Wholesale Furniture and Home Furnishings",
1739                "Wholesale Hardware, Plumbing, Heating Equipment",
1740                "Wholesale Import and Export",
1741                "Wholesale Luxury Goods and Jewelry",
1742                "Wholesale Machinery",
1743                "Wholesale Metals and Minerals",
1744                "Wholesale Motor Vehicles and Parts",
1745                "Wholesale Paper Products",
1746                "Wholesale Petroleum and Petroleum Products",
1747                "Wholesale Photography Equipment and Supplies",
1748                "Wholesale Raw Farm Products",
1749                "Wholesale Recyclable Materials"
1750              ],
1751              "enumTitles": [
1752                "Food and Beverage Services",
1753                "Hospitality",
1754                "Collection Agencies",
1755                "Events Services",
1756                "Facilities Services",
1757                "Fundraising",
1758                "Office Administration",
1759                "Security and Investigations",
1760                "Staffing and Recruiting",
1761                "Telephone Call Centers",
1762                "Translation and Localization",
1763                "Travel Arrangements",
1764                "Writing and Editing",
1765                "Building Construction",
1766                "Civil Engineering",
1767                "Specialty Trade Contractors",
1768                "Civic and Social Organizations",
1769                "Household Services",
1770                "Non-profit Organizations",
1771                "Personal and Laundry Services",
1772                "Philanthropic Fundraising Services",
1773                "Religious Institutions",
1774                "Repair and Maintenance",
1775                "E-Learning Providers",
1776                "Higher Education",
1777                "Primary and Secondary Education",
1778                "Professional Training and Coaching",
1779                "Technical and Vocational Training",
1780                "Artists and Writers",
1781                "Museums, Historical Sites, and Zoos",
1782                "Musicians",
1783                "Recreational Facilities",
1784                "Spectator Sports",
1785                "Farming",
1786                "Ranching and Fisheries",
1787                "Forestry and Logging",
1788                "Capital Markets",
1789                "Credit Intermediation",
1790                "Funds and Trusts",
1791                "Insurance",
1792                "Administration of Justice",
1793                "Economic Programs",
1794                "Transportation Programs",
1795                "Utilities Administration",
1796                "Environmental Quality Programs",
1797                "Health and Human Services",
1798                "Housing and Community Development",
1799                "Military and International Affairs",
1800                "Public Policy",
1801                "Space Research and Technology",
1802                "Holding Companies",
1803                "Hospitals and Health Care",
1804                "Apparel Manufacturing",
1805                "Appliances, Electrical, and Electronics Manufacturing",
1806                "Chemical Manufacturing",
1807                "Computers and Electronics Manufacturing",
1808                "Fabricated Metal Products",
1809                "Food and Beverage Manufacturing",
1810                "Furniture and Home Furnishings Manufacturing",
1811                "Glass, Ceramics and Concrete Manufacturing",
1812                "Leather Product Manufacturing",
1813                "Machinery Manufacturing",
1814                "Medical Equipment Manufacturing",
1815                "Oil and Coal Product Manufacturing",
1816                "Paper and Forest Product Manufacturing",
1817                "Pharmaceutical Manufacturing",
1818                "Plastics and Rubber Product Manufacturing",
1819                "Primary Metal Manufacturing",
1820                "Printing Services",
1821                "Sporting Goods Manufacturing",
1822                "Textile Manufacturing",
1823                "Tobacco Manufacturing",
1824                "Transportation Equipment Manufacturing",
1825                "Wood Product Manufacturing",
1826                "Motor Vehicle Manufacturing",
1827                "Motor Vehicle Parts Manufacturing",
1828                "Mining",
1829                "Oil and Gas",
1830                "Accounting",
1831                "Advertising Services",
1832                "Architecture and Planning",
1833                "Business Consulting and Services",
1834                "Design Services",
1835                "Engineering Services",
1836                "IT Services and IT Consulting",
1837                "Legal Services",
1838                "Marketing Services",
1839                "Public Relations and Communications Services",
1840                "Research Services",
1841                "Services for Renewable Energy",
1842                "Veterinary Services",
1843                "Equipment Rental Services",
1844                "Real Estate",
1845                "Food and Beverage Retail",
1846                "Online and Mail Order Retail",
1847                "Retail Apparel and Fashion",
1848                "Retail Appliances, Electrical, and Electronic Equipment",
1849                "Retail Art Dealers",
1850                "Retail Art Supplies",
1851                "Retail Books and Printed News",
1852                "Retail Building Materials and Garden Equipment",
1853                "Retail Florists",
1854                "Retail Furniture and Home Furnishings",
1855                "Retail Gasoline",
1856                "Retail Health and Personal Care Products",
1857                "Retail Luxury Goods and Jewelry",
1858                "Retail Motor Vehicles",
1859                "Retail Musical Instruments",
1860                "Retail Office Equipment",
1861                "Retail Office Supplies and Gifts",
1862                "Retail Recyclable Materials & Used Merchandise",
1863                "Book and Periodical Publishing",
1864                "Broadcast Media Production and Distribution",
1865                "Computer Games",
1866                "Data Infrastructure and Analytics",
1867                "Information Services",
1868                "Internet Marketplace Platforms",
1869                "Mobile Gaming Apps",
1870                "Movies, Videos, and Sound",
1871                "Social Networking Platforms",
1872                "Telecommunications",
1873                "Software Development",
1874                "Airlines and Aviation",
1875                "Freight and Package Transportation",
1876                "Ground Passenger Transportation",
1877                "Maritime Transportation",
1878                "Pipeline Transportation",
1879                "Postal Services",
1880                "Rail Transportation",
1881                "Truck Transportation",
1882                "Warehousing",
1883                "Electric Power Generation",
1884                "Natural Gas Distribution",
1885                "Water, Waste, Steam, and Air Conditioning Services",
1886                "Wholesale Alcoholic Beverages",
1887                "Wholesale Apparel and Sewing Supplies",
1888                "Wholesale Appliances, Electrical, and Electronics",
1889                "Wholesale Building Materials",
1890                "Wholesale Chemical and Allied Products",
1891                "Wholesale Computer Equipment",
1892                "Wholesale Drugs and Sundries",
1893                "Wholesale Food and Beverage",
1894                "Wholesale Footwear",
1895                "Wholesale Furniture and Home Furnishings",
1896                "Wholesale Hardware, Plumbing, Heating Equipment",
1897                "Wholesale Import and Export",
1898                "Wholesale Luxury Goods and Jewelry",
1899                "Wholesale Machinery",
1900                "Wholesale Metals and Minerals",
1901                "Wholesale Motor Vehicles and Parts",
1902                "Wholesale Paper Products",
1903                "Wholesale Petroleum and Petroleum Products",
1904                "Wholesale Photography Equipment and Supplies",
1905                "Wholesale Raw Farm Products",
1906                "Wholesale Recyclable Materials"
1907              ]
1908            }
1909          },
1910          "max_num_job_postings": {
1911            "title": "Maximum Number of Job Postings",
1912            "minimum": 10,
1913            "maximum": 500,
1914            "type": "integer",
1915            "description": "The maximum number of job postings",
1916            "default": 20
1917          }
1918        }
1919      },
1920      "runsResponseSchema": {
1921        "type": "object",
1922        "properties": {
1923          "data": {
1924            "type": "object",
1925            "properties": {
1926              "id": {
1927                "type": "string"
1928              },
1929              "actId": {
1930                "type": "string"
1931              },
1932              "userId": {
1933                "type": "string"
1934              },
1935              "startedAt": {
1936                "type": "string",
1937                "format": "date-time",
1938                "example": "2025-01-08T00:00:00.000Z"
1939              },
1940              "finishedAt": {
1941                "type": "string",
1942                "format": "date-time",
1943                "example": "2025-01-08T00:00:00.000Z"
1944              },
1945              "status": {
1946                "type": "string",
1947                "example": "READY"
1948              },
1949              "meta": {
1950                "type": "object",
1951                "properties": {
1952                  "origin": {
1953                    "type": "string",
1954                    "example": "API"
1955                  },
1956                  "userAgent": {
1957                    "type": "string"
1958                  }
1959                }
1960              },
1961              "stats": {
1962                "type": "object",
1963                "properties": {
1964                  "inputBodyLen": {
1965                    "type": "integer",
1966                    "example": 2000
1967                  },
1968                  "rebootCount": {
1969                    "type": "integer",
1970                    "example": 0
1971                  },
1972                  "restartCount": {
1973                    "type": "integer",
1974                    "example": 0
1975                  },
1976                  "resurrectCount": {
1977                    "type": "integer",
1978                    "example": 0
1979                  },
1980                  "computeUnits": {
1981                    "type": "integer",
1982                    "example": 0
1983                  }
1984                }
1985              },
1986              "options": {
1987                "type": "object",
1988                "properties": {
1989                  "build": {
1990                    "type": "string",
1991                    "example": "latest"
1992                  },
1993                  "timeoutSecs": {
1994                    "type": "integer",
1995                    "example": 300
1996                  },
1997                  "memoryMbytes": {
1998                    "type": "integer",
1999                    "example": 1024
2000                  },
2001                  "diskMbytes": {
2002                    "type": "integer",
2003                    "example": 2048
2004                  }
2005                }
2006              },
2007              "buildId": {
2008                "type": "string"
2009              },
2010              "defaultKeyValueStoreId": {
2011                "type": "string"
2012              },
2013              "defaultDatasetId": {
2014                "type": "string"
2015              },
2016              "defaultRequestQueueId": {
2017                "type": "string"
2018              },
2019              "buildNumber": {
2020                "type": "string",
2021                "example": "1.0.0"
2022              },
2023              "containerUrl": {
2024                "type": "string"
2025              },
2026              "usage": {
2027                "type": "object",
2028                "properties": {
2029                  "ACTOR_COMPUTE_UNITS": {
2030                    "type": "integer",
2031                    "example": 0
2032                  },
2033                  "DATASET_READS": {
2034                    "type": "integer",
2035                    "example": 0
2036                  },
2037                  "DATASET_WRITES": {
2038                    "type": "integer",
2039                    "example": 0
2040                  },
2041                  "KEY_VALUE_STORE_READS": {
2042                    "type": "integer",
2043                    "example": 0
2044                  },
2045                  "KEY_VALUE_STORE_WRITES": {
2046                    "type": "integer",
2047                    "example": 1
2048                  },
2049                  "KEY_VALUE_STORE_LISTS": {
2050                    "type": "integer",
2051                    "example": 0
2052                  },
2053                  "REQUEST_QUEUE_READS": {
2054                    "type": "integer",
2055                    "example": 0
2056                  },
2057                  "REQUEST_QUEUE_WRITES": {
2058                    "type": "integer",
2059                    "example": 0
2060                  },
2061                  "DATA_TRANSFER_INTERNAL_GBYTES": {
2062                    "type": "integer",
2063                    "example": 0
2064                  },
2065                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
2066                    "type": "integer",
2067                    "example": 0
2068                  },
2069                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
2070                    "type": "integer",
2071                    "example": 0
2072                  },
2073                  "PROXY_SERPS": {
2074                    "type": "integer",
2075                    "example": 0
2076                  }
2077                }
2078              },
2079              "usageTotalUsd": {
2080                "type": "number",
2081                "example": 0.00005
2082              },
2083              "usageUsd": {
2084                "type": "object",
2085                "properties": {
2086                  "ACTOR_COMPUTE_UNITS": {
2087                    "type": "integer",
2088                    "example": 0
2089                  },
2090                  "DATASET_READS": {
2091                    "type": "integer",
2092                    "example": 0
2093                  },
2094                  "DATASET_WRITES": {
2095                    "type": "integer",
2096                    "example": 0
2097                  },
2098                  "KEY_VALUE_STORE_READS": {
2099                    "type": "integer",
2100                    "example": 0
2101                  },
2102                  "KEY_VALUE_STORE_WRITES": {
2103                    "type": "number",
2104                    "example": 0.00005
2105                  },
2106                  "KEY_VALUE_STORE_LISTS": {
2107                    "type": "integer",
2108                    "example": 0
2109                  },
2110                  "REQUEST_QUEUE_READS": {
2111                    "type": "integer",
2112                    "example": 0
2113                  },
2114                  "REQUEST_QUEUE_WRITES": {
2115                    "type": "integer",
2116                    "example": 0
2117                  },
2118                  "DATA_TRANSFER_INTERNAL_GBYTES": {
2119                    "type": "integer",
2120                    "example": 0
2121                  },
2122                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
2123                    "type": "integer",
2124                    "example": 0
2125                  },
2126                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
2127                    "type": "integer",
2128                    "example": 0
2129                  },
2130                  "PROXY_SERPS": {
2131                    "type": "integer",
2132                    "example": 0
2133                  }
2134                }
2135              }
2136            }
2137          }
2138        }
2139      }
2140    }
2141  }
2142}

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