this post was submitted on 13 Sep 2024
14 points (100.0% liked)

Programming

21526 readers
466 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

I realize this is an absolutely unhinged thing to ask for: Can anyone direct me to a large database of company names with websites (just those two columns), ideally 100K rows or more, that I can access for free? Basically this database if it had another column with the company name: https://github.com/cygenta/top10million (but doesn't need to be anywhere near 10 million)

you are viewing a single comment's thread
view the rest of the comments
[–] verstra@programming.dev 10 points 10 months ago (3 children)

Maybe search for this on kaggle? Or scrape Wikipedia?

[–] dracs@programming.dev 7 points 10 months ago* (last edited 10 months ago)

Probably don't need to scrape it. Just query WikiData for it

https://wikidata.org

[–] henfredemars 4 points 10 months ago

You don’t even need to scrape Wikipedia. Simply download all of Wikipedia text only and you could match on articles. It’s only like 20 GB or even less for certain database dumps.

[–] friendly_ghost@beehaw.org 3 points 10 months ago

Thank you for recommending kaggle! I found just what I needed there (actually way more data than I needed!). Here's what I went with, if it's useful to anyone else: https://www.kaggle.com/datasets/mfrye0/bigpicture-company-dataset