linkedtales / scrapedin

LinkedIn Scraper (currently working 2020)
Apache License 2.0
597 stars 174 forks source link

How to handle pin verification #128

Closed mohd7469 closed 4 years ago

mohd7469 commented 4 years ago

I made a new Linkedin account so I am not getting worried about blocking reason when running npm run server I am getting an email which saying someone just trying to log in please enter verification code I don't know where I have to put that code in my server please tell me bcz I did not turn on two-step verification process and one more thing it is working with my old account and I am not getting any verification email in that account

mohd7469 commented 4 years ago

@leonardiwagner what should I do now to make it work?

gautierdag commented 4 years ago

This library does not provide a way to solve for LinkedIn's security verification (or captcha solving ... etc). If you wish to implement a verification detection and solver, I am sure that it would be most welcomed as it is a recurring question :) !

Until then, it is recommended that you solve these steps yourselves and use cookies from your manual verification to continue scraping.

Fresh accounts will tend to be susceptible to LinkedIn's verification or captcha block as they try to prevent scraping accounts. To minimize down-time you should try to "warmup" your fresh account (gradually increase the number of profile you scrape), use same or similar IP address and user agent between calls, and phone-verify your account. Whatever you can think to make your account more real will likely decrease the verification block (hence why you never get it on your real account which is probably aged and verified).

leonardiwagner commented 4 years ago

@awais786327 Plus, there a guide to help you solve that manual check: https://github.com/linkedtales/scrapedin/wiki/Tips

mohd7469 commented 4 years ago

okay thank's I don't have much time to use manual check one last way what I left is to use my old account