Scrapy project that finds python jobs from different websites
- jb_spider for Python Jobs Board
- id_spider for Indeed.com
git clone https://github.com/iConnell/job-scraper.git
cd job-scraper
scrapy crawl jb_spider
or
scrapy crawl id_spider
Out will be found in jobs.json in the project folder