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

Programming

17022 readers
476 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 1 year 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 9 points 6 days ago (3 children)

Maybe search for this on kaggle? Or scrape Wikipedia?

[–] friendly_ghost@beehaw.org 2 points 4 days 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

[–] dracs@programming.dev 6 points 5 days ago* (last edited 5 days ago)

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

https://wikidata.org

[–] henfredemars@infosec.pub 4 points 6 days 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.