Scraping LinkedIn with pyothon requests only ?

goodbye tobey

Banned - Abuse of Staff
Joined
Mar 4, 2024
Messages
299
Reaction score
192
Can I scrape LinkedIn using only requests with sessions & cookies, or should I use browser automation?
 
i've did a little test a year back in time and it worked just fine,
you'll probably get the ip banned much faster tho,

well at least that was my case,
idk if it could be related to cookie expiring too,
didn't take much time to test
 
i've did a little test a year back in time and it worked just fine,
you'll probably get the ip banned much faster tho,

well at least that was my case,
idk if it could be related to cookie expiring too,
didn't take much time to test
I'm using proxies to prevent banning, but I think they track account activity instead of the ip. I'm only having success scraping public profiles, private ones are much harder to scrape.
 
I'm using proxies to prevent banning, but I think they track account activity instead of the ip. I'm only having success scraping public profiles, private ones are much harder to scrape.
well, never digged enough to scrape the private ones,
it won't take as much time/resources for testing things out tho, just be patient ^^
good luck man ^^
 
I've done it with browser automation, works ok. Linkedin can be tricky some times. And yes definetly use proxies :cool:
I tried to scrape a public linkedin profile by only using requests module, it's tricky but I got it working
 
Back
Top