Dutch Fake Company Data Generator

Generate fake companies with names, domains, industries and addresses for B2B test fixtures and demos.

This generator produces Dutch (nl) localized data — region-appropriate names, addresses and formats. Need US English? Use the default Fake Company Data Generator.

Generate now

Get this data from the API
curl "https://mock.wrapper-agency.com/api/v1/mock?type=company&count=10&locale=nl"

Free mock-data API — no key during beta, up to 100 records per call. Need bulk (up to 10,000)? Use the paid endpoint. Data is fully synthetic — no real PII.

Example output (Dutch)

A small sample of the JSON this generator returns (company, nl):

[
  {
    "id": "0d9b0fd3-2248-4649-9245-7c3890921ffc",
    "name": "van der Meer V.O.F.",
    "catchPhrase": "Compatible neutral hierarchy",
    "industry": "Beauty",
    "domain": "pastel-cleaner.com",
    "email": "contact@pastel-cleaner.com",
    "url": "https://pastel-cleaner.com",
    "phone": "0092635519",
    "employees": 38757,
    "foundedYear": 2020,
    "address": {
      "street": "de Graafdijk 2",
      "city": "Heemsenmaes",
      "state": "Gelderland",
      "zipCode": "8325 DU",
      "country": "Bahama's"
    }
  },
  {
    "id": "c151d951-45ba-4e71-9bc8-c786010a58e3",
    "name": "van Veen, Jansen and Aalbers",
    "catchPhrase": "Robust data-driven approach",
    "industry": "Films",
    "domain": "submissive-printer.nl",
    "email": "contact@submissive-printer.nl",
    "url": "https://submissive-printer.nl",
    "phone": "(0986) 881858",
    "employees": 44805,
    "foundedYear": 1973,
    "address": {
      "street": "Finnweg 805 II",
      "city": "Empelbergen",
      "state": "Groningen",
      "zipCode": "9357 JZ",
      "country": "Wallis en Futuna"
    }
  },
  {
    "id": "804e327f-3ac3-4b5a-9a81-d5209a083a2b",
    "name": "Vink - Meeuwis",
    "catchPhrase": "Upgradable client-server flexibility",
    "industry": "Beauty",
    "domain": "fond-analogy.net",
    "email": "contact@fond-analogy.net",
    "url": "https://fond-analogy.net",
    "phone": "+31682685520",
    "employees": 44861,
    "foundedYear": 2017,
    "address": {
      "street": "Moorsweg 987 I",
      "city": "Bilt",
      "state": "Flevoland",
      "zipCode": "9601 RA",
      "country": "Canada"
    }
  }
]

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=company&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 company 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 company 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=company&count=10&locale=nl. It returns a JSON array of Dutch records. Use ?seed=123 for deterministic output.

Fake Company Data Generator in other locales

MockForge generates fully synthetic data — no real personal information, ever.