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.
- Host: GitHub
- URL: https://github.com/trieb-work/linkedin-voyager-sdk
- Owner: trieb-work
- Created: 2020-07-30T20:46:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-24T16:49:41.000Z (almost 4 years ago)
- Last Synced: 2025-07-19T18:53:05.952Z (11 months ago)
- Topics: linkedin, linkedin-api, linkedin-scraping
- Language: TypeScript
- Homepage:
- Size: 1.15 MB
- Stars: 17
- Watchers: 4
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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'
```