The Creation of a Job-Hunting Program, Part Two.

Using Python and Web-scraping to dynamically search multiple job-board websites. Part Two: Extracting desired information.

Justin Cocco

--

In Part One, the parameters for the program were set by the users. These parameters were what type of job the user was looking for, where it was that they are searching, and which websites they want to look for those jobs. In this part, the program will be expanded to extract that desired information from the chosen websites. Although there are…

--

--