French Fake Product Data Generator

Generate realistic fake products — names, SKUs, prices, ratings and stock — to seed an e-commerce catalog.

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

Generate now

Get this data from the API
curl "https://mock.wrapper-agency.com/api/v1/mock?type=product&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 (product, fr):

[
  {
    "id": "9220d9b0-fd32-4248-b649-2457c3890921",
    "name": "Licencié Plastique Savon",
    "sku": "YTA3OF4H",
    "description": "Bicyclette à 1 vitesse, pneus 1/2 ballon. Cadre de 52cm. Jantes chromées. Roue Hore.  Moyeux indéréglables. 2 freins sur jantes. Guidon trials. Garde-boue et couvre chaine en acier émaillé. Porte-bagages. Gardejupes. Pédales à blocs caoutchouc. Émail couleur. Selle route cuir. Sacoche avec outillage. Pompe de cadre. Timbre avertisseur.",
    "department": "Vêtements",
    "material": "Béton",
    "color": "pelure d'oignon",
    "price": 624.15,
    "currency": "USD",
    "inStock": true,
    "rating": 4.9
  },
  {
    "id": "9e130564-d548-42c1-9fc3-0dbbc151d951",
    "name": "Rustique Plastique Thon",
    "sku": "BQMVG4PR",
    "description": "Maillot en coton fin à rayures se boutonnant devant pour enfants.",
    "department": "Outils",
    "material": "Congelé",
    "color": "lilas",
    "price": 855.69,
    "currency": "USD",
    "inStock": true,
    "rating": 3.6
  },
  {
    "id": "36c3142e-cadc-42e8-9ce5-136dd086315f",
    "name": "Intelligent Coton Thon",
    "sku": "IPDYY9HA",
    "description": "Ce magnifique radio-phono comprend un excellent récepteur radioL'ensemble, dans une belle ébénisterie teintée palissandre, forme un très phonique 6 lampes et un tourne-disque de vitesses placé sous le couvercle. Beau meuble. Ce modèle, dont le montage particulièrement soigne assure un très bon rendement aussi bien en radio qu'en phono, est garanti mn an.",
    "department": "Automobile",
    "material": "Doux",
    "color": "jaune mimosa",
    "price": 103.92,
    "currency": "USD",
    "inStock": true,
    "rating": 1.5
  }
]

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

Fake Product Data Generator in other locales

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