User Info Generator

Full Contact Info Generator

December 16th, 2015

Generate a list of fake users with fake addresses, and the choice of real or fake cities, province or state, country, zip code or postal code and phone number. Every user that is created has realistic zip codes/postal codes and phone numbers based on the state or province the user was created under.

The new attributes also let you include location data and calculations. The calculations can be used to determine how close one city is to another.

Full Contact Attributes



Data Set

Data: Select all
  • Mr, Bradford, Puma, 4683 Umber Log Abbey, Village Thirteen, Britsh Columbia, V9F-4G6, CA, (604) 674-0488
  • Mr, Barnett, Ostrowski, 1088 Emerald Crossing, Supplee, Texas, 78467-0116, US, (915) 732-7307
  • Ms, Tama, Vawter, 5231 Foggy Place, Trump, Tennessee, 37650-6341, US, (865) 022-1007
  • Mr, Fariel, Legere, 9588 Rocky Crest, Ai, Delaware, 19774-7958, US, (302) 849-3434
  • Ms, Alyssa, Ragin, 2103 Blue Pony Lookout, Stopover, Texas, 79533-0619, US, (930) 060-0632

Insert SQL Set

Query String: Select all
  • INSERT INTO `user_data` (`gender`, `firstname`, `lastname`, `street`, `city`, `region`, `code`, `country`, `phone` ) VALUES
  • ('M', 'Bradford', 'Puma', '4683 Umber Log Abbey', 'Village Thirteen', 'Britsh Columbia', 'V9F-4G6', 'CA', '(604) 674-0488'),
  • ('M', 'Barnett', 'Ostrowski', '1088 Emerald Crossing', 'Supplee', 'Texas', '78467-0116', 'US', '(915) 732-7307'),
  • ('F', 'Tama', 'Vawter', '5231 Foggy Place', 'Trump', 'Tennessee', '37650-6341', 'US', '(865) 022-1007'),
  • ('M', 'Fariel', 'Legere', '9588 Rocky Crest', 'Ai', 'Delaware', '19774-7958', 'US', '(302) 849-3434'),
  • ('F', 'Alyssa', 'Ragin', '2103 Blue Pony Lookout', 'Stopover', 'Texas', '79533-0619', 'US', '(930) 060-0632');

SQL Create Table

SQL Create: Select all
  • CREATE TABLE `user_data` (
  •   `id` int(11) NOT NULL AUTO_INCREMENT,
  •   `gender` varchar(255) NOT NULL,
  •   `firstname` varchar(255) NOT NULL,
  •   `lastname` varchar(255) NOT NULL,
  •   `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