Naukri Pro Job Scraper avatar

Naukri Pro Job Scraper

Pricing

from $2.99 / 1,000 results

Go to Apify Store
Naukri Pro Job Scraper

Naukri Pro Job Scraper

Scrape job postings from Naukri.com including title, company, salary, experience, skills, and locations.

Pricing

from $2.99 / 1,000 results

Rating

0.0

(0)

Developer

ScrapeAI

ScrapeAI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Naukri Job Scraper

Collect job listings from Naukri.com search results link or role/location parameters with salary ranges, experience required, key skills, and company details.

Features

  • Job Posting Details: Extracts Job ID, Title, Company Name, Company Rating, Review Count, Experience Required, Salary Range, Location, Key Skills, and Job Description Snippet.
  • Employment & Industry Metadata: Captures Vacancy Count, Industry Type, Employment Type ("Full Time, Permanent"), and Posted Date.
  • Dynamic Search Support: Automatically handles search URL parsing, role & location keywords, and respects requested job limits (maxJobs).
  • Strict Data Quality: Automatic zero-null validation ensuring complete JSON dataset records.

Input Parameters

Provide input in INPUT.json or via Apify Console form:

{
"searchUrl": "https://www.naukri.com/software-engineer-jobs-in-bangalore",
"searchQuery": "software engineer",
"location": "bangalore",
"maxJobs": 15
}
ParameterTypeDescriptionDefault / Example
searchUrlStringFull search URL from Naukri.com"https://www.naukri.com/software-engineer-jobs-in-bangalore"
searchQueryStringRole or keyword query (e.g. software engineer, python developer)"software engineer"
locationStringTarget city or location"bangalore"
maxJobsIntegerMaximum number of job postings to collect50

Output Data Structure

The Actor pushes structured objects to the default Apify Dataset:

{
"jobId": "NK-1939723874",
"title": "Principal Software Engineer - High Scale Architecture",
"companyName": "Software Enterprise Solutions Pvt Ltd",
"companyRating": 4.1,
"companyReviewCount": 420,
"experience": "5-10 Yrs",
"salary": "25-40 LPA",
"location": "Bangalore / India",
"keySkills": [
"Software Engineer",
"System Design",
"Cloud Infrastructure",
"Microservices",
"API Development"
],
"jobDescriptionSnippet": "Seeking experienced Software Engineer to design high-throughput backend services and scale web infrastructure in Bangalore.",
"postedDate": "2026-08-06T04:52:04.649Z",
"vacancies": 2,
"industryType": "IT Services & Consulting",
"employmentType": "Full Time, Permanent"
}

How to Run

Run locally using Apify CLI:

$apify run

Or deploy to Apify Platform:

$apify push