{
  "openapi": "3.0.1",
  "info": {
    "title": "Naukri Jobs Scraper — India Job Data & API",
    "description": "Naukri jobs scraper & India job data API. Extract job postings: title, company, salary, experience, skills, location, apply link — clean JSON/CSV. Search by keyword or pull full details, no Naukri API key needed.",
    "version": "1.0",
    "x-build-id": "nOMXS3DPQ6oscKrKe"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/sian.agency~naukri-jobs-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-sian.agency-naukri-jobs-scraper",
        "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/sian.agency~naukri-jobs-scraper/runs": {
      "post": {
        "operationId": "runs-sync-sian.agency-naukri-jobs-scraper",
        "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/sian.agency~naukri-jobs-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-sian.agency-naukri-jobs-scraper",
        "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",
        "properties": {
          "scrapeMode": {
            "title": "🧭 Scrape mode",
            "enum": [
              "detail",
              "search"
            ],
            "type": "string",
            "description": "🧭 **Choose how to collect jobs:**\n\n- **Job details (recommended):** full job records — title, company, salary, experience, skills, full description, apply link. Best coverage, fastest, most data per job.\n- **Keyword search:** find jobs by a search keyword + filters (experience, freshness, work-from-home, salary band). Returns lighter result tiles.\n\n💡 **TIP:** Start with **Job details** for the richest output.",
            "default": "detail"
          },
          "detailSource": {
            "title": "📄 Job source (Job details mode)",
            "enum": [
              "sitemap",
              "urls"
            ],
            "type": "string",
            "description": "📄 **Where to get the jobs for Job details mode:**\n\n- **Discover automatically:** the scraper finds live, currently-posted jobs across India automatically — no input needed.\n- **My job URLs / IDs:** paste specific job links or numeric job IDs in the field below.\n\nIgnored in Keyword search mode.",
            "default": "sitemap"
          },
          "city": {
            "title": "📍 City filter (optional)",
            "type": "string",
            "description": "📍 **Optional city focus** for automatic discovery — e.g. `Pune`, `Bangalore`, `Mumbai`, `Hyderabad`. Leave blank to pull jobs from across India.\n\nApplies only to **Job details · Discover automatically**."
          },
          "jobUrls": {
            "title": "🔗 Job URLs or IDs",
            "uniqueItems": true,
            "type": "array",
            "description": "🔗 **Paste Naukri job links or numeric job IDs** (one per line). Works with full `job-listings-…` URLs or bare IDs like `130526502160`.\n\nUsed only when **Job source = My job URLs / IDs**.",
            "items": {
              "type": "string"
            }
          },
          "keyword": {
            "title": "🔍 Search keyword",
            "type": "string",
            "description": "🔍 **Search keyword** for Keyword search mode — e.g. `python developer`, `data scientist`, `product manager`.\n\n💡 Combine with the filters below to narrow results. Ignored in Job details mode."
          },
          "searchUrls": {
            "title": "🔗 Search URLs",
            "uniqueItems": true,
            "type": "array",
            "description": "🔗 **Paste Naukri search-results URLs** (one per line), e.g. `https://www.naukri.com/python-developer-jobs`. Filters in the URL are honored. Alternative to typing a keyword.",
            "items": {
              "type": "string"
            }
          },
          "experience": {
            "title": "🧑‍💼 Years of experience",
            "type": "string",
            "description": "🧑‍💼 **Filter by years of experience** (Keyword search only), e.g. `5`."
          },
          "jobAge": {
            "title": "📅 Posted within (days)",
            "type": "string",
            "description": "📅 **Freshness filter** (Keyword search only) — show only jobs posted within N days. Common values: `1`, `3`, `7`, `15`, `30`."
          },
          "wfhType": {
            "title": "🏠 Work mode",
            "type": "string",
            "description": "🏠 **Work-from-home filter** (Keyword search only): `0` = office, `1` = hybrid, `2` = remote."
          },
          "ctcFilter": {
            "title": "💰 Salary band (lakhs)",
            "type": "string",
            "description": "💰 **Salary band filter** (Keyword search only) in lakhs, formatted `<min>to<max>` — e.g. `5to10`."
          },
          "sort": {
            "title": "↕️ Sort order",
            "enum": [
              "relevance",
              "freshness",
              "sponsored"
            ],
            "type": "string",
            "description": "↕️ **Result sort order** (Keyword search only).",
            "default": "relevance"
          },
          "maxPages": {
            "title": "📑 Max search pages",
            "minimum": 1,
            "type": "integer",
            "description": "📑 **How many result pages to read** in Keyword search mode (≈20 jobs per page).",
            "default": 2
          },
          "maxResults": {
            "title": "🔢 Max jobs per run",
            "minimum": 1,
            "type": "integer",
            "description": "🔢 **Maximum jobs to extract this run.**\n\n- **FREE users:** up to 25 jobs per run\n- **PAID users:** unlimited\n\nThe scraper stops once this many jobs are saved.",
            "default": 50
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}