linkedin-voyager-sdk icon indicating copy to clipboard operation
linkedin-voyager-sdk copied to clipboard

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

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:

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