josephlimtech / linkedin-profile-scraper-api

🕵️‍♂️ LinkedIn profile scraper returning structured profile data in JSON.
MIT License
567 stars 152 forks source link

The sample code given isnt compiling, please check :) #14

Closed CajetanRodrigues closed 4 years ago

CajetanRodrigues commented 4 years ago

failing

1nF0rmed commented 4 years ago

The code is in TypeScript. Please ensure you have the typescript runtime for NodeJs installed.

jvandenaardweg commented 4 years ago

I've tested it with JavaScript and TypeScript and I cannot seem to reproduce this error. What environment are you using? And are you sure you have run npm install linkedin-profile-scraper ?

Starting version 2.2.1 you need to use the import { LinkedInProfileScraper } syntax.

See the changelog for more changes.