-
from linkedin_scraper import Person, actions
driver = webdriver.Chrome( options=chrome_options)
email = "email"
password = "pass"
actions.login(driver, email, password) # if email and password i…
-
Hi this is my script:
```
from linkedin_scraper import Person, actions
from selenium import webdriver
PATH = "................/linkedin_scraper/chromedriver"
driver = webdriver.Chrome(PATH)
…
-
Profile scraping broke yesterday (for me). It was working just fine yesterday morning and then broke in the afternoon with no code changes on my part. Very odd. Is this typical of LinkedIn changing (a…
-
I have tried running the following code, but keep getting TimeoutException(message, screen, stacktrace). Is the following code correct?
from linkedin_scraper import Person, Company, actions
from …
-
```
from linkedin_scraper import Person
from selenium import webdriver
driver = webdriver.Chrome()
actions.login(driver, email, password)
person = Person("https://www.linkedin.com/in/andre-iguoda…
-
Hello - i tried the basic example with the following code -
```
from linkedin_scraper import Person, actions
from selenium import webdriver
from dotenv import load_dotenv, find_dotenv
import os…
-
I like the premise and application, but results wise for email it's poor, averaging around 1 out of ever 30 contact. is anyone else getting higher results?
-
When I run my code, I get an exception "you are not logged in! please verify the capcha then press any key to continue...". But I`m logged in and don`t receive any captcha. The exception occurs after …
-
```python
import os
from selenium import webdriver
import time
from linkedin_scraper import actions
from selenium import webdriver
from selenium.webdriver.common.by import By
…
-
Hi joeysim,
I faced following error when I execute Person(url, driver).
1. Message
File "C:\Users\takes\anaconda3\lib\site-packages\linkedin_scraper\person.py", line 113, in scrape_logged…