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
    Easy way to use Telegram bot to hide your identity.

    telegram-support-bot Easy way to use Telegram bot to hide your identity. Useful for support, anonymous channel management. Free clone of Livegram Bot.

    Daniil Okhlopkov 197 Dec 23, 2022
    scrapes medias, likes, followers, tags and all metadata. Inspired by instagram-php-scraper,bot

    instagram_scraper This is a minimalistic Instagram scraper written in Python. It can fetch media, accounts, videos, comments etc. `Comment` and `Like`

    sirjoe 2.5k Nov 16, 2022
    checks anilist for available usernames (200rq/s)

    Anilist checker Running the program Set a path to the extracted files Install the packages with pip install -r req.txt Run the script by typing python

    gxzs 1 Oct 13, 2021
    KiKi bare dogs can share your joys and sorrows with you.

    Kiki-FangLee-DiscordBot KiKi bare dogs can share your joys and sorrows with you. $help: Kiki will show you my talent, aw-aw. $list: Show Kiki's knowle

    Fang Lee 0 Feb 12, 2022
    Pyspark sam - Analyze Big Sequence Alignments with PySpark in AWS EMR

    pyspark_sam This repo hosts my code for the article "Analyze Big Sequence Alignm

    Sixing Huang 4 Dec 09, 2022
    Campsite Reservation Cancellation Finder (Yellowstone National Park)

    yellowstone-camping yellowstone-camping is a Campsite Reservation Cancellation Finder for Yellowstone National Park. This simple Python application wi

    Justin Flannery 7 Aug 05, 2022
    Simple progressbar for discord

    ⚙️ DiscordProgressbar 📂 Установка | Installation pip install discordbar 📚 Документация | Documentation 📞 Связаться со мной | Сontact with me 📜 Ли

    DenyS 26 Nov 30, 2022
    Small cloudfoundry client implemented in python

    Cloudfoundry python client The cf-python-client repo contains a Python client library for Cloud Foundry. Installing Supported versions warning: Starti

    Cloud Foundry Community 50 Sep 08, 2022
    An unofficial API for lyricsfreak.com using django and django rest framework.

    An unofficial API for lyricsfreak.com using django and django rest framework.

    Hesam Norin 1 Feb 09, 2022
    Force-Subscribe-Bot - A Telegram Bot to force users to join a specific channel before sending messages in a group

    Introduction A Telegram Bot to force users to join a specific channel before sen

    LG Bot Updates 0 Jan 16, 2022
    ✨ 🐍 Python SDK for StarkNet.

    ✨ 🐍 starknet.py StarkNet SDK for Python 📘 Documentation Installation Quickstart Guide API Installation To install this package run pip install stark

    Software Mansion 158 Jan 04, 2023
    A working bypass for discord gc spamming

    IllusionGcSpammer A working bypass for discord gc spamming Installation Run pip install pip install DiscordGcSpammer then your good to go. Usage You c

    6 Sep 30, 2022
    Streaming Finance Data with AWS Lambda

    A data pipeline consisting of an AWS lambda function reading data from yfinance API, an AWS Kinesis stream to receive & store data in S3 buckets and AWS Glue crawler & Athena to run SQL queries.

    Aarif Munwar Jahan 4 Aug 30, 2022
    AWS Lambda Fast API starter application

    AWS Lambda Fast API Fast API starter application compatible with API Gateway and Lambda Function. How to deploy it? Terraform AWS Lambda API is a reus

    OBytes 6 Apr 20, 2022
    An advanced Filter Bot with nearly unlimitted filters

    Telegram MTProto API Framework for Python Documentation • Releases • Community Pyrogram from pyrogram import Client, filters app = Client("my_account

    Pyrogram 3.2k Jan 05, 2023
    An incomplete add-on extension to Pyrogram, to create telegram bots a bit more easily

    PyStark A star ⭐ from you means a lot An incomplete add-on extension to Pyrogram

    Stark Bots 36 Dec 23, 2022
    This is a story bot, that will scrape stories from r/stories subreddit and convert it into an Audio File.

    Introduction This is a story bot, that will scrape stories from r/stories subreddit and convert it into an Audio File. Installation pip install -r req

    Yasho 11 Jun 30, 2022
    A Python Tumblr API v2 Client

    PyTumblr Installation Install via pip: $ pip install pytumblr Install from source: $ git clone https://github.com/tumblr/pytumblr.git $ cd pytumblr $

    Tumblr 677 Dec 21, 2022
    Accurately dump Commodore 64 tapes

    TrueTape64 A cheap, easy to build adapter to interface a Commodore 1530 (C2N) Datasette to your PC to dump and preserve your aging Commodore 64 softwa

    francesco 38 Dec 03, 2022
    Dashbot is an application for showing the trade in U.S. Trade Market

    Dashbot is an application for showing the trade in U.S. Trade Market (e.g., 4:00am to 8:00pm Eastern Time for the US market using Intraday data using Mercury..

    Ahmed Nabil 2 Jan 27, 2022