Learn practical skills, build real-world projects, and advance your career

naukri-scraped-data-jobs

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="naukri-scraped-data-jobs")

Task

Scrape all job postings by area from the links given in the file ‘link_by_areas.csv’. For every link, loop through all the job postings by page, collecting all the information for a given posting. The image below is an example of a single posting.

image.png

Create an output CSV file with job title, company, experience, salary, location, description, tags associated, function area, posting date, scraping date.