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
    MusicBot is the original Discord music bot written for Python 3.5+, using the discord.py library

    The original MusicBot for Discord (formerly SexualRhinoceros/MusicBot)

    Just Some Bots 2.9k Jan 02, 2023
    Azure DevOps Extension for Azure CLI

    Azure DevOps Extension for Azure CLI The Azure DevOps Extension for Azure CLI adds Pipelines, Boards, Repos, Artifacts and DevOps commands to the Azur

    1 Nov 03, 2021
    Example of Telegram local API and aiogram 3.x

    Telegram Local Full example of Telegram local application. Contains Telegram Bot API Local Telegram Bot API server based on aiogram Bot API Server ima

    Oleg A. 9 Sep 16, 2022
    A Python IRC bot with dynamically loadable modules

    pybot This is a modular, plugin-based IRC bot written in Python. Plugins can bedynamically loaded and unloaded at runtime. A design goal is the abilli

    Jeff Kent 1 Aug 20, 2021
    Yet another Wahrheit-oder-Pflicht bot for Telegram, because all the others suck.

    Der WoPperBot Yet another Wahrheit-oder-Pflicht bot for Telegram, because all the others suck. The existing bots are all defunct or incomplete. So I w

    Ben Wiederhake 9 Nov 15, 2022
    Python client for Vektonn

    Python client for Vektonn Installation Install the latest version: $ pip install vektonn Install specific version: $ pip install vektonn==1.2.3 Upgrad

    Vektonn 16 Dec 09, 2022
    CSUL Discord Bot

    Cruzeiro This is the same old bot running on the Discord Server of CSUL, but i've changed the code. It's better now. Discord.py Heroku How i did The b

    Operaho 6 Jan 31, 2022
    An unofficial python wrapper for the comdirect API for private consumers.

    An unofficial python wrapper for the comdirect API for private consumers.

    Alexander Knittel 18 Nov 30, 2022
    Event-driven-model-serving - Unified API of Apache Kafka and Google PubSub

    event-driven-model-serving Unified API of Apache Kafka and Google PubSub 1. Proj

    Danny Toeun Kim 4 Sep 23, 2022
    A simple python script for rclone. Use multiple Google Service Accounts and cycle through them.

    About GSAclone GSAclone is a simple python script for rclone, written with the purpose of using multiple Google service accounts on Google Drive and "

    Shiro39 6 Feb 25, 2022
    Ap lokit lokit

    🎵 FANDA PROJECT 🎵 HAI AKU FANDA! Requirements 📝 FFmpeg NodeJS nodesource.com Python 3.8 or higher PyTgCalls MongoDB Get STRING_SESSION from below:

    Fatur 2 Nov 18, 2021
    PlexAutoSkip - Automatically skip content in Plex

    PlexAutoSkip Automatically skip tagged content in Plex A background python scrip

    Michael Higgins 97 Dec 21, 2022
    Provide fine-grained push access to GitHub from a JupyterHub

    github-app-user-auth Provide fine-grained push access to GitHub from a JupyterHub. Goals Allow users on a JupyterHub to grant push access to only spec

    Yuvi Panda 20 Sep 13, 2022
    An API wrapper around Discord API.

    NeoCord This project is work in progress not for production use. An asynchronous API wrapper around Discord API written in Python. Features Modern API

    Izhar Ahmad 14 Jan 03, 2022
    Discord Mass Edit is a unique, purging related Discord tool that differs from the regular mass delete.

    Discord Mass Edit is a unique, purging related Discord tool that differs from the regular mass delete. This tool will automatically edit every message in a chosen channel and change it to a random st

    c0mpt0 1 Jul 27, 2022
    Python Script to download hundreds of images from 'Google Images'. It is a ready-to-run code!

    Google Images Download Python Script for 'searching' and 'downloading' hundreds of Google images to the local hard disk! Documentation Documentation H

    Hardik Vasa 8.2k Jan 05, 2023
    twitter bot tha uses tweepy library class to connect to TWITTER API

    TWITTER-BOT-tweepy- twitter bot that uses tweepy library class to connect to TWITTER API replies to mentions automatically and follows the tweet.autho

    Muziwandile Nkomo 2 Jan 08, 2022
    A ideia é fornecer uma base ampla de questões do ENEM como uma api REST

    base10 "A ideia é fornecer uma base ampla de questões do ENEM como uma api REST" TODO Documentar a api com apifairy Criar testes Criar crawler para si

    Wadson Garbes 4 Apr 24, 2022
    Discord bot for Ukrfans Discord server

    Ukrfans Discord Bot Discord bot for Ukrfans Discord server. 💡 Prerequisites Python ⚙️ Build & Run Create an .env file in the root directory and add t

    3 Jun 24, 2022
    A Dm Bot, also knows as Mass DM bot which can send one message to All of the Users in a Specific Server!

    Discord DM Bot discord.py 1.7.2 python 3.9.5 asyncio 3.4.3 Installation Cloud Host Tutorial uploaded in YouTube, watch it by clicking here. Local Host

    hpriyam8 7 Mar 24, 2022