1.1.2 • Published 2 years ago

adex-linkedin-scrapper v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

LinkedIn Scrapper

Description

LinkedIn Scrapper is a Node.js package for extracting profile information from LinkedIn pages. This package is built on top of puppeteer and cheerio to scrape and parse the HTML structure of LinkedIn profiles.

Installation

To install the LinkedIn Scrapper, run:

npm install adex-linkedin-scrapper

This will also install required dependencies puppeteer and cheerio.

Features

  • Extracts basic profile information
  • Scrapes employment history
  • Fetches educational background
  • Grabs listed skills

Usage

First, import the package:

import LinkedInScrapper from adex-linkedin-scrapper;

Create Scrapper Instance

Create an instance of LinkedInScrapper:

const scrapper = new LinkedInScrapper("yourLinkedInCookie", "targetProfileURL");

Get Profile Information

To get basic profile information:

const profileInfo = await scrapper.getProfileInfo();

This will return an object with name, heading, address, and about.

Get Experience Information

To get employment history:

const experiences = await scrapper.getExperiences();

Get Education Information

To get educational background:

const educations = await scrapper.getEducations();

Get Skill Information

To get the list of skills:

const skills = await scrapper.getSkills();

Contribute

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago