Spanish Fake Company Data Generator

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

This generator produces Spanish (es) 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=es"

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

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

[
  {
    "id": "0d9b0fd3-2248-4649-9245-7c3890921ffc",
    "name": "Viera S.L.",
    "catchPhrase": "Cara a cara móbil fidelidad",
    "industry": "Cine",
    "domain": "pastel-cleaner.com",
    "email": "contact@pastel-cleaner.com",
    "url": "https://pastel-cleaner.com",
    "phone": "909.263.551",
    "employees": 48480,
    "foundedYear": 2008,
    "address": {
      "street": "Solar Sergi Arreola s/n.",
      "city": "Lugo",
      "state": "Cantabria",
      "zipCode": "32832",
      "country": "Luxemburgo"
    }
  },
  {
    "id": "0dbbc151-d951-445b-9ae7-1bc8c786010a",
    "name": "Salas y Arenas",
    "catchPhrase": "Multi canal tiempo real complejidad",
    "industry": "Informática",
    "domain": "wrathful-sailor.com",
    "email": "contact@wrathful-sailor.com",
    "url": "https://wrathful-sailor.com",
    "phone": "920219868",
    "employees": 40184,
    "foundedYear": 1963,
    "address": {
      "street": "Muelle Samuel Escamilla s/n.",
      "city": "Ciudad Real",
      "state": "Castilla y León",
      "zipCode": "88054",
      "country": "Costa Rica"
    }
  },
  {
    "id": "5ff47440-9804-4e32-87f3-ac3b5aa81d52",
    "name": "Fajardo y Venegas",
    "catchPhrase": "Opcional multitarea Interfaz gráfico de usuario",
    "industry": "Juguetería",
    "domain": "glossy-legend.eus",
    "email": "contact@glossy-legend.eus",
    "url": "https://glossy-legend.eus",
    "phone": "961-639-131",
    "employees": 46235,
    "foundedYear": 2015,
    "address": {
      "street": "Polígono José Emilio, 30",
      "city": "Lérida",
      "state": "País Vasco",
      "zipCode": "63378",
      "country": "Tanzania"
    }
  }
]

Use it in code

Fetch the same Spanish 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=es"

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

FAQ

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

Fake Company Data Generator in other locales

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