An open API service indexing awesome lists of open source software.

https://github.com/trieb-work/linkedin-voyager-sdk

This is a typescript library for the linkedin frontend API. You can use it to scrap profiles, companies, etc.. You need valid session cookies.
https://github.com/trieb-work/linkedin-voyager-sdk

linkedin linkedin-api linkedin-scraping

Last synced: 10 months ago
JSON representation

This is a typescript library for the linkedin frontend API. You can use it to scrap profiles, companies, etc.. You need valid session cookies.

Awesome Lists containing this project

README

          

# Introduction
This is a wrapper module for the LinkedIn voyager API. It is not officially supported and you should check yourself, if you are
allowed to use it or not.
The module is including types and TSDocs, so just try it out yourself, it should be self-explanatory.

# Installation and Configuration
Install it via NPM
```
npm i @trieb.work/voyager-api
```

You need to import and init the module first:

```Javascript
import init from '@trieb.work/voyager-api/dist/init'
import { getFullProfile } from '@trieb.work/voyager-api/dist/profile'
```