Scraping thousands of rows through a search engine - /wsr/ (#1530309) [Archived: 941 hours ago]

Anonymous
6/16/2025, 5:28:12 PM No.1530309
PANIC
PANIC
md5: f889a65e48e1294e71b1c3a991e4341b🔍
Okay, I know this isn't StackOverflow but I have nothing to lose so I might as well ask.

My coding skills are both meager and rusty but I have a database of ~25000 establishments' websites to update and I was thinking of scraping them through a search engine. I don't know if it's realistic, if there is anything that already exists that I can use, etc. I tried a few data scraping tools already but the main problem is that I don't see a way to use them for multiple rows at once, let alone a few thousands.

Has anyone come across something like that before?
Anonymous
6/17/2025, 2:48:36 AM No.1530372
learn SQL or the appropriate database language.
https://en.wikipedia.org/wiki/SQL_syntax

Warning: Have backups / only do this on a temporary / scrap copy of the database, you may nuke the data if you are not careful.