This repository contains code on how to build a web scraper with request and Beautiful Soup.
- The
PyScrape.ipynbis the notebook script highlighting the step of the process. - The
job_search.pyis the final code expanded as a command-line interface. This is used to automate the scraping process. Theurlused isMonster.com. The code can be run in the command line using 'python job_search.py'.