The 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…
"it can be scraped/crawled, that is, it isn’t LinkedIn property" I thought it was pretty established that putting something on a website didn't eliminate your copyright. Has that changed now? To me, it seems like common sense would be that if you make a public website, you are implicitly permitting some copies, but surely it's not all or nothing?
LinkedIn loses appeal over access to user profiles
141–150 of 168 posts
Re: LinkedIn loses appeal over access to user profiles
#142This is fantastic. I would like to see wider legislation allowing scraping of IMDB, Genius, Reddit, Facebook, and Google made legal. These services receive free input from users. The data should remain free. Edit (sort of off topic): There's still value in the building and providing services at scale, but this lowers the barrier to cross the moat for small players. The first step is data liberation. Then we can work…
Re: LinkedIn loses appeal over access to user profiles
#143Earlier 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?
The modern law system distinguishes between result and intent.
Re: LinkedIn loses appeal over access to user profiles
#144Question: 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...
Zillow and similar companies have shut down numerous startups which relied on scraping their data.
How is this different?
Re: LinkedIn loses appeal over access to user profiles
#145I'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.
Re: LinkedIn loses appeal over access to user profiles
#146Earlier quoted context omitted.
Andrew Auernheimer, more commonly known as weev, got all of AT&T's ipad users' email addresses at that time, by enumerating all the possible sim-card IDs, against a public facing ATT website. He was charged and convicted the Computer Fraud and Abuse Act (CFAA), and sentenced to 41 months in federal prison that. His sentence was vacated after 13 months due to a technicality of the venue; that judge did not address the…
> His sentence was vacated after 13 months due to a technicality of the venue; that judge did not address the substantive question on the legality of the site access So the way the American legal system works is: if(venue == correct && facts == bad) { guilty(); } else { not_guilty(); } If the venue is not correct, the facts of the case are not evaluated. If you go read some lawsuits, you'll see that the first page or…
More precisely, the facts of the case are not evaluated by that court. Usually the case will be transferred to a different venue (i.e., federal court in a different district) or dismissed and refiled in a different forum (e.g., state court instead of federal court).
In Mr. Auernheimer's case, had he been successful in his improper venue motion, he probably would have faced prosecution in either his home district or the district where the AT&T servers were located. The result of that trial might have been the same, but there wouldn't have been a vacatur.
Re: LinkedIn loses appeal over access to user profiles
#147I’m a very active user of LinkedIn, effectively cultivating my “professional brand” on it. I’ve been contracting for years and use my network to find gigs. While I don’t have an issue with the business that HiQ are in (informing businesses of employee flight risk), I do believe there’s a qualitative difference between data that I publish for consumption by human eyeballs for free (a use of my data that I’ve authorise…
If you have a public LinkedIn profile, should an employer be able to look at it without your explicit consent and reach out to you for job opportunities (or disqualify you from one)?
Should the employer be able to pay someone else (say a recruiting agency) to look at LinkedIn profiles on their behalf?
Should the recruiting agency be able to use automated tools (which scrape public profiles) that make things easier for them?
Re: LinkedIn loses appeal over access to user profiles
#148Question: 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...
> This seems to mean LinkedIn can't sue to prevent scraping. Zillow and similar companies have shut down numerous startups which relied on scraping their data. How is this different?
Re: LinkedIn loses appeal over access to user profiles
#149What cracks me up about this is how these massive companies go to such lengths to call themselves mere platforms in order to avoid liability for content, and then when someone actually takes the content in this case they cry, "Foul! That's ours !" Can't have it both ways.