Skip to content

larymak/WebScraping-Local-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

WebScraping-Local-Website

In this code we are fetching information from a local website about job listing available, filters them out according to skills and saves the output in a local file

This program is able to fetch the:

  • Job Title/Role needed
  • list all skills needed for the specific job
  • A link for the job application

The code is also able to filter out unwanted skills so that you get job listings related to a particular skill set

Sample Output

Packages used

  • BeautifulSoup
  • requests

Challenges encountered:

  • The only maim challenge encountered was trying to find the exact elements that would relay the information back correctly (find element by ID, x-path, class and find_all)
  • In overall it was a nice practice on webscrapping bit and an educative one too

Enjoy Coding ❤

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages