{
  "openapi": "3.0.1",
  "info": {
    "title": "Naukri.com Jobs API",
    "description": "Naukri.com Jobs Scraper API collects job listings and job details from Naukri.com by keyword, location, page, and filters. Get job title, company name, location, experience, salary, skills, job description, filters, and company review details.",
    "version": "0.0",
    "x-build-id": "ZnBPZhe6hf5LGj8h0"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/api_merge~naukri-com-jobs-scraper-api/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-api_merge-naukri-com-jobs-scraper-api",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/api_merge~naukri-com-jobs-scraper-api/runs": {
      "post": {
        "operationId": "runs-sync-api_merge-naukri-com-jobs-scraper-api",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/api_merge~naukri-com-jobs-scraper-api/run-sync": {
      "post": {
        "operationId": "run-sync-api_merge-naukri-com-jobs-scraper-api",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "mode"
        ],
        "properties": {
          "mode": {
            "title": "Mode",
            "enum": [
              "list",
              "detail"
            ],
            "type": "string",
            "description": "Choose whether to fetch job listings or a single job detail.",
            "default": "list"
          },
          "keyword": {
            "title": "Keyword",
            "type": "string",
            "description": "Search keyword.",
            "default": "Python Development"
          },
          "location": {
            "title": "Search Location",
            "type": "string",
            "description": "Optional free-text search location, for example Delhi."
          },
          "page": {
            "title": "Page",
            "minimum": 1,
            "type": "integer",
            "description": "Page number. Each page returns 20 jobs.",
            "default": 1
          },
          "workMode": {
            "title": "Work Mode",
            "uniqueItems": true,
            "type": "array",
            "description": "Choose one or more work modes.",
            "items": {
              "type": "string",
              "enum": [
                "0",
                "1",
                "2",
                "3"
              ],
              "enumTitles": [
                "Work from office",
                "Temporary work from home",
                "Remote",
                "Hybrid"
              ]
            }
          },
          "department": {
            "title": "Department",
            "uniqueItems": true,
            "type": "array",
            "description": "Choose one or more department examples.",
            "items": {
              "type": "string",
              "enum": [
                "5",
                "8",
                "4",
                "3",
                "37",
                "19",
                "12",
                "14"
              ],
              "enumTitles": [
                "Engineering - Software & QA",
                "IT & Information Security",
                "Engineering - Hardware & Networks",
                "Data Science & Analytics",
                "Other",
                "Consulting",
                "Project & Program Management",
                "Sales & Business Development"
              ]
            }
          },
          "cities": {
            "title": "Cities",
            "uniqueItems": true,
            "type": "array",
            "description": "Choose one or more city examples.",
            "items": {
              "type": "string",
              "enum": [
                "97",
                "9508",
                "17",
                "139",
                "183",
                "9509",
                "134",
                "6",
                "220",
                "73",
                "232",
                "51"
              ],
              "enumTitles": [
                "Bengaluru",
                "Delhi / NCR",
                "Hyderabad",
                "Pune",
                "Chennai",
                "Mumbai (All Areas)",
                "Mumbai",
                "New Delhi",
                "Noida",
                "Gurugram",
                "Kolkata",
                "Ahmedabad"
              ]
            }
          },
          "experience": {
            "title": "Experience",
            "uniqueItems": true,
            "type": "array",
            "description": "Choose one or more experience examples.",
            "items": {
              "type": "string",
              "enum": [
                "0",
                "1",
                "2",
                "3",
                "4",
                "5",
                "6",
                "7",
                "8",
                "9",
                "10"
              ],
              "enumTitles": [
                "0 Yrs",
                "1 Yrs",
                "2 Yrs",
                "3 Yrs",
                "4 Yrs",
                "5 Yrs",
                "6 Yrs",
                "7 Yrs",
                "8 Yrs",
                "9 Yrs",
                "10 Yrs"
              ]
            }
          },
          "salary": {
            "title": "Salary",
            "uniqueItems": true,
            "type": "array",
            "description": "Choose one or more salary range examples.",
            "items": {
              "type": "string",
              "enum": [
                "0to3",
                "3to6",
                "6to10",
                "10to15",
                "15to25",
                "25to50",
                "50to75",
                "75to100",
                "100to500"
              ],
              "enumTitles": [
                "0-3 Lakhs",
                "3-6 Lakhs",
                "6-10 Lakhs",
                "10-15 Lakhs",
                "15-25 Lakhs",
                "25-50 Lakhs",
                "50-75 Lakhs",
                "75-100 Lakhs",
                "1-5 Cr"
              ]
            }
          },
          "companies": {
            "title": "Companies",
            "uniqueItems": true,
            "type": "array",
            "description": "Choose one or more company examples.",
            "items": {
              "type": "string",
              "enum": [
                "27117",
                "217",
                "892542",
                "410527",
                "7053",
                "16987",
                "604",
                "5929",
                "2114",
                "100007",
                "29679",
                "443"
              ],
              "enumTitles": [
                "Accenture",
                "CGI Group Inc.",
                "TCS",
                "Infosys Technologies",
                "Capgemini",
                "IBM India",
                "Iris Software",
                "Persistent Systems",
                "Cognizant Technology",
                "Tech Mahindra",
                "Fiserv",
                "Synechron Technologies"
              ]
            }
          },
          "industries": {
            "title": "Industries",
            "uniqueItems": true,
            "type": "array",
            "description": "Choose one or more industry examples.",
            "items": {
              "type": "string",
              "enum": [
                "109",
                "110",
                "127",
                "126",
                "172",
                "113",
                "108",
                "133",
                "103",
                "111",
                "101",
                "112"
              ],
              "enumTitles": [
                "IT Services & Consulting",
                "Software Product",
                "Recruitment / Staffing",
                "Management Consulting",
                "Advertising & Marketing",
                "Financial Services",
                "Internet",
                "Education / Training",
                "Electronic Components / Semiconductors",
                "Telecom / ISP",
                "Analytics / KPO / Research",
                "Banking"
              ]
            }
          },
          "role": {
            "title": "Role",
            "uniqueItems": true,
            "type": "array",
            "description": "Choose one or more role examples.",
            "items": {
              "type": "string",
              "enum": [
                "255",
                "275",
                "265",
                "264",
                "248",
                "227",
                "270",
                "236",
                "268",
                "258",
                "217",
                "259"
              ],
              "enumTitles": [
                "Back End Developer",
                "Software Development - Other",
                "Full Stack Developer",
                "Front End Developer",
                "Software Developer in Test (SDET)",
                "DevOps Engineer",
                "Search Engineer",
                "Blockchain Quality Assurance Engineer",
                "Mobile / App Developer",
                "Data Engineer",
                "Database Administrator",
                "Data Platform Engineer"
              ]
            }
          },
          "education": {
            "title": "Education",
            "uniqueItems": true,
            "type": "array",
            "description": "Choose one or more education examples.",
            "items": {
              "type": "string",
              "enum": [
                "9502",
                "12",
                "4",
                "11",
                "9501",
                "15",
                "6",
                "5",
                "2",
                "3",
                "7"
              ],
              "enumTitles": [
                "Any Graduate",
                "B.Tech / B.E.",
                "B.C.A.",
                "B.Sc",
                "Graduation Not Required",
                "Diploma",
                "B.Com",
                "B.B.A. / B.M.S.",
                "B.A - Bachelor of Arts",
                "B.Arch",
                "B.Ed"
              ]
            }
          },
          "postedBy": {
            "title": "Posted By",
            "enum": [
              "1",
              "2"
            ],
            "type": "string",
            "description": "Choose one posted-by example."
          },
          "freshness": {
            "title": "Freshness",
            "enum": [
              "all",
              "1",
              "3",
              "7",
              "15",
              "30"
            ],
            "type": "string",
            "description": "Filter jobs by posting date.",
            "default": "all"
          },
          "sort": {
            "title": "Sort",
            "enum": [
              "Relevance",
              "Freshness"
            ],
            "type": "string",
            "description": "Sort job listings by relevance or freshness.",
            "default": "Relevance"
          },
          "jobId": {
            "title": "Job ID",
            "type": "string",
            "description": "Naukri job id from the list response."
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}