DataMaker ships with 50+ built-in field types. Each one knows how to generate a single
realistic value, optionally honouring a locale or a range. This page lists them all.
Names
Type
What you get
Locale-aware
first_name
A first name
✓
last_name
A last name
✓
full_name
First + last, optionally with title
✓
username
firstname.lastname-style handle
job_title
A plausible job title
✓
company
A company name
✓
prefix
Mr / Mrs / Dr / Frau / Herr / Mme
✓
Identity & contact
Type
Notes
email
Plausible email; can be derived from first_name + last_name.
phone
Country-correct format, including international prefixes.
address
Street + number + postcode + city in the chosen locale.
street
Street + number only.
city
A real city in the chosen country.
postcode
Country-correct postal code format.
country
Country name; can also output an ISO 3166-1 alpha-2 code.
ssn
Country-correct national ID (US SSN, German Steueridentifikationsnr…).
tax_id
VAT / USt-ID format for the locale’s country (passes checksum).