Giter VIP home page Giter VIP logo

indeed-job-scraper's Introduction

Indeed Job Scraper

Majority of the code credited to this repo: https://github.com/tarunsinghal92/indeedscrapperlatest

Simple and updated python script that gets job data for cities and job titles.

You may not have all the dependencies that are needed for the scripts to work so make sure to run the following command as the necessary ones are mentioned in the requirements.txt. Make sure that you are running on Python3.

pip3 install -r requirements.txt

This repo isn't configurable with another file so queries, cities, and number of jobs to be scraped should be modified in the scraper.py source code.

To change results per city modify the following:

max_results_per_city = 100

To add jobs or change the existing set, modify the following:

job_set = ['software+engineer']

NOTE: make sure to add the '+' between separate words.

To add cities or change the existing set, modify the following:

city_set = ['Chicago']

NOTE: there is a full_city_set which has a bunch of major cities and the proper formatting required.

To run the main logic of the scraper:

python3 scraper.py

The result should be in a properly named CSV file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.