Finds Jobs on LinkedIn using web-scraping

Overview

Find Jobs on LinkedIn

  • 📔 This program finds jobs by scraping on LinkedIn
  • 👨‍💻 Relies on User Input. Accepts: Country, City, State
  • 📑 Data about jobs will be generated as .csv format.
  • Click Me To See Demo

    Installation:

    # clone the repo
    $ git clone https://github.com/KungPaoChick/Find_LinkedIn_jobs.git
    
    # change the working directory to Find_LinkedIn_jobs
    $ cd Find_LinkedIn_jobs/
    
    # install the requirements
    $ python -m pip install -r requirements.txt
    

    Usage:

    $ python search_jobs.py --help
    usage: search_jobs.py [-h] [-p PLACES [PLACES ...]] [-j jobfunction [jobfunction ...]] [-jp job place]
    
    Find Nearby or Faraway Jobs
    
    optional arguments:
      -h, --help            show this help message and exit
      -p PLACES [PLACES ...], --place PLACES [PLACES ...]
                            Enter country/city/state. One or more places to look jobs from.
      -j jobfunction [jobfunction ...], --jobfunction jobfunction [jobfunction ...]
                            Searches Job Specification in your area. (e.g software-engineer)
      -jp job place, --jobplace job place
                            Searches The Specified Job in the Specified Place. (e.g teacher iowa)
    

    To search for only one place:

    $ python search_jobs.py -p san-jose

    To search for more than one place:

    $ python search_jobs.py -p california texas arizona
    

    To search a Specific job in your area:

    $ python search_jobs.py -j teacher
    

    To search Specific more than one job in your area:

    $ python search_jobs.py -j teacher engineer designer
    

    To search a Specific Job in a Specific Location:

    $ python search_jobs.py -jp designer san-jose
    

    Data collected will be stored in an individual csv file inside of its respective folder (e.g jobs_in_san-jose.csv)

    Result:

    Contributing

    We would love to have you help us with the development of Jobs_LinkedIn. Each and every contribution is greatly valued!

    Owner
    Matt
    18 year old Developer and Freelancer.
    Matt
    Grade Notifyer Bot

    A bot that automatically crawl the submission platform of montefiore to notify the student when a project has been graded.

    Julien Gustin 2 Jun 02, 2022
    This is a simple code for discord bot !

    Discord bot dice roller this is a simple code for discord bot it can roll 1d4, 1d6, 1d8, 1d10, 1d12, 1d20, 1d100 for you in your discord server. Actua

    Mostafa Koolabadi 0 Jan 02, 2022
    This script will detect changes in your session using Discords built in Gateway.

    Detect Session Gateway This script will detect changes in your session using Discords built in Gateway. What does this log? Discord build version Oper

    Omega 5 Dec 18, 2021
    Discord-RAID-Tool - Hacks/tools

    How to use Python must be installed run install-config If you dont have python installed, download python 3.7.6 and make sure you click on the 'ADD TO

    1 Jan 01, 2022
    CRUD database for python discord bot developers that stores data on discord text channels

    Discord Database A CRUD (Create Read Update Delete) database for python Discord bot developers. All data is stored in key-value pairs directly on disc

    Ankush Singh 7 Oct 22, 2022
    Visualize size of directories, s3 buckets.

    Dir Sizer This is a work in progress, right now consider this an Alpha or Proof of Concept level. dir_sizer is a utility to visualize the size of a di

    Scott Seligman 13 Dec 08, 2022
    A Collection Manager for the objkt.com Minting Factory

    Objkt Collection Manager A Collection Manager for the objkt.com Minting Factory. This contract can create a collection on objkt.com and mint into it.

    Asbjorn Enge 5 Nov 22, 2022
    Simple discord token generator good for memberboosting your server! Uses Hcaptcha bypass

    discord-tokens-generator INFO This is a Simple Discord Token Generator which creates unverified discord accounts These accounts are good for member bo

    Avenger 41 Dec 20, 2022
    “ HOLA HUMANS 👋 I'M DAISYX 2.0 ❤️ „ LATEST VERSION OF DAISYX.. Source Code of @Daisyxbot

    ❤️ DaisyX 2.0 ❤️ A Powerful, Smart And Simple Group Manager ... Written with AioGram , Pyrogram and Telethon... ⭐️ Thanks to everyone who starred Dais

    TeamDaisyX 153 Dec 06, 2022
    This repository provides a set functions to extract paragraphs from AWS Textract responses.

    extract-paragraphs-with-aws-textract Since AWS Textract (the AWS OCR service) does not have a native function to extract paragraphs, this repository p

    Juan Anzola 3 Jan 26, 2022
    A cracking tool of Xiaomi Dr AI (Archytas / Archimedes)

    Archytas Tool 我们强烈抵制闲鱼平台上未经授权的刷机服务! 我对本人之前在程序中为防止违规刷机服务添加未生效的格机代码感到抱歉,在此声明此过激行为与 Crack Mi Dr AI Team 无关,并将程序开源。 A cracking tool of Xiaomi Dr AI (Archy

    rponeawa 5 Oct 25, 2022
    A discord token grabber made in Python 3

    Discord Token Grabber A Discord token grabber written in Python 3. This version of the grabber only supports Windows. Features Transfers via Discord w

    Mega145 4 Aug 04, 2022
    Change your discord avatar every x h/d based on a list of images

    Discord-Avatar-Autochange Introduction A simple script that automatically keeps changing your discord avatar after a given amount of time based on the

    Armin Amiri 5 Apr 30, 2022
    Simple integrate of API musixmatch.com with python

    Python Musixmatch Simple integrate of API musixmatch.com with python Quick start $ pip install pymusixmatch or $ python setup.py install Authenticatio

    Hudson Brendon 79 Dec 20, 2022
    Weee - Advanced project's versions bumper

    Weee - Advanced project's versions bumper

    Yan Kurbatov 2 Jun 06, 2022
    An unofficial Python wrapper for the 'Binance exchange REST API'

    Welcome to binex_f v0.1.0 many interfaces are heavily used by myself in product environment, the websocket is reliable (re)connected. Latest version:

    DeepLn 2 Jan 05, 2022
    Ciclo 1 - MisiónTIC - UIS (Retos)

    misiontic_uis Ciclo 1 - MisiónTIC - UIS Reto 1: Fundamentos del Lenguaje Python Reto 2: Estructuras de Control Condicional Reto 3: Estructuras de Cont

    9 May 24, 2022
    This is simply code for bitcoin fair value.

    About The Project This is a code for bitcoin fair value, its simply exclude bubble data using RANSAC method, and then plot the results. Check youtube

    BitcoinRaven 4 Mar 26, 2022
    Asyncevents: a small library to help developers perform asynchronous event handling in Python

    asyncevents - Asynchronous event handling for modern Python asyncevents is a small library to help developers perform asynchronous event handling in m

    Mattia 5 Aug 07, 2022
    A Telegram bot for combining emojis.

    combimoji combimoji is a Telegram bot for combining emojis. How can I use it? You can find combimoji at @combimoji_bot, however it is not up (as of No

    Yarema Mishchenko 2 Dec 02, 2021