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
    EpikCord.py - This is an API Wrapper for Discord's API for Python

    EpikCord.py - This is an API Wrapper for Discord's API for Python! We've decided not to fork discord.py and start completely from scratch for a new, better structuring system!

    EpikHost 28 Oct 10, 2022
    Terraform wrapper to manage state across multiple cloud providers(AWS, GCP, and Azure)

    Terraform Remote State Manager(tfremote) tf is a python package for managing terraform remote state for: Google(Gcloud), AWS, and Azure. It sets a def

    tomarv2 1 Dec 08, 2021
    Windows版本微信客户端(非网页版)自动化,可实现简单的发送、接收微信消息

    wxauto Windows版本微信客户端自动化,可实现简单的发送、接收微信消息

    357 Dec 29, 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
    Download archived malware from ActiveState's source code mirror

    malware-archivist (ma) Tool to aid security researchers in dissecting malware. Often, repository maintainers will remove malicious packages entirely f

    ActiveState Software 28 Dec 12, 2022
    Telegram chats reader with python

    Telegram chat reader Программа полностью сливает чаты телеграм в базу данных PostgreSQL. Для использования нужен развернутый сервер постгрес и телегра

    Anton 4 Dec 24, 2021
    A fun hangman style game to guess random movie names with a short summary about the movie.

    hang-movie-man Hangman but for movies 😉 This is a fun hangman style game to guess random movie names from the local database and show some summary ab

    Ankit Josh 10 Sep 07, 2022
    Brute Force Attack On Facebook Accounts

    Brute Force Attack On Facebook Accounts For Install: pkg install update && pkg upgrade -y pkg install python pip install requests pip install mechani

    MK X Shaon 1 Oct 30, 2021
    A Git Alert Bot - Github Integration for Pyrogram & Telethon

    Yet Another GitAlertBot Inspired From @Pokurt's GitGram Run Bot: Local Host Git Clone Repo : For Telethon Version : git clone https://github.com/DevsE

    DevsExpo 23 Oct 21, 2022
    Python Paxful API wrapper.

    PyPaxful Python Paxful API wrapper. Description Just a Paxful exchange API implementation in python. Final objective is to have just one python packag

    1 Dec 19, 2021
    Discord.py(disnake) selfbot

    Zzee selfbot Discord.py selfbot Version: 1.0 ATTENTION! we are not responsible for your discord account! this program violates the ToS discord rules!

    1 Jan 10, 2022
    A telegram bot providing recon and research functions for bug bounty research

    Bug Bounty Bot A telegram bot with commands to simplify bug bounty tasks Installation Use Road Map Installation BugBountyBot is open-source so you can

    Tyler Butler 1 Oct 23, 2021
    A python script to acquire multiple aws ec2 instances in a forensically sound-ish way

    acquire_ec2.py The script acquire_ec2.py is used to automatically acquire AWS EC2 instances. The script needs to be run on an EC2 instance in the same

    Deutsche Telekom Security GmbH 31 Sep 10, 2022
    A demo without 🚀 science, just simple UTXO spending logic.

    Stuck TX Demo Docker container that runs 4 dogecoind to demonstrate "the stuck tx problem". Scenario A wallet sends out 3 transactions to a recipient

    Patrick Lodder 2 Nov 16, 2021
    A collection of tools for managing Jira issues for the RHODS project

    RHODS-Jira-Tools A collection of tools for managing Jira issues for the RHODS project move_to_qa.py This script handles transitioning a given Jira iss

    Alex Corvin 1 Sep 20, 2022
    A Python wrapper for the Yelp API v2

    python-yelp-v2 A Python wrapper for the Yelp API v2. The structure for this was inspired by the python-twitter library, and some internal methods are

    Matthew Conlen 12 Oct 24, 2017
    Visual Weather api. Returns beautiful pictures with the current weather.

    VWapi Visual Weather api. Returns beautiful pictures with the current weather. Installation: sudo apt update -y && sudo apt upgrade -y sudo apt instal

    Hotaru 33 Nov 13, 2022
    Copier template for solving Advent of Code puzzles with Python

    Advent of Code Python Template for Copier This template creates scaffolding for one day of Advent of Code. It includes tests and can download your per

    Geir Arne Hjelle 6 Dec 25, 2022
    A simple Python TDLib wrapper

    Telegram Forwarder App Description pywtdlib (Python Wrapper TDLib) is a simple synchronous Python wrapper that makes you easy to create new Python Tel

    Álvaro Fernández 2 Jan 04, 2023
    Herramienta para transferir eventos de Sucuri WAF hacia Azure Blob Storage.

    Transfiere eventos de Sucuri hacia Azure Blob Storage Script para transferir eventos del Sucuri Web Application Firewall (WAF) hacia Azure Blob Storag

    CSIRT-RD 1 Dec 22, 2021