This 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…
Another side of this is that the entity doing the scraping is more often than not another company. Which means that if your proposal is implemented, a user can voluntarily give their personal data to Google/Reddit/Facebook etc but that company then has to make the user's personal data available to another company.
LinkedIn loses appeal over access to user profiles
21–30 of 168 posts
Re: LinkedIn loses appeal over access to user profiles
#22Re: LinkedIn loses appeal over access to user profiles
#23Re: LinkedIn loses appeal over access to user profiles
#24Earlier quoted context omitted.
for IMDb, they have a lot of data that is easily accessible, not sure what is missing though: https://datasets.imdbws.com/.. .
Only for personal and non-commercial use, which is probably not what startups need.
Re: LinkedIn loses appeal over access to user profiles
#25Earlier quoted context omitted.
for IMDb, they have a lot of data that is easily accessible, not sure what is missing though: https://datasets.imdbws.com/.. .
Only for personal and non-commercial use, which is probably not what startups need.
Re: LinkedIn loses appeal over access to user profiles
#26The 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
#27Re: LinkedIn loses appeal over access to user profiles
#28This 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…
The golden rule is to use the API before you start raw scraping.
Re: LinkedIn loses appeal over access to user profiles
#29This 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…
If you add .json to the end of a Reddit URL, it will return JSON data. For example: https://www.reddit.com/r/ubuntu.json . It also works with comment threads and posts.
Re: LinkedIn loses appeal over access to user profiles
#30Question: 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...