Dutch Fake Product Data Generator
Generate realistic fake products — names, SKUs, prices, ratings and stock — to seed an e-commerce catalog.
This generator produces Dutch (nl) localized data — region-appropriate names, addresses and formats. Need US English? Use the default Fake Product Data Generator.
Generate now
Example output (Dutch)
A small sample of the JSON this generator returns (product, nl):
[
{
"id": "9220d9b0-fd32-4248-b649-2457c3890921",
"name": "handige zachte stoel",
"sku": "YTA3OF4H",
"description": "Andy-schoenen zijn ontworpen om zowel duurzaamheid als trends in gedachten te houden, het meest stijlvolle assortiment schoenen en sandalen",
"department": "Tuin",
"material": "granieten",
"color": "olijfgroen",
"price": 624.15,
"currency": "USD",
"inStock": true,
"rating": 4.9
},
{
"id": "9e130564-d548-42c1-9fc3-0dbbc151d951",
"name": "smakelijke zachte vlag",
"sku": "BQMVG4PR",
"description": "De voetbal is goed voor trainings- en recreatiedoeleinden",
"department": "Sieraden",
"material": "kartonnen",
"color": "levend wit",
"price": 855.69,
"currency": "USD",
"inStock": true,
"rating": 3.6
},
{
"id": "36c3142e-cadc-42e8-9ce5-136dd086315f",
"name": "goede katoenen vlag",
"sku": "IPDYY9HA",
"description": "De indeling van de auto bestaat uit een ontwerp met voorin geplaatste motor, met transmissies van het transaxle-type achter de motor en vierwielaandrijving",
"department": "Auto",
"material": "metalen",
"color": "levend wit",
"price": 103.92,
"currency": "USD",
"inStock": true,
"rating": 1.5
}
]Use it in code
Fetch the same Dutch data from the free API — no key needed during beta, up to 100 records per call:
curl "https://mock.wrapper-agency.com/api/v1/mock?type=product&count=10&locale=nl"Need thousands of rows at once? The bulk API returns up to 10,000 records per call.
FAQ
- Is the dutch fake product data generator data real?
- No. Every value is synthetic, generated with @faker-js/faker. There is no real personal data, so it is safe for testing, demos and committing to a repo (GDPR-friendly).
- How is this different from the default fake product data generator?
- Names, addresses, phone numbers and other locale-specific fields are generated using Dutch (nl) data, so they look native to that region instead of US English.
- How do I get this data in my code?
- Call the free API: GET https://mock.wrapper-agency.com/api/v1/mock?type=product&count=10&locale=nl. It returns a JSON array of Dutch records. Use ?seed=123 for deterministic output.
Fake Product Data Generator in other locales
German Fake Product Data Generator
de
French Fake Product Data Generator
fr
Spanish Fake Product Data Generator
es
Portuguese (Brazil) Fake Product Data Generator
pt_BR
Japanese Fake Product Data Generator
ja
Italian Fake Product Data Generator
it
MockForge generates fully synthetic data — no real personal information, ever.