Skip to content
312+ businesses automated avg. 14h/week savedManual workflows cost the average team €560/week fix it in 10 daysDeployed in 5–10 business days · 30-day money-back guaranteeDental · Real Estate · Agencies · E-commerce · Covered99.97% uptime SLA · Monitored 24/7 by our ops teamA full-time ops hire costs €50K+/yr PURIST delivers more in daysn8n · Make · Claude AI · 500+ workflow templatesFree automation audit limited to 5 spots this week312+ businesses automated avg. 14h/week savedManual workflows cost the average team €560/week fix it in 10 daysDeployed in 5–10 business days · 30-day money-back guaranteeDental · Real Estate · Agencies · E-commerce · Covered99.97% uptime SLA · Monitored 24/7 by our ops teamA full-time ops hire costs €50K+/yr PURIST delivers more in daysn8n · Make · Claude AI · 500+ workflow templatesFree automation audit limited to 5 spots this week312+ businesses automated avg. 14h/week savedManual workflows cost the average team €560/week fix it in 10 daysDeployed in 5–10 business days · 30-day money-back guaranteeDental · Real Estate · Agencies · E-commerce · Covered99.97% uptime SLA · Monitored 24/7 by our ops teamA full-time ops hire costs €50K+/yr PURIST delivers more in daysn8n · Make · Claude AI · 500+ workflow templatesFree automation audit limited to 5 spots this week
PURIST
312+
Clients automated
14 h/wk
Avg time saved
99.97%
Uptime SLA
< 7 days
Deploy time
PURIST AI
Claude Opus 4.7 · n8n v1.71 · <80ms
What type of business are you running? I'll show you exactly which processes we'd automate first and your estimated ROI.
Powered by n8n + Claude Opus 4.7 Get my free automation plan →

Free Tools /Development

Fake Test Data Generator

Paste one real sample record, the generator infers the schema and produces realistic fake records matching that exact shape, safe for testing any workflow.

Sample record (defines the schema)
Generated fake records

How this tool works

01

Infers a schema from your real data shape

Paste one sample record from your actual workflow, the generator detects each field's type and likely purpose from its name (email, name, phone, date, price, boolean, id) and generates realistic fake values matching that exact structure.

02

Never touches real customer data

Every generated record is entirely synthetic, safe to run through a new automation, trigger real test emails against, or load-test a workflow, without any risk to a real customer.

03

Bulk generation, ready for the next step

Generate 1 to 100 records at once as a JSON array, ready to paste into an n8n Set node, a test webhook payload, or a seed script.

Frequently asked questions

How does the tool know a field is an email versus just a string?

It matches the field name against common naming patterns (containing "email," "mail") and, as a fallback, checks whether the sample value itself looks like an email. The same pattern-matching applies to names, phones, dates, prices, and booleans.

What happens with a field name it does not recognize?

It falls back to generating a random string, number, or boolean matching the sample value's actual JavaScript type, so the shape of your data is always preserved even when the semantic meaning is not detected.

Is this safe to use for testing a live automation that sends real emails or SMS?

The data itself is fake, but if your workflow actually sends to whatever email or phone number appears in the generated record, that would attempt real delivery to a fake, likely non-existent address. Point test workflows at a sandboxed environment or your own test inbox, not a live send path, regardless of the data being synthetic.

Can I use this to seed a staging database?

Yes, this is one of the most common uses, generate 50-100 records matching your production schema shape to populate a staging environment without ever touching real customer records.

Does this tool store the sample record I paste in?

No, everything runs in your browser. Your sample data (even though it is presumably not sensitive if you are using it as a test template) is never transmitted or stored.