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
    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
    Demo to explain how to use AWS Chalice to connect to twitter API and change profile picture at scheduled times.

    chalice-twitter-demo Demo to explain how to use AWS Chalice to connect to twitter API and change profile picture at scheduled times. Video Demo Click

    Ahmed Mohamed 4 Dec 13, 2021
    Python library to connect to Firebots API

    This is a firebot library to connect to Firebots API. https://firebot.app/ From Firebots Website: "Firebot is a fully featured open-source bot that c

    1 Jan 08, 2022
    A working selfbot for discord

    React Selfbot Yes, for real ⚠ "Maintained" version: https://github.com/AquaSelfBot/AquaSelfbot ⚠ Why am I making this open source? Because can't stop

    3 Jan 25, 2022
    An information scroller Twitter trends, news, weather for raspberry pi and Pimoroni Unicorn Hat Mini and Scroll Phat HD.

    uticker An information scroller Twitter trends, news, weather for raspberry pi and Pimoroni Unicorn Hat Mini and Scroll Phat HD. Features include: Twi

    kottuora 5 Oct 31, 2022
    Aws-cidr-finder - A Python CLI tool for finding unused CIDR blocks in AWS VPCs

    aws-cidr-finder Overview An Example Installation Configuration Contributing Over

    Cooper Walbrun 18 Jul 31, 2022
    A tool written in Python used to instalock agents in VALORANT using the local API.

    Valorant Instalock Tool v2.1.0 by Mr. SOSA A tool written in Python used to instalock agents in VALORANT using the local API. This is NOT a hotkey pro

    Mr. SOSA 3 Nov 18, 2021
    Tools for Twitter

    Tools for Twitter Data This is a start of a collection of tools to use for collecting data via the Twitter API. If you do not have a Twitter Developer

    DiscoverText 36 Oct 13, 2022
    Compulsory join Telegram Bot

    mussjoin About Compulsory join Telegram Bot this Telegram Bot Application can be added users to Telegram Channel or Group compulsorily. in addition wh

    Hamed Mohammadvand 4 Dec 03, 2021
    A GitHub Follower Bot that is a WIP.

    GitHub Follower Bot (WIP) Work In Progress This bot is a WIP. There are still many features I plan to add and code I need to improve (I'm still fairly

    Christian Deacon 71 Dec 29, 2022
    NFT which pays royalties to its creator each time it is sold.

    Chialisp NFT with Perpetual Creator Royalties This is a chialisp NFT in which the creator/minter defines a puzzle hash which will capture a fixed perc

    Geoff Walmsley 20 Jun 28, 2022
    OGE-2022-na-Python - Solving problems in python for the OGE 2022

    OGE-2022-na-Python Решение задачек на питоне для ОГЭ 2022 Тут разобраны разные в

    Slava 0 Oct 14, 2022
    Project template for using aws-cdk, Chalice and React in concert, including RDS Postgresql and AWS Cognito

    What is This? This repository is an opinonated project template for using aws-cdk, Chalice and React in concert. Where aws-cdk and Chalice are in Pyth

    Rasmus Jones 4 Nov 07, 2022
    A bot for Large Fry Larrys

    GroupMe Bot Driver This driver is written entirely in Python, and with easy configuration in mind. Using this driver, you'll be able to monitor multip

    1 Oct 25, 2021
    A Telegram Bot to Extract Various Types Of Archives

    IDN Unzip Bot A Telegram Bot to Extract Various Types Of Archives Features Extract various types of archives like rar, zip, tar, 7z, tar.xz etc. Passw

    IDNCoderX 8 Jul 25, 2022
    Black-hat with python

    black-hat_python Advantages - More advance tool Easy to use allows updating tool update - run bash update.sh Here -: Command to install tool main- clo

    Hackers Tech 2 Feb 10, 2022
    SkyzoMusicBot - Bot Music Telegram By Skyzo

    SKYZO MUSIC BOT Telegram Music Bot And Stream Feature New Version Ready to use m

    Skyzo 19 Apr 08, 2022
    A bot to get Statistics like the Playercount from your Minecraft-Server on your Discord-Server

    Hey Thanks for reading me. Warning: My English is not the best I have programmed this bot to show me statistics about the player numbers and ping of m

    spaffel 12 Sep 24, 2022
    An advanced telegram language translator bot

    Made with Python3 (C) @FayasNoushad Copyright permission under MIT License License - https://github.com/FayasNoushad/Translator-Bot-V3/blob/main/LICE

    Fayas Noushad 19 Dec 24, 2022
    Yes, it's true :heartbeat: This repository has 337 stars.

    Yes, it's true! Inspired by a similar repository from @RealPeha, but implemented using a webhook on AWS Lambda and API Gateway, so it's serverless! If

    512 Jan 01, 2023