scrapedin
scrapedin copied to clipboard
node:internal/process/promises:246 triggerUncaughtException(err, true /* fromPromise */);
node:internal/process/promises:246
triggerUncaughtException(err, true /* fromPromise */);
i get the following error if i try to scrape a profile
async function scrapeProfile() {
const profileScraper = await scrapedin({ email: '[email protected]', password: '******' })
const profile = await profileScraper('https://www.linkedin.com/in/some-profile/')
console.log(profile)
}
scrapeProfile()
i'm having the same error.
i think this is no longer mantained nor supported
i think this is no longer mantained nor supported
Unfortunately. This is a nice project.
I have the same issue