- The python script uses BeautifulSoup to scrape job opening postings on indeed.com.
- The script takes user input for the required job title, location, the number of posts to collect and collect all the associated information.
- The information collected is stored in a
.csv
file.
- The requirements can be installed as follows:
$ pip install -r requirements.txt