LinkedIn loses appeal over access to user profiles
91–100 of 168 posts
Re: LinkedIn loses appeal over access to user profiles
#92Earlier quoted context omitted.
Maybe it's more accurate to say "any publicly linked URL"? IIRC, charges have been successfully brought against people for e.g. iterating through user identifiers in URLs to gain access to other users' data. (Do correct me if I'm wrong on that count!)
Some kid was charged for that but in my opinion it was stupid. URL to me means part of the UX. If you search on Google using a query parameter directly instead of entering the query in their search box, should that count as wrongful use?
Now, this is based on my very patchy memory of sensationalist reporting of legal matters in a jurisdiction I don't reside in, so there's probably some wiggle room there ;)
Re: LinkedIn loses appeal over access to user profiles
#93The summary here is that LinkedIn tried to argue that it could prevent scraping of public LinkedIn profile data under their ToS, but the courts have ruled that if data is public and provided by users, it can be scraped/crawled, that is, it isn’t LinkedIn property. This is generally a positive outcome for people/companies turning web text and HTML into structured data, e.g. tools like Puppeteer and Scrapy can be used…
Now, the CFAA was the only criminal statue involved, so I guess that supports what you said, that scraping is not unlawful. There still may be liability though, and using the data only internally would not necessarily protect from that. It remains to be seen.
Re: LinkedIn loses appeal over access to user profiles
#94Re: LinkedIn loses appeal over access to user profiles
#95The summary here is that LinkedIn tried to argue that it could prevent scraping of public LinkedIn profile data under their ToS, but the courts have ruled that if data is public and provided by users, it can be scraped/crawled, that is, it isn’t LinkedIn property. This is generally a positive outcome for people/companies turning web text and HTML into structured data, e.g. tools like Puppeteer and Scrapy can be used…
Re: LinkedIn loses appeal over access to user profiles
#96Question: This seems to mean LinkedIn can't sue to prevent scraping. I assume it's still legal for them to implement technological anti-scraping measures? So the two companies can play cat-and-mouse if they wish with rate-limiting, IP addresses, etc...
An earlier ruling actually ordered LinkedIn to stop attempting to block the scraping using technological measures, too.
Re: LinkedIn loses appeal over access to user profiles
#97Does this mean that it would likely be possible for a competing network to have a "click here to import your friend list" for example?
Re: LinkedIn loses appeal over access to user profiles
#98Question: This seems to mean LinkedIn can't sue to prevent scraping. I assume it's still legal for them to implement technological anti-scraping measures? So the two companies can play cat-and-mouse if they wish with rate-limiting, IP addresses, etc...
An earlier ruling actually ordered LinkedIn to stop attempting to block the scraping using technological measures, too.
Re: LinkedIn loses appeal over access to user profiles
#99I'm torn. On the one hand, scraping helps break down walled gardens. On the other, we're talking about personal details being used in novel ways that no LinkedIn user probably understands. I doubt any LinkedIn user writes their profile expecting HiQ to scrape it, assign a "flight risk" score and alert your bosses.
The users agreed to publish their details publicly on LinkedIn. It’s normal that anyone can access those details and use them however they like.
Re: LinkedIn loses appeal over access to user profiles
#100As expected a lot of people here talking about public data and whatnot, but that is a horrible decision. "Circuit Judge Marsha Berzon said hiQ, which makes software to help employers determine whether employees will stay or quit, showed it faced irreparable harm absent an injunction because it might go out of business without access.[...] “LinkedIn has no protected property interest in the data contributed by its use…
Doesn't that get covered by laws such as GDPR (where applicable)? Just because I can scape your profile doesn't mean I can publish it, sell it etc (or even keep it). I can do it with your consent, and LinkedIn can't complain, isn't that it?