JustAnotherArchivist / snscrape

A social networking service scraper in Python
GNU General Public License v3.0
4.47k stars 708 forks source link

Support for LinkedIn #387

Open turkeyscramble opened 2 years ago

turkeyscramble commented 2 years ago

I would be excited to help with support for LinkedIn

JustAnotherArchivist commented 2 years ago

That would be nice. Unfortunately, LinkedIn really hates scrapers and has aggressive rate limiting from the little experimenting I've done a while ago. But I'll happily accept a PR for this.

simon-berger commented 2 years ago

I've been looking into scraping LinkedIn in another project lately and found out the following:

Is there an update on the status of the implementation?

JustAnotherArchivist commented 2 years ago

There is not. The ridiculous rate limits pretty much prevent implementing this. For authentication, see #270.