-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getting the users Linkedin url #1
Comments
Hi Andy, The code I made was specifically for the SalesNavigator, because despite paying for it, they wouldn't let you export anything... |
Yes, it's for sales navigator. Do you have another linkedin account? If you do, I can send you a 2 month free trial Referral. |
I just made a new one, |
Sent you a connection request |
this is a great tool and i will use it alot. in my case i need to get the users LinkedIn profile URL not the sales navigator url. i modified the code. it need improvement but its a start. let me know your thoughts.
def scroll_extract(driver, items):
print("Starting scroll and extract process...")
results = []
profiles_processed = 0 # Counter to keep track of profiles processed
The text was updated successfully, but these errors were encountered: