Skip to main content
Naukri is India’s largest job board, listing millions of jobs across all industries and experience levels. JobSpy’s Naukri scraper uses Naukri’s search API and returns rich job data including required skills, experience ranges, company ratings, and work-from-home type.

Basic usage

Set site_name to "naukri":

Supported parameters

Geographic coverage

Naukri is India-focused. All results are from the Indian job market. Use the location parameter to filter by Indian city or region (e.g., "Bangalore", "Mumbai", "Hyderabad").

Extra output fields

Naukri returns several fields not available from other job boards:

Salary format

Naukri salaries are listed in Indian formats. JobSpy converts them to base INR amounts:
  • Lakhs (Lacs/Lakh): 1 Lakh = 100,000 INR
  • Crores (Cr): 1 Crore = 10,000,000 INR
For example, a salary of "12-16 Lacs P.A." is stored as min_amount=1200000 and max_amount=1600000 with currency="INR".

Work-from-home type detection

The work_from_home_type field is inferred from the job title, description, and location data:
  • "Remote" — title, description, or location contains “remote”
  • "Hybrid" — title, description, or location contains “hybrid”
  • "Work from office" — no remote or hybrid signals detected

Notes

  • Naukri’s hours_old is converted to seconds internally (hours_old × 3600) and then to days before passing to the API.
  • Search pagination is limited to 50 pages per query.
  • A random delay of 3–7 seconds is applied between page requests.