Runnable examples for the Naukri Jobs Scraper — India's #1 Job Board | PPE on Apify.
Scrape job listings from Naukri.com — India's largest job portal. Returns job ID, title, company, location, experience, salary, skills, posted date, and description. Pay per job delivered.
company · description_snippet · employment_type · experience · job_id · job_url · keyword_query · location · posted_date · role · salary · scraped_at · skills · title
- Recruiting intel — map open roles, salary bands and skill demand across Indian tech hubs.
- Hiring-signal lead-gen — companies ramping hiring are buying-mode prospects.
- Job-board aggregation — feed Naukri listings into your own board or matching engine.
- Get your Apify token: https://console.apify.com/account/integrations
- Run a language example below. Both call the actor and print the results.
| Example | File |
|---|---|
Python (apify-client) |
examples/python/run.py |
JavaScript (apify-client) |
examples/javascript/run.js |
| Sample output (real records) | examples/sample_output.json |
{
"searchKeywords": [
"python developer",
"data analyst"
],
"location": "india",
"maxItems": 100,
"maxPages": 5,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
],
"apifyProxyCountry": "IN"
}
}- Actor on Apify Store: https://apify.com/bovi/naukri-jobs-scraper
- Apify client docs: Python · JavaScript
MIT-licensed examples. The actor runs on the caller's Apify account (you pay platform compute + per-result).