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
    A simple telegram bot to help you to remove forward tag from post from any messages . Maded in python3 using @Pyrogram . Developed by @Kunal-Diwan

    Frwd-Tag-Remover Telegram Bot to Remove forward tag from any Post . If you need any more modes in repo or If you find out any bugs, mention in @Develo

    Kunal Diwan 2 Oct 14, 2022
    A telegram bot which can show you the status of telegram bot

    BotStatus-Ts-Bot An open source telegram Bot Status bot For demo you can check here The status is updated in every 1 hour About Bot This is a Bot stat

    Ts_Bots 8 Nov 17, 2022
    Multi-Branch CI/CD Pipeline using CDK Pipelines.

    Using AWS CDK Pipelines and AWS Lambda for multi-branch pipeline management and infrastructure deployment. This project shows how to use the AWS CDK P

    AWS Samples 36 Dec 23, 2022
    Personal Discord Python Bot based on Discord.py

    Personal Discord bot using the discord.py library by Rapptz

    2 Dec 14, 2022
    A taskbar clock for secondary taskbars on Windows 11

    ElevenClock A taskbar clock for secondary taskbars on Windows 11. When microsoft's engineers were creating Windows 11, they forgot to add a clock on t

    Martรญ Climent 1.7k Jan 07, 2023
    Customizable and open-sourced bot for a few private servers

    MarlBot A private bot for controlling monkeys and turtles. Why does this bot exist? The bot exists as a general-purpose community bot for a select few

    KR 1 Jan 18, 2022
    This project is a basic login system in terminal for Discord

    Welcome to Discord Login System(Terminal) ๐Ÿ‘‹ This project is a basic login system in terminal for Discord Author ๐Ÿ‘ค arukovic Github: @SONIC-CODEZ Show

    SONIC-CODEZ 2 Feb 11, 2022
    Deepl - DeepL Free API For Python

    DeepL DeepL Free API Notice Since I don't want to make my AuthKey public, if you

    Vincent Young 4 Apr 11, 2022
    Discord bot that generates boba drinks. Submission for sunhacks 2021

    boba-bot Team Poggies' submission for Sunhacks 2021. Find our project page on Devpost, and a video demonstration can be found on YouTube. Commands $he

    Joshua Tenorio 3 Nov 02, 2022
    A discord bot providing notifications of player activity on a minecraft server.

    tos-alert A discord bot providing notifications of player activity on a minecraft server. Setup By default the app does not launch and will crash with

    1 Jul 22, 2022
    ๐€ ๐ฆ๐จ๐๐ฎ๐ฅ๐š๐ซ ๐“๐ž๐ฅ๐ž๐ ๐ซ๐š๐ฆ ๐†๐ซ๐จ๐ฎ๐ฉ ๐ฆ๐š๐ง๐š๐ ๐ž๐ฆ๐ž๐ง๐ญ ๐›๐จ๐ญ ๐ฐ๐ข๐ญ๐ก ๐ฎ๐ฅ๐ญ๐ข๐ฆ๐š๐ญ๐ž ๐Ÿ๐ž๐š๐ญ๐ฎ๐ซ๐ž๐ฌ !!

    ๐‡๐จ๐ฐ ๐“๐จ ๐ƒ๐ž๐ฉ๐ฅ๐จ๐ฒ For easiest way to deploy this Bot click on the below button ๐Œ๐š๐๐ž ๐๐ฒ ๐’๐ฎ๐ฉ๐ฉ๐จ๐ซ๐ญ ๐†๐ซ๐จ๐ฎ๐ฉ ๐’๐จ๐ฎ๐ซ๐œ๐ž๐ฌ ๐†๐ž๐ง๐ž?

    Mukesh Solanki 4 Oct 18, 2021
    Elon Muschioso is a Telegram bot that you can use to manage your computer from the phone.

    elon Elon Muschioso is a Telegram bot that you can use to manage your computer from the phone. what does it do? Elon Muschio makes a connection from y

    4 Feb 28, 2022
    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
    WhatsApp API Python ChatBot

    WhatsApp Api Python - Esta documentaรงรฃo tem como objetivo exemplificar o uso do Moorse Whatsapp API na linguagem Python.

    Douglas Alves 2 Jan 06, 2022
    A Python library for the Buildkite API

    PyBuildkite A Python library and client for the Buildkite API. Usage To get the package, execute: pip install pybuildkite Then set up an instance of

    Peter Yasi 29 Nov 30, 2022
    WallAlley.bot is an open source and free to use financial discord bot originaly build for WallAlley server's community

    WallAlley.bot About WallAlley.bot is an open source and free to use financial discord bot originaly build for WallAlley server's community. All data a

    Mohammad KHADDAN 1 Jan 22, 2022
    A simple python discord bot which give you a yogurt brand name, basing on a large database often updated.

    YaourtBot A discord simple bot by Lopinosaurus Before using this code : ใƒปMove env file to .env ใƒปChange the channel ID on line 38 of bot.py to your #pi

    The only one bunny who can dev. 0 May 09, 2022
    tfquery: Run SQL queries on your Terraform infrastructure. Query resources and analyze its configuration using a SQL-powered framework.

    ๐ŸŒฉ๏ธ tfquery ๐ŸŒฉ๏ธ Run SQL queries on your Terraform infrastructure. Ask questions that are hard to answer ๐Ÿš€ What is tfquery? tfquery is a framework tha

    Mazin Ahmed 311 Dec 21, 2022
    Holly โ™ฅ๏ธ is usefull group management bot in telegram ๐ŸŽ‹

    Holly โ™ฅ๏ธ is usefull group management bot in telegram ๐ŸŽ‹

    Kasun bandara 1 Dec 03, 2021
    Wonderful Phoenix-Bot

    Phoenix Bot Discord Phoenix Bot is inspired by Natewong1313's Bird Bot project yet due to lack of activity by their team. We have decided to revive th

    Senior Developer 0 Aug 12, 2021