-
**Is your feature request related to a problem? Please describe.**
When setting up new contacts it should be possible to force the download of profile pictures from social networks so there avata…
-
Hello, I'm using scrapedin with version 1.0.20
and this line
`const profile = await profileScraper('https://www.linkedin.com/in/emanfateen/')`
and here is my log
> TypeError: Cannot read prop…
-
#Wrote this basic code to scrape the company profile
from selenium import webdriver
from linkedin_scraper import Company,Person, actions
from IPython.core.debugger import set_trace
import time
dr…
-
Getting the below error when running this line:
company = Company(linkedin_url='https://www.linkedin.com/company/addmin/', driver=driver, scrape=True)
```
------------------------------------------…
-
Maybe I'm using it wrong, but I wasn't able to retrieve more info than person's name and surname.
Code used:
```
from linkedin_scraper import Person, actions
from selenium import webdriver
dr…
-
Hi, I tried installing the linkedin_scraper "!pip install linkedin_scraper"
and tried to run your sample code but this error keeps coming up "ModuleNotFoundError: No module named 'linkedin_scraper'"…
-
**Traceback (most recent call last):
File "C:\Users\LAksh\Desktop\test.py", line 14, in
person = Company("https://www.linkedin.com/company/qubole/", driver=driver)
File "C:\Users\LAksh\Ana…
-
I noticed in the Profilescraper.py file there's an email scraper:
```python
def scrape_by_email(self, email):
self.load_profile_page(
'https://www.linkedin.com/sales/gmai…
-
when i run (for some people -- but not all):
```
from linkedin_scraper import Person, actions
from selenium import webdriver
driver = webdriver.Chrome('/Applications/chromedriver')
email = "e…
-
Hello,
I'm working on a project which uses scraped to make crawling on LinkedIn accounts, It's working fine on my localhost on my local machine, But after uploaded the project it to a dedicated s…