Italian Fake Company Data Generator

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

This generator produces Italian (it) 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=it"

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

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

[
  {
    "id": "9b0fd322-4864-4924-a57c-3890921ffc41",
    "name": "Tufano, Perego e Mazzarella Group",
    "catchPhrase": "intermediaria compatibile Intelligenza artificiale",
    "industry": "Automotive",
    "domain": "crushing-backburn.org",
    "email": "contact@crushing-backburn.org",
    "url": "https://crushing-backburn.org",
    "phone": "+39 326 355 197",
    "employees": 46976,
    "foundedYear": 2017,
    "address": {
      "street": "Incrocio Bisconti 133",
      "city": "Settimo Ermenegildo",
      "state": "Cuneo",
      "zipCode": "51809",
      "country": "Saint Vincent and the Grenadines"
    }
  },
  {
    "id": "151d9514-5bae-471b-bc8c-786010a58e36",
    "name": "Adami s.r.l.",
    "catchPhrase": "dinamica bilanciata Data-warehouse",
    "industry": "Books",
    "domain": "sarcastic-rationale.org",
    "email": "contact@sarcastic-rationale.org",
    "url": "https://sarcastic-rationale.org",
    "phone": "+39 386 881 858",
    "employees": 44805,
    "foundedYear": 1973,
    "address": {
      "street": "Strada Gabriella 8",
      "city": "Sesto Fosca ligure",
      "state": "Biella",
      "zipCode": "39357",
      "country": "Guernsey"
    }
  },
  {
    "id": "9804e327-f3ac-43b5-aaa8-1d5209a083a2",
    "name": "Vanni-Criscenti SPA",
    "catchPhrase": "incrementale user-friendly Attitudine",
    "industry": "Games",
    "domain": "frivolous-edge.com",
    "email": "contact@frivolous-edge.com",
    "url": "https://frivolous-edge.com",
    "phone": "+98 26 8552089",
    "employees": 31656,
    "foundedYear": 1975,
    "address": {
      "street": "Rotonda Telchide 8",
      "city": "Bianchi lido",
      "state": "Trento",
      "zipCode": "60160",
      "country": "Canada"
    }
  }
]

Use it in code

Fetch the same Italian 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=it"

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

FAQ

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

Fake Company Data Generator in other locales

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