What would be really interesting is to turn this into a graph based on, say, past experience of CEOs/big dealings with each other/etc.
The moment those graph connections will show negative view of some of those CEOs they will start screaming about privacy issues and/or sue the graph creator. With scraping LinkedIn alone it should already be possible to create such graphs. Not sure why I haven't seen any. Either scraping LinkedIn isn't as straightforward or such grap-creating attempts have been shut down due to potential for defaming someone.
A raw dump of companies from all over the world by LinkedIn handle
21–30 of 108 posts
Re: A raw dump of companies from all over the world by LinkedIn handle
#22I looked at the attributes they say the dataset has. Not too many (e.g. number of people, location). The really interesting ones, like who is doing business with whom, are missing.
Re: A raw dump of companies from all over the world by LinkedIn handle
#23Hey HN, we're thrilled to announce our latest project - the World's Largest Open Source Company Dataset. Our team has been working hard on this product for the past few months, and we're excited to finally share it with you all. We started off years ago trying to build a B2B app, but getting basic company data at scale was a huge barrier for us. This 15M+ record dataset attempts to solve that and has all the key comp…
What's the license the dataset is released under? I poked around the documentation a bit but couldn't find it - apologies if it's in there!
Re: A raw dump of companies from all over the world by LinkedIn handle
#24 handle
type
name
website
founded
industry
specialties
size
city
state
country_code
15,263,246 rows.I think the main listing for Google is this one (as an example):
10361050:company/google,Public Company,Google,goo.gle,,Software Development,"search, ads, mobile, android, online video, apps, machine learning, virtual reality, cloud, hardware, artificial intelligence, youtube, and software","10,001+",Mountain View,California,US
Re: A raw dump of companies from all over the world by LinkedIn handle
#25What I am curious to know about is - what company buys from whom and the whole dependency graph to visualise how complex our modern economy is. But not sure that kind of information is in there.
Re: A raw dump of companies from all over the world by LinkedIn handle
#26Hey HN, we're thrilled to announce our latest project - the World's Largest Open Source Company Dataset. Our team has been working hard on this product for the past few months, and we're excited to finally share it with you all. We started off years ago trying to build a B2B app, but getting basic company data at scale was a huge barrier for us. This 15M+ record dataset attempts to solve that and has all the key comp…
1. Yes, this is scraped from public sources. 2. Yes, this is free to use / is open source in the broadest sense. Apologies for the confusion on the lack of a license and no mention about this in our TOS. We probably should update our TOS to be clearer here. 3. This is a raw dump of companies from all over the world by LinkedIn handle. The handles are deduped, but the website is not.
Re: A raw dump of companies from all over the world by LinkedIn handle
#27This dataset was taken from scraping the company pages from LinkedIn. A company has to pay to have this page, so this certainly does not include all companies. If you have a premium account your search is not rate limited so you can iteratively scrape anything you want even though it's technically a violation of the terms of service.
There are many companies that sell data scraped from LinkedIn as a product. LinkedIn won a court case against hiQ Labs for scraping member data and other things[1]. I am not trying to compare this court case to the OP's website, just something worth mentioning.
In any case, web scraping is a sort of gray area of the law. In my opinion, this data set does not contain member data and is not being monetized so it feels kosher to me.
(Opinions expressed are solely my own and do not express the views or opinions of my employer.)
[1] https://www2.staffingindustry.com/Editorial/IT-Staffing-Repo...
Re: A raw dump of companies from all over the world by LinkedIn handle
#28Hey HN, we're thrilled to announce our latest project - the World's Largest Open Source Company Dataset. Our team has been working hard on this product for the past few months, and we're excited to finally share it with you all. We started off years ago trying to build a B2B app, but getting basic company data at scale was a huge barrier for us. This 15M+ record dataset attempts to solve that and has all the key comp…
Out of curiosity: Would you be willing to share how you acquired this data? Website scraping or other means?
Re: A raw dump of companies from all over the world by LinkedIn handle
#29It's funny how OP does not address where this data comes from even though it's obviously from LinkedIn. I see many people in the comments asking questions so I will add my two cents as someone who is currently employed by LinkedIn and has an interest in web scraping. This dataset was taken from scraping the company pages from LinkedIn. A company has to pay to have this page, so this certainly does not include all com…
I found a listing in there for my old startup derived from the LinkedIn page, and we never paid for that LinkedIn listing.
Re: A raw dump of companies from all over the world by LinkedIn handle
#30It's a 2.64GB CSV file with the following columns: handle type name website founded industry specialties size city state country_code 15,263,246 rows. I think the main listing for Google is this one (as an example): 10361050:company/google,Public Company,Google,goo.gle,,Software Development,"search, ads, mobile, android, online video, apps, machine learning, virtual reality, cloud, hardware, artificial intelligence,…