/job-searcher-spider

A Spider that scrapes filtered job data

Primary LanguagePython

Job-Search Spider

Built with BeautifulSoup, Requests and ❤

A python script that collects info about job skills and presents available jobs


Scrapes data from first page of Time's Job



  1. app.py file is for terminal output
  2. csv-converter.py stores the data in csv format

Specific Skills Question is Optional When asked for specific field user may input desired skills e.g

If use typed Javascript Job, the prefered skills could be React or Vue


    pip install requests
    pip install beautifulsoup4