Naukri Fresh Jobs avatar

Naukri Fresh Jobs

Pricing

$1.00 / 1,000 jobs

Go to Apify Store
Naukri Fresh Jobs

Naukri Fresh Jobs

Find fresh Naukri jobs by keyword and location with 1–30 day freshness, newest-first sorting, normalized salary and experience, direct job URLs, and optional known-ID delta filtering for recruiter alerts.

Pricing

$1.00 / 1,000 jobs

Rating

0.0

(0)

Developer

Nate Schnell

Nate Schnell

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

13 days ago

Last modified

Categories

Share

Find fresh Naukri jobs for a keyword and location in one inexpensive API-backed run. Results are sorted newest-first by default, normalized for recruiting workflows, and can be compared against a list of previously seen job IDs.

What you get

  • Fresh 1-, 3-, 7-, 15-, or 30-day Naukri jobs
  • Title, company, location, salary, experience, posting age, skills, description, IDs, and direct job URL
  • Date or relevance ordering
  • knownJobIds plus newJobsOnly for alert and delta workflows
  • One structured JSON request; no browser startup, detail-page fan-out, or proxy input

Input

{
"keyword": "software developer",
"location": "Bengaluru",
"freshnessDays": 3,
"sortBy": "date",
"maxJobs": 20,
"knownJobIds": [],
"newJobsOnly": false
}

keyword is required. Use maxJobs to cap each run at 100 results. For a scheduled alert, pass the IDs from the previous run in knownJobIds and set newJobsOnly to true. On a first run with no known IDs, fetched jobs are marked new.

Output

{
"jobId": "070826039643",
"title": "Software Engineer",
"companyName": "Example Technologies",
"location": "Bengaluru",
"salary": "Not disclosed",
"experience": "2-5 Yrs",
"postedLabel": "Just Now",
"postedAt": "2026-08-07T15:06:15.148Z",
"jobUrl": "https://www.naukri.com/job-listings-software-engineer-example-070826039643",
"skills": "Java, Spring Boot, REST API",
"description": "Source job description HTML, when supplied.",
"companyId": "123456",
"companySlug": "example-technologies-jobs-careers-123456",
"sourceSearchUrl": "https://www.naukri.com/jobapi/v3/search?...",
"isNew": "true",
"scrapedAt": "2026-08-07T15:06:20.000Z"
}

Pricing

Pay per emitted job, targeted at $1.00 per 1,000 jobs, with no monthly fee. Small tests fit within Apify Free-plan platform credit; keep maxJobs low when testing.

Integration

apify call schnellscrapers/naukri-fresh-jobs \
--input '{"keyword":"data scientist","freshnessDays":1,"maxJobs":20}' \
--output-dataset

The output is a standard Apify dataset and can be consumed from the API, Python, JavaScript, Make, n8n, or scheduled Apify tasks.

FAQ

Use this actor only for data and workflows you are authorized to use. You are responsible for complying with applicable law, contracts, and the rules that apply to your account and use case. This actor makes a direct request to the public search data source and does not bypass a login or CAPTCHA.

Does it fetch full job-detail pages?

No. It uses the search JSON response, which already contains the core recruiting fields. That keeps runs fast and predictable. The source description is included when the search response supplies it.

How do I build a job alert?

Schedule the actor, save each run's jobId values, and pass them back as knownJobIds with newJobsOnly: true on the next run.

Why are salary or location values sometimes null?

Naukri does not populate every field for every listing. The actor preserves missing source values as null instead of guessing.