linkedin-profile-scraper-api
linkedin-profile-scraper-api copied to clipboard
🕵️♂️ LinkedIn profile scraper returning structured profile data in JSON.
Trying out the profile in the given example and I get this: { userProfile: { fullName: '500+ connections', title: null, location: null, photo: null, description: null, url: 'https://www.linkedin.com/in/natfriedman/' }, experiences:...
Warning on npm install [email protected]: < 21.8.0 is no longer support  installing puppeteer is not completing successful, what can be the solution ?
Hi, I successfully installed the module. However, when I ran the scraper, I got all null results. I tried on several profiles, all null. Is this npm module still working?...
Hi, I'm seeing a lot of ERR_TOO_MANY_REDIRECTS responses from linkedin while trying to scrape profiles. Is there something we could do to avoid it?
I am using macos M2, running this script and receive I copied an example code snippet and try to run the script, this is what I get I tried to...