This is a scrapers for Job Aggregator written with Scrapy
- Shalini Chaturvedi
- Yamini Parab
- Tejashree Mane
- Jitendra Varma
- Ravi Pal
- Oankar Marathe
- Nilam Pal
- Sidharth Shah
- Setup virtualenv and activate it E.g.
virtualenv ~/envs/scrapy-ft-jobs-site
andsource ~/envs/scrapy-ft-jobs-site/bin/activate
- Install the requirements
pip install -r requirements.txt
- Test a crawl
scrapy crawl indeed -t json -o indeed.json
- Indeed
- Glassdoor
- CarrerBuilder
- Monster
- TimesJob
- Shine
- Django Gig
- Has Job
- Angle.co
- Naukri
- Glassdoor
- Monster India
- Placement India
- Jora
- Trovit
- Hirist
- Python Job Boards
scrapy crawl indeed -t json -o indeed.json
, replaceindeed
with one of the above mentioned sites
- Run test suite for parser by calling
python test_parsers.py
from root directory of the project
- Aug 30 2017
- First commit
- Sep 3 2017
- Refactored Spiders and Parsers
- Added
test_parsers.py
which is test suite used for checking parser