French Fake Company Data Generator

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

This generator produces French (fr) 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=fr"

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 (French)

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

[
  {
    "id": "0d9b0fd3-2248-4649-9245-7c3890921ffc",
    "name": "Sanchez et Nicolas",
    "catchPhrase": "Compatible neutral hierarchy",
    "industry": "Bijoux",
    "domain": "minuscule-responsable.eu",
    "email": "contact@minuscule-responsable.eu",
    "url": "https://minuscule-responsable.eu",
    "phone": "0709263551",
    "employees": 48480,
    "foundedYear": 2008,
    "address": {
      "street": "9 Quai Du Sommerard",
      "city": "Aubervilliers",
      "state": "Bourgogne",
      "zipCode": "03328",
      "country": "Guatemala"
    }
  },
  {
    "id": "c30dbbc1-51d9-4514-85ba-e71bc8c78601",
    "name": "Legrand et Carpentier",
    "catchPhrase": "Profit-focused eco-centric instruction set",
    "industry": "Sports",
    "domain": "sincere-diplomate.org",
    "email": "contact@sincere-diplomate.org",
    "url": "https://sincere-diplomate.org",
    "phone": "0447202198",
    "employees": 31671,
    "foundedYear": 2015,
    "address": {
      "street": "2 Place de Nesle",
      "city": "Saint-Étienne",
      "state": "Poitou-Charentes",
      "zipCode": "31248",
      "country": "Suriname"
    }
  },
  {
    "id": "f58b5ff4-7440-4980-84e3-27f3ac3b5aa8",
    "name": "Leclerc et Guyot",
    "catchPhrase": "Stand-alone empowering circuit",
    "industry": "Automobile",
    "domain": "dynamique-jeune-enfant.fr",
    "email": "contact@dynamique-jeune-enfant.fr",
    "url": "https://dynamique-jeune-enfant.fr",
    "phone": "+33 260526163",
    "employees": 46837,
    "foundedYear": 1960,
    "address": {
      "street": "298 Rue de la Pompe",
      "city": "Saint-Maur-des-Fossés",
      "state": "Languedoc-Roussillon",
      "zipCode": "52089",
      "country": "Nouvelle-Zélande"
    }
  }
]

Use it in code

Fetch the same French 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=fr"

Need thousands of rows at once? The bulk API returns up to 10,000 records per call.

FAQ

Is the french 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 French (fr) 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=fr. It returns a JSON array of French records. Use ?seed=123 for deterministic output.

Fake Company Data Generator in other locales

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