A simple web scrapper script which scraps naukri.com and saves the name and frequency of key skills in a csv file. The csv file can be analyzed to check the highest demanded skills. When you mention these skills in your resume, the ranking algorithm will rate your resume better.
- Python 3.x
- Selenium
Use pip to install selenium:pip install selenium
- Pandas
Use pip to install pandas:pip install pandas
- Firefox web browser
- Make sure you have proper internet connection.
- Run the script in terminal using python :
python naukri.py
The script can be customized for different job search portals like indeed, monster and glassdoor.