Inspiration

Wanted to explore what is web-scraping and how it is done.

What it does

It scraps the name of companies and different jobs they are providing from https://www.timesjobs.com/ based on different skill requirements and saves in a text file in an easy format to go through.

How we built it

Using Python's BeautifulSoup library and scraping the data from https://www.timesjobs.com/

Accomplishments that we're proud of

Learned how web scraping is done using Python's BeautifulSoup Library.

What we learned

About Python's BeautifulSoup Library. Beautiful Soup is a Python library for pulling data out of HTML and XML files. It works with your favorite parser to provide idiomatic ways of navigating, searching, and modifying the parse tree. It commonly saves programmers hours or days of work.

What's next for Web-Scraping

Time to learn advanced web-scraping techniques.

Built With

Share this project:

Updates