Open Namit2111 opened 1 month ago
I would like to work and research on this issue, please assign it to me
I think using Microsoft's Sign in with linkedin API https://learn.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/sign-in-with-linkedin could be a better option
How about we scrape the LinkedIn profiles of users? This can be a better alternative, which will only require users login credentials.
I think using Microsoft's Sign in with linkedin API https://learn.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/sign-in-with-linkedin could be a better option
Hey this seems promising are there any limitations? on rate limit ? cost?
How about we scrape the LinkedIn profiles of users? This can be a better alternative, which will only require users login credentials.
Seems intresting can you elaborate on this
How about we scrape the LinkedIn profiles of users? This can be a better alternative, which will only require users login credentials.
Seems intresting can you elaborate on this
The idea is to login to LinkedIn through a browser using the login credentials and then scrape out the data using web scraping tools, finally saving the data in a JSON or .txt file.
NB - The login and scraping part will be automated through various python libraries. I can explain in detail if i can know exactly which LinkedIn data is needed.
Basically the data needed is the users profile info as this project aims to combine all the users linkedin profile data to make a portfolio for user. @Shawn11220
Basically the data needed is the users profile info as this project aims to combine all the users linkedin profile data to make a portfolio for user. @Shawn11220
Yes, we can scrape the whole profile section content from LinkedIn Profile.
Basically the data needed is the users profile info as this project aims to combine all the users linkedin profile data to make a portfolio for user. @Shawn11220
Yes, we can scrape the whole profile section content from LinkedIn Profile.
sounds good!
Basically the data needed is the users profile info as this project aims to combine all the users linkedin profile data to make a portfolio for user. @Shawn11220
Yes, we can scrape the whole profile section content from LinkedIn Profile.
sounds good!
lemme run a test subject, if it works then i'll share as a py file.
Hey @Namit2111 Forgot to mention, this method is platform dependent (it requires a browser to work - specifically chrome)
Hey @Namit2111 Forgot to mention, this method is platform dependent (it requires a browser to work - specifically chrome)
why only chrome?also will it be compatible with smart phones?
Hey @Namit2111 Forgot to mention, this method is platform dependent (it requires a browser to work - specifically chrome)
why only chrome?also will it be compatible with smart phones?
Chrome is ideally available , and for the compatibility with smartphones ,I never tried on smartphones. Gotta try it out on Android/iOS
Just to add an idea to the discussion, Upwork has an interesting way of using Linkedin data.
They parse the PDF export of a profile. This could be a possible way to fetch data too.
The current method of fetching LinkedIn data using linkedin-api may have limitations or may not be the most efficient way. We need to explore other approaches that might offer better reliability, more features, or easier authentication processes. Tasks:
Priority: High Type: Improvement