Python script that scrapes job postings from Indeed
python scraper.py --job_title [job title you want to scrape data for] --output_dir [directory to save data to] --num_pages [number of pages to scrape]
python scraper.py --job_title "Machine Learning Engineer" --output_dir data --num_pages 100
