Skip to content

QualiChain/JobCrawler

Repository files navigation

qualichain-jobcrawler

Short Description

This is a Scrapy Crawler that is used to extract relevant information from Job posting websites

Project WIKI

Access Job Crawler WIKI from this link

Install Project using Docker

Install QualiChain Job Crawler using docker by executing the following bash commands

cd config/

docker-compose up -d --build

Then trigger the spider that extract data from kariera.gr by executing the docker command above

docker exec -it job_crawler scrapy crawl kariera -a job_positions="software engineer,developer"

Extract data from gr.indeed.com using this command

docker exec -it job_crawler scrapy crawl indeed -a job_positions="software engineer,developer"

Extract data from skywalker.gr using this command

docker exec -it job_crawler scrapy crawl skywalker -a job_positions="software engineer,developer"

Run QualiChain Job Crawler locally

Execute the following command

scrapy crawl kariera -a job_positions="software engineer,developer"

Export data in csv using command line

scrapy crawl kariera -o jobs.csv -t csv -a job_positions="software engineer,developer" 

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages