linkedin-profile-scraper-api
linkedin-profile-scraper-api copied to clipboard
🕵️♂️ LinkedIn profile scraper returning structured profile data in JSON.
Bumps [bl](https://github.com/rvagg/bl) from 4.0.2 to 4.0.3. Release notes Sourced from bl's releases. v4.0.3 Fix unintialized memory access Commits f659836 Bumped v4.0.3 7a4ae7f Node v14 d3e240e Fix unintialized memory access 1c590ad...
Hello, I am facing this weird issue where after fetching details for a few profiles, the script essentially fails. Here's what the error looks like. ``` Fetching data for https://www.linkedin.com/in/amiel-hussain-7a18159/...
For me, new free accounts seem to get blocked after 50 profiles/day, sessions seem to randomly expire. When the session cookie expires, as per the readme, we're supposed to use...
How to handle it?
How do i use this as a chrome extension,if possible?
i using nodejs run terminal: npm install linkedin-profile-scraper
Is it possible to extract profile and company data without entering my login and password?
I'm getting this error on Ubuntu and MacOS. Tried installing chromium. Can I redirect puppeteer to this installation? Any suggestions? ``` Scraper (setup): Launching puppeteer in the background... Scraper (setup):...
Is there a way to port this into a browser extension?