felixguerrero12 / hackerjobs_extractor

This scraper is used to extract jobs from different job boards.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scraper

This scraper is used to extract jobs from different job boards.

Use of this Scraper:

scrapy runspider ClearSpider.py -o clear.csv -t csv

Run all Spiders:
ls spiders/*.py | grep -v "__init__.py" |xargs -n 1 scrapy runspider -o result.json -t json

About

This scraper is used to extract jobs from different job boards.

License:MIT License


Languages

Language:Python 100.0%