Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 421 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 421 Bytes

Web-scraping-job-portal-sites

The framework can be used to scrape data from various job portals like glassdoor.com, monster.com. Data extracted : Company name, industry, skills, education level, career level, salary details, job type etc.

How to debug the project: For debugging python code we can make use of pdb debugger, tutorial : python pdb debugger