Fake Data Generator
Pricing
Pay per usage
Fake Data Generator
Generate realistic fake/mock data: persons, emails, addresses, UUIDs, passwords, dates, credit cards, IPs, URLs, companies, phone numbers, lorem text, and custom schemas. Zero external dependencies for data generation. Supports EN/KR locales.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
2x lazymac
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Generate realistic fake/mock data with zero external dependencies. Supports 15+ data types including persons, emails, addresses, UUIDs, passwords, dates, credit cards, IPs, URLs, companies, and custom schemas.
Features
- Person profiles — full name, email, phone, address, company, avatar, birthDate (EN/KR locales)
- Text — lorem ipsum words, sentences, paragraphs
- Numbers — integers and floats with configurable range
- Dates — past, future, or between two dates
- UUIDs — v4 format
- Colors — hex, rgb, hsl
- Passwords — configurable length and complexity (low/medium/high)
- Credit cards — test Visa/Mastercard patterns
- IP addresses — v4 and v6
- URLs — random realistic URLs
- Companies — random company names
- Emails — random email addresses
- Phone numbers — US and KR formats
- Addresses — US and KR formats
- Custom schema — define your own structure using generator specs
Input
| Field | Type | Default | Description |
|---|---|---|---|
dataType | string | person | Type of data to generate |
count | integer | 10 | Number of items (1-1000) |
locale | string | en | Locale: en or kr |
textType | string | sentence | Text type: words, sentence, paragraph |
numberType | string | int | Number type: int or float |
numberMin | integer | 0 | Min value for numbers |
numberMax | integer | 100 | Max value for numbers |
dateType | string | past | Date type: past, future, between |
colorFormat | string | hex | Color format: hex, rgb, hsl |
passwordLength | integer | 16 | Password length (4-128) |
passwordComplexity | string | high | Complexity: low, medium, high |
ipVersion | string | v4 | IP version: v4 or v6 |
customSchema | object | {} | Custom schema with generator specs |
Custom Schema Specs
Use these as values in your custom schema object:
person.firstName,person.lastName,person.fullName,person.fullNameKrperson.email,person.phone,person.phoneKrperson.profile,person.profileKraddress,address.us,address.krcompany,text.word,text.sentence,text.paragraphuuid,date,date.past,date.futurecolor.hex,color.rgb,color.hslpassword,creditCard,ip,ip.v6,url,booleannumber:MIN-MAX(e.g.,number:18-65)float:MIN-MAX(e.g.,float:0-100)
Example Custom Schema
{"customSchema": {"name": "person.fullName","age": "number:18-65","email": "person.email","score": "float:0-100"}}
Output
Results are pushed to the default dataset. Each generated item is one dataset record.