How to scrape LinkedIn using Beautifulsoup? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to scrape LinkedIn using Beautifulsoup?

I try to scrape Instagram and LinkedIn but. I also use selenium and PyTq5 but not work

19th Apr 2021, 12:19 PM
AARTI SHELAR
AARTI SHELAR - avatar
4 Answers
0
Use scrapy.
19th Apr 2021, 4:52 PM
KUMAR SHANU
KUMAR SHANU - avatar
0
Look at website structure. Try to find out elements names and how they change use them your search xpath, css , etc
19th Apr 2021, 4:53 PM
KUMAR SHANU
KUMAR SHANU - avatar
0
Using selenium library we can scrape complex website like LinkedIn. I will share code .
22nd Apr 2021, 4:52 AM
AARTI SHELAR
AARTI SHELAR - avatar
0
Hii, So you need to inspect element on your desired website first and you will see HTML, Then look for the class in tags. Use that data for your scripts. for that search for: code samples for beautifulsoup scripts and observe that script where you may fill your codes. i hope it helps.
6th Nov 2021, 7:04 AM
Haris