Naukri Jobs Scraper
Pricing
from $2.50 / 1,000 results
Naukri Jobs Scraper
Scrapes job listing data from Naukri.com search result URLs. Extracts structured information including job titles, companies, salaries, experience, skills and Ambition Box ratings.
Pricing
from $2.50 / 1,000 results
Rating
0.0
(0)
Developer

Ocrad
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Naukri.com Jobs Search Scraper
Scrapes job listing data from Naukri.com search result URLs. Extracts structured information including job titles, companies, salaries, experience, skills, Ambition Box ratings, and work mode into a nested JSON schema suitable for analytics, integrations, and job aggregators.
Input
| Field | Type | Description |
|---|---|---|
| urls | Array | Naukri search result URLs. Build URLs by performing searches on Naukri.com, then copy the resulting URLs with all filters intact (e.g. keyword, experience, location, work-from-home). |
| max_items_per_url | Integer | Max jobs to extract per search URL in total (default: 20). |
| ignore_url_failures | Boolean | When enabled, one failed URL won't stop the entire run (default: true). Essential for batch processing. |
| proxy | Object | Proxy configuration. Default: useApifyProxy: false. Enable with residential proxies for enterprise-scale scraping. |
Output
| Field | Type | Description |
|---|---|---|
title | string | Job position name |
logo_path | string | Company logo URL |
logo_path_v3 | string | Company logo URL (v3 format) |
job_id | string | Unique Naukri identifier (primary key for deduplication) |
currency | string | Salary currency (typically INR) |
footer_placeholder_label | string | Job freshness indicator (e.g. "6 Days Ago") |
footer_placeholder_color | string | Color for footer placeholder |
company_name | string | Hiring organization |
company_id | integer | Unique employer identifier |
is_saved | boolean | Whether job was bookmarked |
tags_and_skills | string | Comma-separated required/preferred skills |
placeholders | array | Metadata objects with type and label (experience, salary, location) |
jd_url | string | null | Path or URL to full job posting |
static_url | string | Canonical job URL slug |
ambition_box_data | object | null | Company ratings: url, reviews_count, aggregate_rating, title |
job_description | string | Brief excerpt from search results |
show_multiple_apply | boolean | Whether job has multiple application routes |
group_id | integer | Job grouping identifier |
is_top_group | integer | Top group flag |
created_date | number | Posting timestamp (milliseconds) |
mode | string | Employment mode (e.g. office, hybrid, work from home) |
board | string | Job category or vertical |
salary_detail | object | minimum_salary, maximum_salary, currency, hide_salary, variable_percentage |
experience_text | string | Human-readable experience (e.g. "4-6 Yrs") |
minimum_experience | string | Minimum experience in years |
maximum_experience | string | Maximum experience in years |
apply_by_time | string | Application deadline |
saved | boolean | Saved/bookmarked status |
from_url | string | Source search URL that produced this job |
Example:
{"title": "Full stack Developer","logo_path": "https://img.naukimg.com/logo_images/groups/v1/40604.gif","logo_path_v3": "https://img.naukimg.com/logo_images/groups/v1/40604.gif","job_id": "091225912848","currency": "INR","company_name": "Siemens","company_id": 73816,"tags_and_skills": "full stack,rest,test automation,sql,spring framework","placeholders": [{ "type": "experience", "label": "4-6 Yrs" },{ "type": "salary", "label": "Not disclosed" },{ "type": "location", "label": "Bengaluru" }],"salary_detail": {"minimum_salary": 0,"maximum_salary": 0,"currency": "INR","hide_salary": true,"variable_percentage": 0.0},"experience_text": "4-6 Yrs","minimum_experience": "4","maximum_experience": "6","mode": "jp","ambition_box_data": {"url": "https://www.ambitionbox.com/reviews/siemens-india-reviews","reviews_count": 5616,"aggregate_rating": "3.9","title": "Siemens Reviews by Employees"},"job_description": "Experience: 4-6 years...","created_date": 1765258936698,"jd_url": "/job-listings-...","static_url": "siemens-jobs-careers-775","from_url": "https://www.naukri.com/full-stack-developer-jobs?wfhType=2"}
Proxy
This Actor uses no proxy by default since Naukri.com is generally accessible. For enterprise-scale scraping or if you encounter blocking, you can:
- Enable proxy: Set
useApifyProxy: truein the proxy configuration - Use residential proxies: Set
apifyProxyGroupsto["RESIDENTIAL"]for residential IPs - Use custom proxies: Provide
proxyUrlsarray for your own proxy pool
Proxy usage is billed separately. See Apify Proxy for pricing.
Support
For issues or feature requests, open an issue in the Actor's repository.