Naukri Jobs Scraper avatar

Naukri Jobs Scraper

Pricing

from $2.50 / 1,000 results

Go to Apify Store
Naukri Jobs Scraper

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

Ocrad

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

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

FieldTypeDescription
urlsArrayNaukri 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_urlIntegerMax jobs to extract per search URL in total (default: 20).
ignore_url_failuresBooleanWhen enabled, one failed URL won't stop the entire run (default: true). Essential for batch processing.
proxyObjectProxy configuration. Default: useApifyProxy: false. Enable with residential proxies for enterprise-scale scraping.

Output

FieldTypeDescription
titlestringJob position name
logo_pathstringCompany logo URL
logo_path_v3stringCompany logo URL (v3 format)
job_idstringUnique Naukri identifier (primary key for deduplication)
currencystringSalary currency (typically INR)
footer_placeholder_labelstringJob freshness indicator (e.g. "6 Days Ago")
footer_placeholder_colorstringColor for footer placeholder
company_namestringHiring organization
company_idintegerUnique employer identifier
is_savedbooleanWhether job was bookmarked
tags_and_skillsstringComma-separated required/preferred skills
placeholdersarrayMetadata objects with type and label (experience, salary, location)
jd_urlstring | nullPath or URL to full job posting
static_urlstringCanonical job URL slug
ambition_box_dataobject | nullCompany ratings: url, reviews_count, aggregate_rating, title
job_descriptionstringBrief excerpt from search results
show_multiple_applybooleanWhether job has multiple application routes
group_idintegerJob grouping identifier
is_top_groupintegerTop group flag
created_datenumberPosting timestamp (milliseconds)
modestringEmployment mode (e.g. office, hybrid, work from home)
boardstringJob category or vertical
salary_detailobjectminimum_salary, maximum_salary, currency, hide_salary, variable_percentage
experience_textstringHuman-readable experience (e.g. "4-6 Yrs")
minimum_experiencestringMinimum experience in years
maximum_experiencestringMaximum experience in years
apply_by_timestringApplication deadline
savedbooleanSaved/bookmarked status
from_urlstringSource 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: true in the proxy configuration
  • Use residential proxies: Set apifyProxyGroups to ["RESIDENTIAL"] for residential IPs
  • Use custom proxies: Provide proxyUrls array 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.