Unlock the power of Naukri.com with our advanced web scraper! Effortlessly extract comprehensive job listings, including titles, descriptions, and company details. Enjoy real-time data, structured JSON output, and flexible search options. Scale your job search with ease and speed. Try it now!
A powerful web scraper for extracting job listings from Naukri.com, India's leading job portal. This scraper provides comprehensive access to Naukri's extensive job database, allowing you to collect detailed job information efficiently and at scale.
The actor accepts only one input parameter:
startUrls
: Optional array of URLs to scrape.You can proved a list of Naukri search URLs to scraper. If not provided, the actor will scrape all jobs on Naukri.
To find these search URLs, you can use the Naukri search page and then copy the URL from the browser's address bar.
Example of Naukri search URLs:
https://www.naukri.com/data-analyst-jobs?k=data%20analyst&cityTypeGid=97&experience=10
: Data analyst jobs with 10+ years of experience in Bengaluru, Indiahttps://www.naukri.com/data-jobs?k=data&wfhType=2&jobAge=30
: Remote data jobs posted in the last 30 dayshttps://www.naukri.com/data-jobs?k=data&ctcFilter=6to10&ctcFilter=10to15
: Data jobs with a salary range of 6-15 Lakhs1{ 2 "startUrls": [ 3 { 4 "url": "https://www.naukri.com/data-jobs?k=data&experience=30" 5 } 6 ] 7}
The actor stores its results in the default dataset. Each item contains detailed information about a job listing as returned by the Naukri API. These fields are returned by the actor:
title
: The job titlelogoPath
: The company logo URLlogoPathV3
: The company logo URL (version 3)jobId
: The job IDcurrency
: The currency of the salaryfooterPlaceholderLabel
: The label of the footer placeholderfooterPlaceholderColor
: The color of the footer placeholdercompanyName
: The name of the companyisSaved
: Whether the job is savedtagsAndSkills
: The tags and skills associated with the jobplaceholders
: The placeholders associated with the job such as experience, salary & locationcompanyId
: The ID of the companyjdURL
: The URL of the job descriptionstaticUrl
: The static URL of the jobambitionBoxData
: The ambition box data associated with the jobjobDescription
: The job descriptionshowMultipleApply
: Whether the job allows multiple applicationsgroupId
: The group IDisTopGroup
: Whether the group is a top groupcreatedDate
: The date the job was createdmode
: The mode of the jobboard
: The board of the jobvacancy
: The vacancy of the job1{ 2 "title": "Oracle Fusion SCM Functional Lead", 3 "logoPath": "https://www.naukri.com/hotjobs/images/v3/Oracle_July24.gif", 4 "logoPathV3": "https://www.naukri.com/hotjobs/images/v3/Oracle_July24.gif", 5 "jobId": "270723006137", 6 "currency": "INR", 7 "footerPlaceholderLabel": "1 Day Ago", 8 "footerPlaceholderColor": "green", 9 "companyName": "Oracle", 10 "isSaved": false, 11 "tagsAndSkills": "Fusion Scm,Scm Cloud,MFG,Order To Cash,Planning,OM,Functional,Cloud", 12 "placeholders": [ 13 { 14 "type": "experience", 15 "label": "8-13 Yrs" 16 }, 17 { 18 "type": "salary", 19 "label": "18-33 Lacs PA (Including Variable: 15.0%)" 20 }, 21 { 22 "type": "location", 23 "label": "Hybrid - Chennai, Gandhinagar, Pune, Delhi NCR, Trivandrum, Mumbai, Bengaluru, Hyderabad, Kolkata" 24 } 25 ], 26 "companyId": 16512, 27 "jdURL": "/job-listings-oracle-fusion-scm-functional-lead-oracle-kolkata-mumbai-gandhinagar-hyderabad-secunderabad-pune-chennai-bangalore-bengaluru-delhi-ncr-thiruvananthapuram-8-to-13-years-270723006137", 28 "staticUrl": "oracle-jobs-careers-6101", 29 "ambitionBoxData": { 30 "Url": "https://www.ambitionbox.com/reviews/oracle-reviews?utm_campaign=srp_ratings&utm_medium=desktop&utm_source=naukri", 31 "ReviewsCount": 5002, 32 "AggregateRating": "3.7", 33 "Title": "Oracle Reviews by Employees" 34 }, 35 "jobDescription": "Bachelor of Engineering or master s degree in business administration (MBA) with 5 to 10 years of total experience in EBS or Cloud Application Implementations<br><br>Required Skills / Experience . What You ll Bring . You have that rare combination a sharp technical brain and a head for business<br><br>At least 3-4 full life cycle implementations,preferably with US implementation experience", 36 "showMultipleApply": false, 37 "groupId": 18850, 38 "isTopGroup": 0, 39 "createdDate": 1734915366201, 40 "mode": "jp", 41 "board": "1", 42 "vacancy": 5 43}
If the number of scraped jobs is less than 100, you will still be charged for a 100 results per run. So try to bundle your scraping.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!