staksa / scrapedin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage Example:

npm i arekom/scrapedin

const scrapedin = require('scrapedin');

const profileScraper = await scrapedin({ email: 'login@mail.com', password: 'pass' });
const profile = await profileScraper('https://www.linkedin.com/in/some-profile/');

Start Guide:

About

License:Apache License 2.0


Languages

Language:JavaScript 100.0%