Dummy Contact Generator
Generate fake phone numbers, addresses & emails.
0000 prefix & example.com keep data non-existent.
🔒All data is generated locally. Phone uses non-existent (555) 01XX exchange. Email uses RFC 2606 reserved example.com.
About
A tool that instantly generates fictitious contact data (phone numbers, addresses, emails, names) in your browser. Phone numbers use the non-existent (555) 01XX exchange (guaranteed not to match real numbers), addresses use fictitious municipality names, and emails use example.com (RFC 2606 reserved) — so generated data can never match real people or organizations.
How to Use
Select Count & Fields
Choose record count (1–100) and which fields to include.
Click Generate
Click the button to generate fake contact data instantly, all within your browser.
Export
Save as CSV, JSON, or TSV, or copy to clipboard.
Glossary
- Dummy Data
- Fictitious data used for testing and development, avoiding the need to use real user data.
- 555 Exchange (Area Code)
- The 555-01XX range is reserved for fictitious telephone numbers in North America to ensure they never connect to a real person.
- example.com (RFC 2606)
- A domain reserved by IANA/IETF in RFC 2606 for documentation and testing. Safe to use as email domain without affecting real domains.
- Test Fixture
- A fixed dataset required to run tests. Generated data can be used as test fixtures.
- Seed Data
- Initial data inserted into a database during setup. Export from this tool as CSV/JSON to use as seed data.
- Mockup
- A prototype for UI design review. Replace real data with dummy contact data for visual presentations.
FAQ
- Q.Can a generated phone number match a real one?
- No. The generated phone numbers use the (555) 01XX prefix, which is officially reserved for fictitious use in North America.
- Q.Is data sent to a server?
- No. All data is generated locally in your browser using JavaScript.
- Q.How is this different from dummy-data-generator?
- dummy-data-generator creates general test data (UUID, timestamps, Lorem ipsum). This tool specializes in contact information: phone, address, email, and name.
- Q.Can I use the generated data in form testing?
- Yes. It is designed for non-production testing environments. The data is entirely fictitious.
Use Cases
Form Validation Testing
Use as fake input data to test phone, address, and email validation rules.
CRM Demo Data Loading
Bulk-import fictitious contacts into your CRM demo environment.
Mockup Screenshots
Display realistic-looking fake contacts in UI design presentations.
Test Environment Setup
Export as CSV/JSON and import as seed data for your test database.