User Info Generator

United States Address Generator

May 5th, 2016

Generate a list of fake U.S. addresses with the street, city, region, country, zip codes and phone.

US Address Attributes


Data Set

Data: Select all
  • 9017 Merry Mountain Towers, North Pole, Idaho, 83705-7269, US, (208) 900-1507
  • 1311 Dewy Barn Valley, Coffee, Prince Edward Island, C6F-8R5, CA, (902) 122-5345
  • 2729 Silver Ridge, Robbers Creek, Indiana, 46660-2647, US, (219) 368-0551
  • 1695 Old Island, Stargo, Wisconsin, 53214-6373, US, (608) 943-9941
  • 484 Harvest Pathway, Carloss, Wyoming, 83161-6250, US, (307) 540-0396

Insert SQL Set

Query String: Select all
  • INSERT INTO `addresses` (`street`, `city`, `region`, `code`, `country`, `phone` ) VALUES
  • ('9017 Merry Mountain Towers', 'North Pole', 'Idaho', '83705-7269', 'US', '(208) 900-1507'),
  • ('1311 Dewy Barn Valley', 'Coffee', 'Prince Edward Island', 'C6F-8R5', 'CA', '(902) 122-5345'),
  • ('2729 Silver Ridge', 'Robbers Creek', 'Indiana', '46660-2647', 'US', '(219) 368-0551'),
  • ('1695 Old Island', 'Stargo', 'Wisconsin', '53214-6373', 'US', '(608) 943-9941'),
  • ('484 Harvest Pathway', 'Carloss', 'Wyoming', '83161-6250', 'US', '(307) 540-0396');

SQL Create Table

SQL Create: Select all
  • CREATE TABLE `addresses` (
  •   `id` int(11) NOT NULL AUTO_INCREMENT,
  •   `street` varchar(255) NOT NULL,
  •   `city` varchar(255) NOT NULL,
  •   `region` varchar(255) NOT NULL,
  •   `country` varchar(255) NOT NULL,
  •   `code` varchar(255) NOT NULL,
  •   `phone` varchar(255) NOT NULL,
  •   PRIMARY KEY (`id`)
  • ) ENGINE=MyISAM DEFAULT CHARSET=utf8;

Testimonials

"Incredible, usually for testing we have to obfuscate live user data, but with your data I was able to create a 1,000 users in only a few minutes."

Russ McEwan, Denver, CO

"Thanks this is exactly what I was looking for when I needed a lot of users created as test data."

Timothy Hardy, Chicago, IL

"So glad I stumbled on this site. Now I would not be able to do my job without these helpful generators. Thanks."

S. Rosario, Maryland