A python job posting scraper for Indeed. Outputs an xlsx file containing the scraped postings.
Packages required:
- Beautiful Soup
- Requests
- lxml
- openpyxl
- pandas
$ pip install beautifulsoup4 $ pip install requests $ pip install lxml $ pip install openpyxl $ pip install pandasScrape at your own risk. Please read Indeed's terms of service here before using this tool.