Skip to content

bondvit/naukri-jobs-scraper-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Naukri Jobs Scraper — examples

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.

What you get per record

company · description_snippet · employment_type · experience · job_id · job_url · keyword_query · location · posted_date · role · salary · scraped_at · skills · title

Who uses this

  • 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.

Quickstart

  1. Get your Apify token: https://console.apify.com/account/integrations
  2. 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

Example input

{
  "searchKeywords": [
    "python developer",
    "data analyst"
  ],
  "location": "india",
  "maxItems": 100,
  "maxPages": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}

Links


MIT-licensed examples. The actor runs on the caller's Apify account (you pay platform compute + per-result).

About

Runnable Python & JS examples for the Naukri Jobs Scraper on Apify

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors