Git Product home page Git Product logo

linkedin-scraper's Introduction

linkedin-scraper

Download user data from LinkedIn

Description

Based on keywords defined by user, perform a LinkedIn query, extract user information from the first results page and store it to a CSV file.

Synopsis

linkedin-scraper [--output FILE] keyword [keyword...]

Example

Search for Java Developers and store the result to java.csv:

linkedin-scraper --output java.csv java developer

Output

The resulting CSV file can look like this:

First name,Last name,Position,Company,City,Country
Alice,Carter,Python & Java Developer,Google,Mountain View,United States 
Robert,Smith,Senior Java Developer,British Airways,London,United Kingdom
...

Installation

You can install the package system-wide:

python setup.py install

or for current user only:

python setup.py install --user

Authentication

Note that to perform LinkedIn queries, the tool needs an access token.

To generate one, log in to LinkedIn in your favourite browser. This will create a cookie named li_at for site www.linkedin.com. Save this cookie's value to file .linkedin-access-token in your home directory.

Gotchas

Some fields in the output CSV file might be empty. This indicates that the scraper failed to extract the relevant piece of information from the results page. One of the common causes is the limited visibility of profiles out of your network, a LinkedIn feature which prevents regular users from accessing certain profile information.

Author

Martin Frodl

linkedin-scraper's People

Contributors

mfrodl avatar

Watchers

Rajesh Thokala avatar

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.