Code Monkey home page Code Monkey logo

linkedin-project's Introduction

Scraping and Analysing Job Positions from LinkedIn

This project was created with the intent of understanding what are the main requirements for Data Analysts and Data Scientists jobs. To do that we created a crawler to scrap job pages from LinkedIn and processed the text, in order to achieve a report with the most frequent skills that are asked for each position.

Authors/Contributors

Carlos Madriz (LinkedIn | Github)
Inês Garcia (LinkedIn | Github)

Table of contents

Getting Started

To use the code from this project you should fork this repository and clone it locally.

Prerequisites

To run the sraping code you will need to make sure you have the following python libraries installed:

  1. Selenium
  2. tqdm
  3. csv
  4. math
  5. time
  6. os
  7. numpy
  8. pandas
  9. random
  10. re

As per the text processing you will need:

  1. nltk
  2. langdetect

Features

  • Job search with your own credentials.
  • Your account is protected from bot detection - it's only used to get the jobs links. To scrape each job, you don't need to be logged in.
  • Searches by job title and by location (specified by you).
  • Gets all the job position links for the specified parameters.
  • Gets, cleans and analyses all the job information for each job position.

Acknowledgements

  • David Craven who wrote and article on how to use Selenium to Scrap LinkedIn, that was very helpful.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

linkedin-project's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.