Skip to content
Wagner Leonardi edited this page Oct 16, 2019 · 1 revision
  • Usually, in the first run LinkedIn asks for a manual check, to solve that you should:

    • set isHeadless to false on scrapedin to solve the manual check in the browser.
    • set waitTimeMs with a large number (such as 50000) to you have time to solve the manual check.

    After doing the manual check once you can go back with isHeadless and waitTimeMs previous values and start the scraping.

  • To avoid manual checking use cookies as credentials: Using Cookies to Login

Clone this wiki locally