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
  • Ms, Winsome, Riley, 6629 Sleepy Port, Nome, Nebraska, 68127-5900, US, (531) 104-3381
  • Mr, Arana, Richard, 5817 Gentle Willow Wood, Secret Town, New Jersey, 07038-9234, US, (201) 305-4184
  • Ms, Lynne, Richerson, 2936 High Gate Turnabout, Gold Bar, New Jersey, 07459-3343, US, (973) 909-2997
  • Mr, Kai, Street, 402 Cozy Drive, Troublesome, Nebraska, 68644-9761, US, (402) 247-4020
  • Ms, Achit, Lanigan, 2360 Silent Timber Manor, Big Sky, Tennessee, 37383-3967, US, (901) 949-5957

Insert SQL Set

Query String: Select all
  • INSERT INTO `user_data` (`gender`, `firstname`, `lastname`, `street`, `city`, `region`, `code`, `country`, `phone` ) VALUES
  • ('F', 'Winsome', 'Riley', '6629 Sleepy Port', 'Nome', 'Nebraska', '68127-5900', 'US', '(531) 104-3381'),
  • ('M', 'Arana', 'Richard', '5817 Gentle Willow Wood', 'Secret Town', 'New Jersey', '07038-9234', 'US', '(201) 305-4184'),
  • ('F', 'Lynne', 'Richerson', '2936 High Gate Turnabout', 'Gold Bar', 'New Jersey', '07459-3343', 'US', '(973) 909-2997'),
  • ('M', 'Kai', 'Street', '402 Cozy Drive', 'Troublesome', 'Nebraska', '68644-9761', 'US', '(402) 247-4020'),
  • ('F', 'Achit', 'Lanigan', '2360 Silent Timber Manor', 'Big Sky', 'Tennessee', '37383-3967', 'US', '(901) 949-5957');

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