Naukri Jobs Scraper
Pricing
from $3.20 / 1,000 results
Naukri Jobs Scraper
Scrape Naukri job listings for India by keyword and location. Returns job, company, salary, experience, skills, requirements, questionnaire, remote, and application metadata.
Pricing
from $3.20 / 1,000 results
Rating
0.0
(0)
Developer
AgentX
Maintained by CommunityActor stats
0
Bookmarked
4
Total users
3
Monthly active users
19 hours ago
Last modified
Categories
Share
Naukri Jobs Scraper - India Job Listings API for Skills, Salary, and Hiring Data
Naukri Jobs Scraper is an India-focused job listings API that extracts structured Naukri.com jobs by keyword and location for hiring intelligence, recruitment analytics, skills research, and salary benchmarking. It returns normalized records with job title, company, location, salary fields, experience range, skills, must-have skill signals, requirements, education requirements, questionnaire flags, application URL, and company metadata when available. This actor is scoped to India because Naukri is an India job board. The country input is restricted to India, while the optional location input lets you search cities and regions such as Bengaluru, Mumbai, Delhi NCR, Pune, Hyderabad, Chennai, and remote-related location text. Up to 10,000 job records can be requested per run, with pay-per-result pricing and no monthly minimum.
Why Choose This API
Naukri India Hiring Data With Skills And Requirements
Structured job records Get one normalized dataset item per job posting with consistent fields for title, company, location, salary, job description, posting date, and source URL. This makes the output ready for dashboards, databases, CRMs, and AI pipelines.
Platform-specific extraction This actor focuses on Naukri only. Inputs and documentation are scoped to what the platform coverage supports, avoiding unsupported filters.
Salary and compensation signals
When the source exposes salary data, the actor maps salary minimum, maximum, currency, and interval into structured fields. The currency input can normalize salary values for easier cross-market comparison.
Location and remote intelligence Use country and location inputs to target the right market. Output includes the platform location text, and remote signals are mapped when the source data exposes or implies remote work.
Scalable Apify workflow Results are stored in the default dataset and can be exported as JSON, CSV, Excel, XML, RSS, or consumed with the Apify REST API and client SDKs.
Transparent pricing The actor uses a pay-per-result model. You pay a small start event plus a flat result event for each job saved to the dataset.
Quick Start Guide
How to Extract Naukri Job Data in 3 Steps
Step 1: Define Your Search Parameters
Enter a keyword such as Java Developer, Data Engineer, Sales Manager, or a company name. Keep country as India, optionally add an Indian city or region, and set max_results.
Step 2: Configure and Run the Actor
Set the parameters, then click Start. For broad market scans, use a general keyword and a country-level location. For precise sourcing, use a role title plus a city or metro area.
Step 3: Download Your Data
Run the actor and export the structured Naukri dataset for analytics, matching, or reporting. Each result is available in the default dataset and can be pulled by API for downstream automation.
Input Parameters
Required Configuration Fields
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
keyword | string | Yes | Job title, skill, company, or search keyword | "Java Developer" |
country | select | Yes | Target country, fixed to India | "India" |
max_results | integer | Yes | Maximum job records to extract, from 10 to 10,000 | 100 |
location | string | No | Indian city, state, region, or remote-related text | "Bengaluru" |
currency | select | No | Target currency for salary normalization | "INR" |
Example Input Configuration
{"keyword": "Java Developer","country": "India","location": "Bengaluru","max_results": 100,"currency": "INR"}
Date Format Options
When posted_since is available for this actor, it accepts relative values such as 1 day, 7 days, 2 weeks, 3 months, or an absolute date such as 2026-05-01. If the parameter is not present in the input schema, the platform does not consistently expose a reliable date filter and the actor relies on source ordering or source-provided posted-date fields.
Location Formatting Best Practices
- Use city and region names when you need local results, such as
New York,Bengaluru, orToronto. - Use broader country-level searches when you want maximum coverage for a keyword.
- For remote searches, use the dedicated
remote_onlyparameter only when the actor exposes it. Otherwise, remote status is returned as an output signal when available. - Keep keywords specific enough to avoid unrelated aggregator matches, but broad enough to return enough results for analysis.
Supported Countries for Job Scraping
This actor is scoped to India because Naukri is an India job board. The country input is restricted to India, while the optional location input lets you search cities and regions such as Bengaluru, Mumbai, Delhi NCR, Pune, Hyderabad, Chennai, and remote-related location text.
Country-Aware Platform Routing
This is a single-platform actor. It does not route requests to other job boards. If you need automatic routing across multiple sources, use All Jobs Scraper.
Output Data Schema
Complete Job Listing Data Structure
Each extracted Naukri job is stored as one dataset item. Field availability depends on what the source listing exposes, but the actor maps source data into a consistent job schema.
Job Metadata Fields
| Field | Description |
|---|---|
platform | Source platform label, usually Naukri |
platform_url | Naukri job URL |
title | Job position title |
company_name | Hiring company name |
company_url | Naukri company or static URL when available |
company_logo | Company logo URL |
location | Job location text |
location_details | Structured country/locality object when available |
posted_date | Naukri posted-date label |
description | Job description content |
requirements | Parsed requirement text from the job description |
education_requirements | Education requirement text when available |
skills | Skills parsed from Naukri tags |
must_have_skills | Explicit must-have skills extracted from description text |
experience | Experience text |
experience_range | Required experience range |
screening_questions | Questionnaire signal when present |
salary_minimum | Minimum salary when available |
salary_maximum | Maximum salary when available |
salary_currency | Salary currency |
easy_apply | Whether the posting appears to support easier application |
Employment Details
Employment fields can include job_type, is_remote, experience, experience_range, job_level, job_function, requirements, skills, and screening_questions when the platform exposes those values. Empty fields usually mean the source listing did not publish that value.
Salary Information
Salary fields include salary_minimum, salary_maximum, salary_currency, and salary_period. Salary extraction is source-dependent. Many job boards do not require employers to publish salary ranges, so salary fields can be empty for otherwise valid jobs.
Company Data
Company fields can include company_name, company_url, company_logo, company_website, company_industry, company_rating, review_count, and related metadata when the platform returns those values. The actor avoids fabricating unavailable company data.
Example JSON Output
{"platform": "Naukri","platform_url": "https://www.naukri.com/job-listings-example","title": "Java Developer","company_name": "Example Technologies","location": "Bengaluru","experience_range": "3-6 Yrs","skills": ["Java", "Spring Boot", "SQL"],"description": "Build and maintain backend services.","salary_currency": "INR","is_remote": false}
Export Formats
- JSON - Full structured records with nested objects and arrays preserved.
- CSV - Spreadsheet-compatible exports for BI and reporting workflows.
- Excel - Download-ready tabular files for analysts and recruiters.
- XML / RSS - Feed-style exports where supported by Apify datasets.
- API Access - Pull items programmatically via the Apify REST API or official SDKs.
Integration Examples
Actor ID for Platform Integration
agentx/naukri-jobs-scraper
Make.com Setup
- Open Make and add the Apify Run an Actor module.
- Set Actor to
agentx/naukri-jobs-scraper. - Paste your input JSON into the module.
- Enable synchronous run when you want the workflow to wait for completion.
- Add Get dataset items and use the returned
defaultDatasetId.
N8N.io Setup
- Add the Apify node.
- Choose Run an Actor and get dataset.
- Use Actor ID
agentx/naukri-jobs-scraper. - Map your input fields from previous workflow steps.
- Send the resulting dataset items to your CRM, database, spreadsheet, or AI pipeline.
Python Integration Example
from apify_client import ApifyClientclient = ApifyClient("YOUR_API_TOKEN")run_input = {"keyword": "Java Developer","country": "India","location": "Bengaluru","max_results": 100,"currency": "INR"}run = client.actor("agentx/naukri-jobs-scraper").call(run_input=run_input)items = list(client.dataset(run["defaultDatasetId"]).iterate_items())print(f"Fetched {len(items)} jobs")
JavaScript/Node.js Integration
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });const input = {"keyword": "Java Developer","country": "India","location": "Bengaluru","max_results": 100,"currency": "INR"};const run = await client.actor('agentx/naukri-jobs-scraper').call(input);const { items } = await client.dataset(run.defaultDatasetId).listItems();console.log(`Fetched ${items.length} jobs`);
JSON-LD Metadata
{"@context": "https://schema.org","@graph": [{"@type": "SoftwareApplication","name": "Naukri Jobs Scraper","applicationCategory": "BusinessApplication","operatingSystem": "Cloud API","url": "https://apify.com/agentx/naukri-jobs-scraper?fpr=aiagentapi","description": "Extract structured Naukri job listings for recruiting analytics, market research, salary benchmarking, and job board automation.","offers": {"@type": "Offer","price": "0.0032","priceCurrency": "USD","description": "Pay per job result saved to the Apify dataset."},"featureList": ["Keyword-based job search","Country and location targeting","Structured job listing output","Salary and company metadata when available","JSON, CSV, Excel, XML, and API exports"],"provider": {"@type": "Organization","name": "AgentX","url": "https://apify.com/agentx?fpr=aiagentapi"}},{"@type": "FAQPage","mainEntity": [{"@type": "Question","name": "How do I scrape Naukri jobs?","acceptedAnswer": {"@type": "Answer","text": "Configure keyword, country, max_results, and optional supported filters, then run the actor. Results are saved to the Apify dataset and can be exported or pulled by API."}},{"@type": "Question","name": "What data fields does this actor return?","acceptedAnswer": {"@type": "Answer","text": "The actor returns structured job records including title, company, location, job URL, description, salary fields, posting date, and platform-specific metadata when available."}},{"@type": "Question","name": "How much does this actor cost?","acceptedAnswer": {"@type": "Answer","text": "The actor charges $0.01 per run plus $0.0032 per saved job result. 1,000 jobs cost about $3.21 including the start event."}}]}]}
Pricing & Cost Calculator
Transparent Pay-Per-Use Model
| Event Type | Price | Description |
|---|---|---|
| Actor Start | $0.01 | One-time charge per Actor run |
| result | $0.0032 | Charged for each Naukri job posting saved to the default dataset |
Cost Examples
Small Scale (100 jobs):
- Job Data: 100 Γ
$0.0032=$0.32 - Actor Start:
$0.01 - Total:
$0.33
Medium Scale (1,000 jobs):
- Job Data: 1,000 Γ
$0.0032=$3.20 - Actor Start:
$0.01 - Total:
$3.21
Large Scale (10,000 jobs):
- Job Data: 10,000 Γ
$0.0032=$32.00 - Actor Start:
$0.01 - Total:
$32.01
Competitive Pricing Comparison
| Feature | Naukri Jobs Scraper | Manual Collection | Generic Browser Scraper | Enterprise Data Vendor |
|---|---|---|---|---|
| Cost model | Pay per result | Labor hours | Compute + maintenance | Contract pricing |
| API access | Yes | No | Custom work required | Usually yes |
| Output schema | Structured job data | Inconsistent | Custom parsing required | Varies |
| Maintenance | Managed actor | Manual | User-owned | Vendor-owned |
| Best for | Fast job data extraction | Small one-off checks | Custom internal crawlers | Large procurement workflows |
Use Cases & Applications
Recruitment & Talent Acquisition
Hiring pipeline monitoring Track new jobs by title, company, location, and posting date to understand employer demand and recruitment velocity.
Candidate matching workflows Feed structured job descriptions, requirements, skills, and locations into candidate matching systems or internal search tools.
Competitor hiring analysis Monitor which companies are expanding, what roles they hire for, and how job requirements shift across locations.
Market Research & Business Intelligence
Labor market dashboards Build dashboards that show role demand, location density, remote-work trends, salary availability, and company-level hiring patterns.
Salary benchmarking Analyze published salary ranges where available and normalize values into the selected currency.
Regional market entry analysis Compare job volume and role mix across countries, cities, or metro areas before hiring or expansion decisions.
AI & Machine Learning Applications
Training data for job matching Use job descriptions and requirements as training or evaluation data for semantic search, matching, classification, and recommendation systems.
Skill extraction and taxonomy mapping Map job descriptions into standardized skills, roles, departments, and seniority levels for workforce intelligence.
Automated alerts Trigger notifications when new jobs matching a keyword, company, salary, or location appear in the dataset.
Workforce Planning & HR Analytics
Skills gap analysis Identify commonly requested skills and qualifications in job postings to guide training plans and workforce planning.
Hiring trend reports Build weekly or monthly reports that summarize job volume, salary ranges, and demand by role or location.
Talent market benchmarking Compare hiring signals across companies and geographies for recruiting strategy and compensation planning.
Career Services & Education
Career guidance Use live job market data to inform career advice, resume coaching, and learning path recommendations.
Curriculum alignment Analyze job requirements and skills to keep courses aligned with employer demand.
Student job feeds Power filtered job feeds for students, alumni, or workforce development programs.
FAQ
How do I scrape Naukri jobs with this actor?
Open the actor input page, set keyword, country, and max_results, add optional supported filters, and run the actor. Results are saved in the default Apify dataset.
What is included in each Naukri job record?
Typical records include title, company, location, platform URL, description, posting date, salary fields, remote signal, job type, and platform-specific metadata when available.
How many jobs can I extract per run?
The input schema allows up to 10,000 requested results. Actual output depends on source availability, keyword breadth, selected location, available result volume, and source availability.
Which countries are supported?
This actor is scoped to India because Naukri is an India job board. The country input is restricted to India, while the optional location input lets you search cities and regions such as Bengaluru, Mumbai, Delhi NCR, Pune, Hyderabad, Chennai, and remote-related location text.
How fresh is the data?
The actor fetches live source results at run time. When a date filter is supported, use posted_since to target recent listings. Otherwise, use source-provided posted-date output fields for freshness analysis.
Why are some salary fields empty?
Salary fields are populated only when the source listing publishes salary information. Many employers do not include salary ranges in every job post.
Why are some company fields empty?
Company metadata depends on what the source returns for a listing. The actor maps available values and leaves unavailable fields empty instead of fabricating data.
Can I integrate this with Make, N8N, Zapier, or my own backend?
Yes. Use the Apify API, official Python and JavaScript clients, Make's Apify modules, N8N's Apify node, or dataset export URLs.
What if no jobs are found?
Try a broader keyword, remove narrow location filters, increase max_results, or use a country-level search. Some platforms may have limited inventory for niche keywords.
Is this compatible with AI frameworks?
Yes. The JSON output can be used with LangChain, vector databases, custom ranking systems, enrichment workflows, and internal recruitment agents.
SEO Keywords & Search Terms
Primary Keywords
Naukri scraper API, Naukri jobs scraper, Naukri job listings API, India job data API, Apify Naukri scraper
Long-Tail Keywords
how to scrape Naukri jobs, extract Naukri skills, Naukri salary data scraper, India hiring intelligence API, Naukri recruitment analytics dataset
Industry Terms
job scraping API, job board scraper, job data extraction, hiring intelligence API, recruitment analytics, labor market data, salary benchmarking, job listing dataset, workforce analytics, talent intelligence.
Location-Based Keywords
country job data API, city job scraper, remote jobs dataset, regional hiring trends, local job market intelligence, international job listings API.
Use Case Keywords
competitor hiring monitoring, job board enrichment, talent market research, salary range extraction, skills demand tracking, recruitment automation, AI job matching dataset.
Trust & Certifications
- Public data workflow - Designed for publicly available job listing data.
- Transparent billing - Pay-per-result pricing with clear start and result events.
- API-first delivery - Works with Apify datasets, REST API, Python, JavaScript, Make, and N8N.
- Structured output - Normalized fields reduce cleanup work for analysts and engineers.
- Maintenance-oriented design - Platform-specific parsing can be updated as source pages evolve.
Legal & Compliance
Data Rights & Usage
This actor extracts publicly available job listing data. Users are responsible for ensuring their use of output data complies with applicable laws, contractual requirements, and internal policies.
Privacy Compliance
The actor is intended for job listing and employer-side market intelligence workflows, not for collecting private candidate data. Users should apply GDPR, CCPA, and other privacy requirements to downstream storage and processing.
Platform Terms of Service
Users must review and comply with Naukri terms and any applicable policies before using extracted data in production workflows.
Enterprise Support
For enterprise usage, compliance questions, private deployments, or custom data workflows, contact AgentX support.
Related Tools
Jobs & Hiring
- All Jobs Scraper - Multi-Platform Job Listings Intelligence API
- Glassdoor Hiring Scraper - Glassdoor Job Listings Intelligence API
- Glints Employer Data Extractor - Glints Employer Intelligence API
- Glints Jobs Data Extractor - Glints Job Listings Intelligence API
- Indeed Hiring Scraper - Indeed Job Listings Intelligence API
- JobStreet Employer Data Extractor - JobStreet Employer Intelligence API
- JobStreet Jobs Data Extractor - JobStreet Job Listings Intelligence API
- LinkedIn Hiring Scraper - LinkedIn Job Listings Intelligence API
- StepStone Employer Data Extractor - StepStone Employer Intelligence API
- StepStone Jobs Data Extractor - StepStone Job Listings Intelligence API
Social Media
- Instagram Creator Scraper - Instagram Creator Intelligence API
- Instagram Post Reel Scraper - Instagram Post & Reel Intelligence API
- Instagram Trending Scraper - Instagram Trending Content Intelligence API
- LinkedIn Company Scraper - LinkedIn Company Intelligence API
- LinkedIn Profile Scraper - LinkedIn Profile Intelligence API
- Medium Author Data Extractor - Medium Author Intelligence API
- Medium Content Data Extractor - Medium Content Intelligence API
- Reddit Author Scraper - Reddit Author Intelligence API
- Reddit Viral Scraper - Reddit Viral Content Intelligence API
- SubReddit Info Scraper - Subreddit Intelligence API
- Subreddit Member Scraper - Subreddit Member Intelligence API
- SubReddit Post Scraper - Subreddit Post Intelligence API
- Telegram Chat Scraper - Telegram Chat Intelligence API
- Telegram Group Inviter - Telegram Group Invitation API
- Telegram Info Scraper - Telegram Channel Intelligence API
- Telegram Member Scraper - Telegram Member Intelligence API
- Telegram Private Group Scraper - Telegram Private Group Intelligence API
- TikTok Creator Scraper - TikTok Creator Intelligence API
- Twitter Community Scraper - Twitter Community Intelligence API
- Twitter Info Scraper - Twitter Account Intelligence API
- YouTube Market Intelligence - YouTube Channel Intelligence API
Video & Transcript
- All Video Scraper - Multi-Platform Video Intelligence API
- Live Stream Transcript - Live Stream Transcript Intelligence API
- TikTok Live Downloader - TikTok Live Stream Download API
- TikTok Transcript - TikTok Video Transcript Intelligence API
- Video Caption Scraper - Multi-Platform Video Caption Extraction API
- Video to Social Post - Video to Social Post Generation API
- Video Transcript - Multi-Platform Video Transcript Intelligence API
- YouTube Transcript - YouTube Video Transcript Intelligence API
E-Commerce & Retail
- Amazon Product Data Extractor - Amazon Product Intelligence API
- Amazon Storefront Data Extractor - Amazon Storefront Intelligence API
- Argos Retail Data Extractor - Argos Product Intelligence API
- ASOS Product Catalog Extractor - ASOS Product Catalog Intelligence API
- eBay Marketplace Data Extractor - eBay Marketplace Intelligence API
- eBay Seller Leads API - eBay Seller Lead Intelligence API
- Flipkart Product Data Extractor - Flipkart Product Intelligence API
- John Lewis Retail Data Extractor - John Lewis Product Intelligence API
- Lidl Offers Data Extractor - Lidl Offers Intelligence API
- Magalu Product Data Extractor - Magalu Product Intelligence API
- MediaMarkt Product Data Extractor - MediaMarkt Product Intelligence API
- Mercado Livre Marketplace Data Extractor - Mercado Livre Marketplace Intelligence API
- Nykaa Product Data Extractor - Nykaa Product Intelligence API
- OTTO Product Data Extractor - OTTO Product Intelligence API
- Target Product Data Extractor - Target Product Intelligence API
- Walmart Product Data Extractor - Walmart Product Intelligence API
Classifieds & Automotive
- AutoTrader Dealer Leads API - AutoTrader Dealer Lead Intelligence API
- AutoTrader Vehicle Listings API - AutoTrader Vehicle Listings Intelligence API
- Cars.com Dealer Leads API - Cars.com Dealer Lead Intelligence API
- Cars.com Vehicle Listings API - Cars.com Vehicle Listings Intelligence API
- Kleinanzeigen Classifieds Data Extractor - Kleinanzeigen Classifieds Intelligence API
- Kleinanzeigen Seller Leads API - Kleinanzeigen Seller Lead Intelligence API
- OLX Classifieds Data Extractor - OLX Classifieds Intelligence API
- OLX Seller Leads API - OLX Seller Lead Intelligence API
- Webmotors Vehicle Listings API - Webmotors Vehicle Listings Intelligence API
Real Estate
- MagicBricks Builder Leads API - MagicBricks Builder Lead Intelligence API
- MagicBricks Property Data Extractor - MagicBricks Real Estate Data API
- Realtor Property Scraper - Realtor.com Property Listings Intelligence API
- Zillow For Sale Scraper - Zillow Property Listings Intelligence API
Business Intelligence & Reviews
- BBB Business Data Extractor - BBB Business Intelligence API
- BBB Reputation Data Extractor - BBB Reputation Intelligence API
- Google Maps Store Scraper - Google Maps Business Intelligence API
- Reclame Aqui Company Data Extractor - Reclame Aqui Company Intelligence API
- TradeIndia Product Data Extractor - TradeIndia Product Intelligence API
- TradeIndia Supplier Leads API - TradeIndia Supplier Lead Intelligence API
- Zomato Menu Data Extractor - Zomato Restaurant Menu Intelligence API
- Zomato Restaurant Data Extractor - Zomato Restaurant Search Intelligence API
Other
- Global Weather Scraper - Global Weather Intelligence API
Support & Community
- Community: @Apify_Actor
- Contact Team: @AiAgentApi
- All AgentX APIs: https://apify.com/agentx?fpr=aiagentapi
Last Updated: May 25, 2026