Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 691 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 691 Bytes

Job-Scrapping site

A job portal website that scrapes the data from monster.com & naukri.com and presents it.

Screenshot1 Screenshot2

Work-flow

The scrapper written in python scraps the data from monster.com and generates a CSV file. This CSV is then uploaded to the phpmyadmin panel and converted to a table of jobs. The PHP code then allows us to fetch the contents from the server and display the scrapped results.