26 platforms, inside your AI
Zomler

API · Naukri

[ docs ]Jobs & work

Naukri

Measured Naukri job data, one operation per call. ops: search (a keyword or a pasted Naukri search URL, with the board's own filters — postedWithin, sort, experience, workplace, salaryMin/Max in lakhs, locations, and Naukri's coded department/role/industry/company filters; every hit a full posting with skills, experience band, salary or benchmark CTC, applicants and views, walk-in details, company profile; minimum 50 rows per search, which is what it bills), history (stored applicant/view series of postings already held, by job id or URL, free). Fresh fetches cost credits; anything already held is free.

POST https://api.zomler.com/api/v1/platforms/naukri

history

free · reads what is held

Stored applicant/view series of postings already held — free.

Request fields

FieldTypeDefaultValues / limits
subjectsrequiredlist of string1-10 items
metricenumapplicantsapplicantsviewsvacancies
daysinteger901-730

Example

curl
curl -X POST https://api.zomler.com/api/v1/platforms/naukri \
  -H "X-API-Key: zk_live_…" \
  -H "Content-Type: application/json" \
  -d '{
  "request": {
    "op": "history",
    "subjects": [
      "example"
    ]
  },
  "estimateOnly": false
}'