• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Location Databases

mikeblas

[H]ard|DCer of the Month - May 2006
Joined
Jun 26, 2004
Messages
12,777
I'm doing a database project and I'd like to find some realistic sample data.

I'd like to find complete lists of locations for fast food joints: McDonald's, Wendy's, Subway, Burger King, whatever. Or chain stores: WalMart, Home Depot, and so on. Heck, even gas stations by brand, or convenience stores.

Most of these companies have search apps on their websites which will list some of the locations near me... but I can't even find one database including all locations.

Does anyone know where I might find information on the web in an easily downloadable form?
 
If you find a database like that cna you send me a copy?

Also information on places that deliver would be great!

I theres anything like that floating around the web thats free though?
 
I can't find anything. I'm going to have to write code, I think, that repeatedly visits the "Find the nearest Store" page, requests each ZIP Code, scrapes the results, and then combines the results while eliminating the duplicates.
 
mikeblas said:
I can't find anything. I'm going to have to write code, I think, that repeatedly visits the "Find the nearest Store" page, requests each ZIP Code, scrapes the results, and then combines the results while eliminating the duplicates.
If you do this, share please.
Also.. Don't do it to fast, they probably wouldn't like that.. there is alot of zip codes after all.
 
Back
Top