The Naukri Navigator: Charting Your Career Journey avatar

The Naukri Navigator: Charting Your Career Journey

Try for free

7 days trial then $30.00/month - No credit card required now

Go to Store
The Naukri Navigator: Charting Your Career Journey

The Naukri Navigator: Charting Your Career Journey

jupri/naukri
Try for free

7 days trial then $30.00/month - No credit card required now

πŸ’« Scrape Naukri.com Jobs

You can access the The Naukri Navigator: Charting Your Career Journey programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1{
2  "openapi": "3.0.1",
3  "info": {
4    "version": "0.0",
5    "x-build-id": "JCsZQOZ76wdjm5O0Y"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/jupri~naukri/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-jupri-naukri",
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/jupri~naukri/runs": {
50      "post": {
51        "operationId": "runs-sync-jupri-naukri",
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/jupri~naukri/run-sync": {
93      "post": {
94        "operationId": "run-sync-jupri-naukri",
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          "query": {
135            "title": "❓ Query",
136            "type": "string",
137            "description": "πŸ’‘ Search Terms or URL"
138          },
139          "filters.sort": {
140            "title": "πŸ”€ Sorting",
141            "enum": [
142              "recomended",
143              "relevance",
144              "date"
145            ],
146            "type": "string",
147            "description": ""
148          },
149          "limit": {
150            "title": "♾️ Limit",
151            "type": "integer",
152            "description": "πŸ’‘ Number of results"
153          },
154          "filters.job_age": {
155            "title": "⏰ Freshness",
156            "type": "integer",
157            "description": "πŸ’‘ Job Age"
158          },
159          "filters.location": {
160            "title": "🧭 Location",
161            "type": "array",
162            "description": "πŸ’‘ Job Locations",
163            "items": {
164              "type": "string"
165            }
166          },
167          "filters.duration": {
168            "title": "βŒ› Duration",
169            "type": "array",
170            "description": "πŸ’‘ Internship Duration",
171            "items": {
172              "type": "string",
173              "enum": [
174                "1",
175                "2",
176                "3",
177                "4",
178                "5",
179                "6",
180                "-1"
181              ],
182              "enumTitles": [
183                "1 Month",
184                "2 Months",
185                "3 Months",
186                "4 Months",
187                "5 Months",
188                "6 Months",
189                "Flexible"
190              ]
191            }
192          },
193          "filters.role": {
194            "title": "🧰 Role category",
195            "type": "array",
196            "description": "",
197            "items": {
198              "type": "string",
199              "enum": [
200                "1001",
201                "1002",
202                "1003",
203                "1004",
204                "1005",
205                "1006",
206                "1007",
207                "1008",
208                "1009",
209                "1010",
210                "1011",
211                "1012",
212                "1013",
213                "1014",
214                "1015",
215                "1016",
216                "1017",
217                "1018",
218                "1019",
219                "1020",
220                "1021",
221                "1022",
222                "1023",
223                "1024",
224                "1025",
225                "1026",
226                "1027",
227                "1028",
228                "1029",
229                "1030",
230                "1031",
231                "1032",
232                "1033",
233                "1034",
234                "1035",
235                "1036",
236                "1037",
237                "1038",
238                "1039",
239                "1040",
240                "1041",
241                "1042",
242                "1043",
243                "1044",
244                "1045",
245                "1046",
246                "1047",
247                "1048",
248                "1049",
249                "1050",
250                "1051",
251                "1052",
252                "1053",
253                "1054",
254                "1055",
255                "1056",
256                "1057",
257                "1058",
258                "1060",
259                "1061",
260                "1062",
261                "1063",
262                "1064",
263                "1065",
264                "1066",
265                "1067",
266                "1068",
267                "1069",
268                "1070",
269                "1071",
270                "1072",
271                "1073",
272                "1074",
273                "1075",
274                "1076",
275                "1077",
276                "1078",
277                "1079",
278                "1080",
279                "1081",
280                "1082",
281                "1083",
282                "1084",
283                "1085",
284                "1086",
285                "1087",
286                "1088",
287                "1089",
288                "1090",
289                "1091",
290                "1092",
291                "1093",
292                "1094",
293                "1095",
294                "1096",
295                "1097",
296                "1098",
297                "1099",
298                "1100",
299                "1101",
300                "1102",
301                "1103",
302                "1104",
303                "1105",
304                "1106",
305                "1107",
306                "1108",
307                "1109",
308                "1110",
309                "1111",
310                "1112",
311                "1113",
312                "1114",
313                "1115",
314                "1116",
315                "1117",
316                "1118",
317                "1119",
318                "1120",
319                "1121",
320                "1122",
321                "1123",
322                "1124",
323                "1125",
324                "1126",
325                "1127",
326                "1128",
327                "1129",
328                "1130",
329                "1131",
330                "1132",
331                "1133",
332                "1134",
333                "1135",
334                "1136",
335                "1137",
336                "1138",
337                "1139",
338                "1140",
339                "1142",
340                "1143",
341                "1144",
342                "1145",
343                "1146",
344                "1147",
345                "1148",
346                "1149",
347                "1150",
348                "1151",
349                "1152",
350                "1153",
351                "1154",
352                "1155",
353                "1156",
354                "1157",
355                "1158",
356                "1159",
357                "1160",
358                "1161",
359                "1162",
360                "1163",
361                "1164",
362                "1165",
363                "1166",
364                "1167"
365              ],
366              "enumTitles": [
367                "Banking Operations",
368                "General Insurance",
369                "Investment Banking, Private Equity & VC",
370                "Lending",
371                "Life Insurance",
372                "Trading, Asset & Wealth Management",
373                "Treasury & Forex",
374                "BFSI, Investments & Trading - Other",
375                "After Sales Service & Repair",
376                "Back Office",
377                "Customer Success",
378                "Non Voice",
379                "Operations",
380                "Operations Support",
381                "Service Delivery",
382                "Voice / Blended",
383                "Customer Success, Service & Operations - Other",
384                "Business Intelligence & Analytics",
385                "Data Science & Machine Learning",
386                "Data Science & Analytics - Other",
387                "Hardware",
388                "IT Network",
389                "Telecom",
390                "Hardware and Networks - Other",
391                "DBA / Data warehousing",
392                "DevOps",
393                "Quality Assurance and Testing",
394                "Software Development",
395                "Accounting & Taxation",
396                "Audit & Control",
397                "Finance",
398                "Payroll & Transactions",
399                "Treasury",
400                "Finance & Accounting - Other",
401                "Compensation & Benefits",
402                "Employee Relations",
403                "HR Business Advisory",
404                "HR Operations",
405                "Recruitment & Talent Acquisition",
406                "Recruitment Marketing & Branding",
407                "Human Resources - Other",
408                "IT Infrastructure Services",
409                "IT Security",
410                "IT Support",
411                "IT & Information Security - Other",
412                "Advertising & Creative",
413                "Corporate Communication",
414                "Digital Marketing",
415                "Market Research & Insights",
416                "Marketing",
417                "Marketing and Communication - Other",
418                "Product Management - Technology",
419                "Product Management - Other",
420                "Engineering",
421                "Management",
422                "Operations, Maintenance & Support",
423                "Production & Manufacturing - Other",
424                "Construction / Manufacturing",
425                "Technology / IT",
426                "Other Program / Project Management",
427                "Business Process Quality",
428                "Production & Manufacturing",
429                "Quality Assurance - Other",
430                "BD / Pre Sales",
431                "Enterprise & B2B Sales",
432                "Retail & B2C Sales",
433                "Sales Support & Operations",
434                "Architecture & Interior Design",
435                "Fashion & Accessories",
436                "UI / UX",
437                "Other Design",
438                "Administration",
439                "Facility Management",
440                "Airline Services",
441                "Aviation Engineering",
442                "Flight & Airport Operations",
443                "Pilot",
444                "Aviation & Aerospace - Other",
445                "Construction Engineering",
446                "Surveying",
447                "IT Consulting",
448                "Management Consulting",
449                "Other Consulting",
450                "Content Management (Print / Online / Electronic)",
451                "Editing (Print / Online / Electronic)",
452                "Journalism",
453                "Content, Editorial & Journalism - Other",
454                "CSR & Sustainability",
455                "Social & Public Service",
456                "Downstream",
457                "Midstream",
458                "Mining",
459                "Power Generation",
460                "Power Supply and Distribution",
461                "Upstream",
462                "Energy & Mining - Other",
463                "Community Health & Safety",
464                "Occupational Health & Safety",
465                "Environment Health and Safety - Other",
466                "Events & Banquet",
467                "F&B Service",
468                "Front Office & Guest Services",
469                "Housekeeping & Laundry",
470                "Kitchen / F&B Production",
471                "Tourism Services",
472                "Food, Beverage & Hospitality - Other",
473                "Doctor",
474                "Health Informatics",
475                "Imaging & Diagnostics",
476                "Nursing",
477                "Healthcare & Life Sciences - Other",
478                "Other Hospital Staff",
479                "Corporate Affairs",
480                "Crime / Arbitration",
481                "Legal Operations",
482                "Legal & Regulatory - Other",
483                "Animation / Effects",
484                "Artists",
485                "Direction",
486                "Editing",
487                "Make Up / Costume",
488                "Production",
489                "Sound / Light / Technical Support",
490                "Media Production & Entertainment - Other",
491                "Category Management & Operations",
492                "eCommerce Operations",
493                "Merchandising & Planning",
494                "Retail Store Operations",
495                "Merchandising, Retail & eCommerce - Other",
496                "Import & Export",
497                "Procurement & Purchase",
498                "SCM & Logistics",
499                "Stores & Material Management",
500                "Procurement & Supply Chain - Other",
501                "Engineering & Manufacturing",
502                "Pharmaceutical & Biotechnology",
503                "Research & Development - Other",
504                "Assessment / Advisory",
505                "Business",
506                "Operations / Strategy",
507                "Security / Fraud",
508                "Risk Management & Compliance - Other",
509                "Security Officer",
510                "Security Services - Other",
511                "Port & Maritime Operations",
512                "Shipping Deck",
513                "Shipping Engineering & Technical",
514                "Shipping & Maritime - Other",
515                "Beauty & Personal Care",
516                "Health & Fitness",
517                "Sports Science & Medicine",
518                "Sports Staff and Management",
519                "Sports, Fitness & Personal Care - Other",
520                "Strategic Management",
521                "Top Management",
522                "Strategic & Top Management - Other",
523                "Administration & Staff",
524                "Corporate Training",
525                "Language Teacher",
526                "Life Skills / ECA Teacher",
527                "Preschool & Primary Education",
528                "Subject / Specialization Teacher",
529                "University Level Educator",
530                "Teaching & Training - Other",
531                "Other"
532              ]
533            }
534          },
535          "filters.experience": {
536            "title": "πŸ”° Experience",
537            "type": "integer",
538            "description": "πŸ’‘ Year Experience"
539          },
540          "filters.salary": {
541            "title": "πŸ’Έ Salary",
542            "type": "array",
543            "description": "",
544            "items": {
545              "type": "string",
546              "enum": [
547                "0to3",
548                "3to6",
549                "6to10",
550                "10to15",
551                "15to25",
552                "25to50",
553                "50to75",
554                "75to100",
555                "100to500",
556                "501"
557              ],
558              "enumTitles": [
559                "0-3 Lakhs",
560                "3-6 Lakhs",
561                "6-10 Lakhs",
562                "10-15 Lakhs",
563                "15-25 Lakhs",
564                "25-50 Lakhs",
565                "50-75 Lakhs",
566                "75-100 Lakhs",
567                "1-5 Cr",
568                "5+ Cr"
569              ]
570            }
571          },
572          "filters.stipend": {
573            "title": "πŸ’Έ Stipend",
574            "type": "array",
575            "description": "",
576            "items": {
577              "type": "string",
578              "enum": [
579                "unpaid",
580                "0To10",
581                "10To20",
582                "20To30",
583                "30To40",
584                "40To50",
585                "50To1"
586              ],
587              "enumTitles": [
588                "Unpaid",
589                "0-10k",
590                "10k-20k",
591                "20k-30k",
592                "30k-40k",
593                "40k-50k",
594                "50k and above"
595              ]
596            }
597          },
598          "filters.function": {
599            "title": "⛓️ Department",
600            "type": "array",
601            "description": "",
602            "items": {
603              "type": "string",
604              "enum": [
605                "1",
606                "2",
607                "3",
608                "4",
609                "5",
610                "6",
611                "7",
612                "8",
613                "9",
614                "10",
615                "11",
616                "12",
617                "13",
618                "14",
619                "15",
620                "16",
621                "17",
622                "18",
623                "19",
624                "20",
625                "21",
626                "22",
627                "23",
628                "24",
629                "25",
630                "26",
631                "27",
632                "28",
633                "29",
634                "30",
635                "31",
636                "32",
637                "33",
638                "34",
639                "35",
640                "36",
641                "37"
642              ],
643              "enumTitles": [
644                "BFSI, Investments & Trading",
645                "Customer Success, Service & Operations",
646                "Data Science & Analytics",
647                "Engineering - Hardware & Networks",
648                "Engineering - Software & QA",
649                "Finance & Accounting",
650                "Human Resources",
651                "IT & Information Security",
652                "Marketing & Communication",
653                "Product Management",
654                "Production, Manufacturing & Engineering",
655                "Project & Program Management",
656                "Quality Assurance",
657                "Sales & Business Development",
658                "UX, Design & Architecture",
659                "Administration & Facilities",
660                "Aviation & Aerospace",
661                "Construction & Site Engineering",
662                "Consulting",
663                "Content, Editorial & Journalism",
664                "CSR & Social Service",
665                "Energy & Mining",
666                "Environment Health & Safety",
667                "Food, Beverage & Hospitality",
668                "Healthcare & Life Sciences",
669                "Legal & Regulatory",
670                "Media Production & Entertainment",
671                "Merchandising, Retail & eCommerce",
672                "Procurement & Supply Chain",
673                "Research & Development",
674                "Risk Management & Compliance",
675                "Security Services",
676                "Shipping & Maritime",
677                "Sports, Fitness & Personal Care",
678                "Strategic & Top Management",
679                "Teaching & Training",
680                "Other"
681              ]
682            }
683          },
684          "filters.industry": {
685            "title": "⛓️ Industry",
686            "type": "array",
687            "description": "",
688            "items": {
689              "type": "string",
690              "enum": [
691                "101",
692                "102",
693                "103",
694                "104",
695                "105",
696                "107",
697                "108",
698                "11",
699                "109",
700                "110",
701                "111",
702                "112",
703                "113",
704                "114",
705                "115",
706                "116",
707                "117",
708                "119",
709                "120",
710                "121",
711                "122",
712                "123",
713                "124",
714                "125",
715                "126",
716                "127",
717                "128",
718                "129",
719                "130",
720                "131",
721                "132",
722                "133",
723                "134",
724                "135",
725                "136",
726                "137",
727                "138",
728                "139",
729                "140",
730                "141",
731                "142",
732                "143",
733                "144",
734                "145",
735                "146",
736                "147",
737                "148",
738                "149",
739                "150",
740                "151",
741                "152",
742                "153",
743                "154",
744                "155",
745                "156",
746                "157",
747                "158",
748                "159",
749                "160",
750                "161",
751                "162",
752                "163",
753                "164",
754                "165",
755                "166",
756                "167",
757                "168",
758                "169",
759                "170",
760                "171",
761                "172",
762                "173",
763                "174",
764                "175",
765                "176",
766                "177",
767                "178",
768                "179",
769                "180",
770                "181",
771                "182",
772                "183",
773                "184"
774              ],
775              "enumTitles": [
776                "BPM πŸ“‚ Analytics / KPO / Research",
777                "BPM πŸ“‚ BPO / Call Centre",
778                "Technology πŸ“‚ Electronic Components / Semiconductors",
779                "Technology πŸ“‚ Electronics Manufacturing",
780                "Technology πŸ“‚ Emerging Technologies",
781                "Technology πŸ“‚ Hardware & Networking",
782                "Technology πŸ“‚ Internet",
783                "IT Services",
784                "IT Services πŸ“‚ IT Services & Consulting",
785                "Technology πŸ“‚ Software Product",
786                "Media, Entertainment & Telecom πŸ“‚ Telecom / ISP",
787                "BFSI πŸ“‚ Banking",
788                "BFSI πŸ“‚ Financial Services",
789                "BFSI πŸ“‚ FinTech / Payments",
790                "BFSI πŸ“‚ Insurance",
791                "BFSI πŸ“‚ Investment Banking / Venture Capital / Private Equity",
792                "BFSI πŸ“‚ NBFC",
793                "Professional Services πŸ“‚ Accounting / Auditing",
794                "Professional Services πŸ“‚ Architecture / Interior Design",
795                "Professional Services πŸ“‚ Content Development / Language",
796                "Professional Services πŸ“‚ Design",
797                "Professional Services πŸ“‚ Facility Management Services",
798                "Professional Services πŸ“‚ Law Enforcement / Security Services",
799                "Professional Services πŸ“‚ Legal",
800                "Professional Services πŸ“‚ Management Consulting",
801                "Professional Services πŸ“‚ Recruitment / Staffing",
802                "Healthcare & Life Sciences πŸ“‚ Biotechnology",
803                "Healthcare & Life Sciences πŸ“‚ Clinical Research / Contract Research",
804                "Healthcare & Life Sciences πŸ“‚ Medical Devices & Equipment",
805                "Healthcare & Life Sciences πŸ“‚ Medical Services / Hospital",
806                "Healthcare & Life Sciences πŸ“‚ Pharmaceutical & Life Sciences",
807                "Education πŸ“‚ Education / Training",
808                "Education πŸ“‚ E-Learning / EdTech",
809                "Consumer, Retail & Hospitality πŸ“‚ Beauty & Personal Care",
810                "Consumer, Retail & Hospitality πŸ“‚ Beverage",
811                "Consumer, Retail & Hospitality πŸ“‚ Consumer Electronics & Appliances",
812                "Consumer, Retail & Hospitality πŸ“‚ Fitness & Wellness",
813                "Consumer, Retail & Hospitality πŸ“‚ FMCG",
814                "Consumer, Retail & Hospitality πŸ“‚ Food Processing",
815                "Consumer, Retail & Hospitality πŸ“‚ Furniture & Furnishing",
816                "Consumer, Retail & Hospitality πŸ“‚ Gems & Jewellery",
817                "Consumer, Retail & Hospitality πŸ“‚ Hotels & Restaurants",
818                "Consumer, Retail & Hospitality πŸ“‚ Leather",
819                "Consumer, Retail & Hospitality πŸ“‚ Retail",
820                "Consumer, Retail & Hospitality πŸ“‚ Textile & Apparel",
821                "Consumer, Retail & Hospitality πŸ“‚ Travel & Tourism",
822                "Manufacturing & Production πŸ“‚ Auto Components",
823                "Manufacturing & Production πŸ“‚ Automobile",
824                "Manufacturing & Production πŸ“‚ Building Material",
825                "Manufacturing & Production πŸ“‚ Chemicals",
826                "Manufacturing & Production πŸ“‚ Defence & Aerospace",
827                "Manufacturing & Production πŸ“‚ Electrical Equipment",
828                "Manufacturing & Production πŸ“‚ Fertilizers / Pesticides / Agro chemicals",
829                "Manufacturing & Production πŸ“‚ Industrial Automation",
830                "Manufacturing & Production πŸ“‚ Industrial Equipment / Machinery",
831                "Manufacturing & Production πŸ“‚ Iron & Steel",
832                "Manufacturing & Production πŸ“‚ Metals & Mining",
833                "Manufacturing & Production πŸ“‚ Packaging & Containers",
834                "Manufacturing & Production πŸ“‚ Petrochemical / Plastics / Rubber",
835                "Manufacturing & Production πŸ“‚ Pulp & Paper",
836                "Infrastructure, Transport & Real Estate πŸ“‚ Aviation",
837                "Infrastructure, Transport & Real Estate πŸ“‚ Courier / Logistics",
838                "Infrastructure, Transport & Real Estate πŸ“‚ Engineering & Construction",
839                "Infrastructure, Transport & Real Estate πŸ“‚ Oil & Gas",
840                "Infrastructure, Transport & Real Estate πŸ“‚ Ports & Shipping",
841                "Infrastructure, Transport & Real Estate πŸ“‚ Power",
842                "Infrastructure, Transport & Real Estate πŸ“‚ Railways",
843                "Infrastructure, Transport & Real Estate πŸ“‚ Real Estate",
844                "Infrastructure, Transport & Real Estate πŸ“‚ Urban Transport",
845                "Infrastructure, Transport & Real Estate πŸ“‚ Water Treatment / Waste Management",
846                "Media, Entertainment & Telecom πŸ“‚ Advertising & Marketing",
847                "Media, Entertainment & Telecom πŸ“‚ Animation & VFX",
848                "Media, Entertainment & Telecom πŸ“‚ Events / Live Entertainment",
849                "Media, Entertainment & Telecom πŸ“‚ Film / Music / Entertainment",
850                "Media, Entertainment & Telecom πŸ“‚ Gaming",
851                "Media, Entertainment & Telecom πŸ“‚ Printing & Publishing",
852                "Media, Entertainment & Telecom πŸ“‚ Sports / Leisure & Recreation",
853                "Media, Entertainment & Telecom πŸ“‚ TV / Radio",
854                "Miscellaneous πŸ“‚ Agriculture / Forestry / Fishing",
855                "Miscellaneous πŸ“‚ Government / Public Administration",
856                "Miscellaneous πŸ“‚ Import & Export",
857                "Miscellaneous πŸ“‚ Miscellaneous",
858                "Miscellaneous πŸ“‚ NGO / Social Services / Industry Associations"
859              ]
860            }
861          },
862          "dev_custom_headers": {
863            "title": "πŸ“œ HTTP HEADERS",
864            "type": "array",
865            "description": "πŸ’‘ Additional HTTP Headers",
866            "items": {
867              "type": "object",
868              "required": [
869                "key",
870                "value"
871              ],
872              "properties": {
873                "key": {
874                  "type": "string",
875                  "title": "Key"
876                },
877                "value": {
878                  "type": "string",
879                  "title": "Value"
880                }
881              }
882            }
883          },
884          "dev_custom_cookies": {
885            "title": "🍰 HTTP COOKIES",
886            "type": "array",
887            "description": "πŸ’‘ Additional HTTP Cookies",
888            "items": {
889              "type": "object",
890              "required": [
891                "key",
892                "value"
893              ],
894              "properties": {
895                "key": {
896                  "type": "string",
897                  "title": "Key"
898                },
899                "value": {
900                  "type": "string",
901                  "title": "Value"
902                }
903              }
904            }
905          },
906          "dev_transform_fields": {
907            "title": "♻️ CUSTOM FIELD",
908            "type": "array",
909            "description": "πŸ’‘ <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>",
910            "items": {
911              "type": "object",
912              "required": [
913                "key",
914                "value"
915              ],
916              "properties": {
917                "key": {
918                  "type": "string",
919                  "title": "Key"
920                },
921                "value": {
922                  "type": "string",
923                  "title": "Value"
924                }
925              }
926            }
927          },
928          "dev_dataset_name": {
929            "title": "πŸ“ CUSTOM STORAGE",
930            "type": "string",
931            "description": "πŸ’‘ <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>"
932          },
933          "dev_dataset_clear": {
934            "title": "Clear Storage",
935            "type": "boolean",
936            "description": "Clear Dataset before insert/update."
937          },
938          "dev_no_strip": {
939            "title": "Disable data cleansing",
940            "type": "boolean",
941            "description": "πŸ’‘ Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
942          }
943        }
944      },
945      "runsResponseSchema": {
946        "type": "object",
947        "properties": {
948          "data": {
949            "type": "object",
950            "properties": {
951              "id": {
952                "type": "string"
953              },
954              "actId": {
955                "type": "string"
956              },
957              "userId": {
958                "type": "string"
959              },
960              "startedAt": {
961                "type": "string",
962                "format": "date-time",
963                "example": "2025-01-08T00:00:00.000Z"
964              },
965              "finishedAt": {
966                "type": "string",
967                "format": "date-time",
968                "example": "2025-01-08T00:00:00.000Z"
969              },
970              "status": {
971                "type": "string",
972                "example": "READY"
973              },
974              "meta": {
975                "type": "object",
976                "properties": {
977                  "origin": {
978                    "type": "string",
979                    "example": "API"
980                  },
981                  "userAgent": {
982                    "type": "string"
983                  }
984                }
985              },
986              "stats": {
987                "type": "object",
988                "properties": {
989                  "inputBodyLen": {
990                    "type": "integer",
991                    "example": 2000
992                  },
993                  "rebootCount": {
994                    "type": "integer",
995                    "example": 0
996                  },
997                  "restartCount": {
998                    "type": "integer",
999                    "example": 0
1000                  },
1001                  "resurrectCount": {
1002                    "type": "integer",
1003                    "example": 0
1004                  },
1005                  "computeUnits": {
1006                    "type": "integer",
1007                    "example": 0
1008                  }
1009                }
1010              },
1011              "options": {
1012                "type": "object",
1013                "properties": {
1014                  "build": {
1015                    "type": "string",
1016                    "example": "latest"
1017                  },
1018                  "timeoutSecs": {
1019                    "type": "integer",
1020                    "example": 300
1021                  },
1022                  "memoryMbytes": {
1023                    "type": "integer",
1024                    "example": 1024
1025                  },
1026                  "diskMbytes": {
1027                    "type": "integer",
1028                    "example": 2048
1029                  }
1030                }
1031              },
1032              "buildId": {
1033                "type": "string"
1034              },
1035              "defaultKeyValueStoreId": {
1036                "type": "string"
1037              },
1038              "defaultDatasetId": {
1039                "type": "string"
1040              },
1041              "defaultRequestQueueId": {
1042                "type": "string"
1043              },
1044              "buildNumber": {
1045                "type": "string",
1046                "example": "1.0.0"
1047              },
1048              "containerUrl": {
1049                "type": "string"
1050              },
1051              "usage": {
1052                "type": "object",
1053                "properties": {
1054                  "ACTOR_COMPUTE_UNITS": {
1055                    "type": "integer",
1056                    "example": 0
1057                  },
1058                  "DATASET_READS": {
1059                    "type": "integer",
1060                    "example": 0
1061                  },
1062                  "DATASET_WRITES": {
1063                    "type": "integer",
1064                    "example": 0
1065                  },
1066                  "KEY_VALUE_STORE_READS": {
1067                    "type": "integer",
1068                    "example": 0
1069                  },
1070                  "KEY_VALUE_STORE_WRITES": {
1071                    "type": "integer",
1072                    "example": 1
1073                  },
1074                  "KEY_VALUE_STORE_LISTS": {
1075                    "type": "integer",
1076                    "example": 0
1077                  },
1078                  "REQUEST_QUEUE_READS": {
1079                    "type": "integer",
1080                    "example": 0
1081                  },
1082                  "REQUEST_QUEUE_WRITES": {
1083                    "type": "integer",
1084                    "example": 0
1085                  },
1086                  "DATA_TRANSFER_INTERNAL_GBYTES": {
1087                    "type": "integer",
1088                    "example": 0
1089                  },
1090                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
1091                    "type": "integer",
1092                    "example": 0
1093                  },
1094                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
1095                    "type": "integer",
1096                    "example": 0
1097                  },
1098                  "PROXY_SERPS": {
1099                    "type": "integer",
1100                    "example": 0
1101                  }
1102                }
1103              },
1104              "usageTotalUsd": {
1105                "type": "number",
1106                "example": 0.00005
1107              },
1108              "usageUsd": {
1109                "type": "object",
1110                "properties": {
1111                  "ACTOR_COMPUTE_UNITS": {
1112                    "type": "integer",
1113                    "example": 0
1114                  },
1115                  "DATASET_READS": {
1116                    "type": "integer",
1117                    "example": 0
1118                  },
1119                  "DATASET_WRITES": {
1120                    "type": "integer",
1121                    "example": 0
1122                  },
1123                  "KEY_VALUE_STORE_READS": {
1124                    "type": "integer",
1125                    "example": 0
1126                  },
1127                  "KEY_VALUE_STORE_WRITES": {
1128                    "type": "number",
1129                    "example": 0.00005
1130                  },
1131                  "KEY_VALUE_STORE_LISTS": {
1132                    "type": "integer",
1133                    "example": 0
1134                  },
1135                  "REQUEST_QUEUE_READS": {
1136                    "type": "integer",
1137                    "example": 0
1138                  },
1139                  "REQUEST_QUEUE_WRITES": {
1140                    "type": "integer",
1141                    "example": 0
1142                  },
1143                  "DATA_TRANSFER_INTERNAL_GBYTES": {
1144                    "type": "integer",
1145                    "example": 0
1146                  },
1147                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
1148                    "type": "integer",
1149                    "example": 0
1150                  },
1151                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
1152                    "type": "integer",
1153                    "example": 0
1154                  },
1155                  "PROXY_SERPS": {
1156                    "type": "integer",
1157                    "example": 0
1158                  }
1159                }
1160              }
1161            }
1162          }
1163        }
1164      }
1165    }
1166  }
1167}

The Naukri Navigator: Charting Your Career Journey 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 The Naukri Navigator: Charting Your Career Journey from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients:

Developer
Maintained by Community

Actor Metrics

  • 5 monthly users

  • 2 bookmarks

  • >99% runs succeeded

  • Created in Sep 2024

  • Modified a month ago

Categories