
Naukri Jobs Scraper
Pricing
Pay per event

Naukri Jobs Scraper
Scrape structured job listings from Naukri.com with keyword and location filters. Collect job title, company, description, location, and job URL in clean format. Built-in retries, rate-limit handling, and polite delays ensure reliable scraping for recruitment and analytics workflows.
0.0 (0)
Pricing
Pay per event
0
1
1
Last modified
21 hours ago
π§βπ» Naukri Job Scraper
This Apify actor scrapes structured job listings from Naukri.com using Naukriβs job API.
It supports keyword and location filters, includes retry & polite scraping with random delays, and outputs clean structured job data.
π How it works
- Uses Naukriβs public job API (
/jobapi/v2/search
). - Handles retries, rate limits (429), and exponential backoff.
- Supports
keyword
,location
, andmaxResults
inputs. - Cleans and normalizes job data (title, company, description, location, job URL).
- Outputs to Apify dataset for easy export (JSON, CSV, Excel, API).
π₯ Input
Define your scraping preferences in the input JSON.
Field | Type | Required | Default | Description |
---|---|---|---|---|
keyword | String | No | "python developer" | Keyword to search jobs for |
location | String | No | "" | Location filter (e.g., Bangalore, Mumbai, Delhi, etc.) |
maxResults | Number | No | 100 | Maximum number of jobs to scrape |
Example Input
{"keyword": "data scientist","location": "Bangalore","maxResults": 50}
π€ Output
Each job is returned as an object in the dataset.
Field Type Description job_title String Job title company_name String Hiring company job_description String Short description + skills (trimmed to 300 chars) location String Job location job_url String Direct link to job listing scraped_at String Timestamp when scraped
Sample Output
{"job_title": "Senior Data Scientist","company_name": "TechCorp Ltd","job_description": "Work on ML pipelines, data modeling, and deploy AI solutions... | Skills: Python, ML, AI, SQL","location": "Bangalore","job_url": "https://www.naukri.com/job-listings-123456","scraped_at": "2025-08-31 10:15:30"}