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