Fake Company Data Generator

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

Generate now

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

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

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

[
  {
    "id": "0d9b0fd3-2248-4649-9245-7c3890921ffc",
    "name": "Wiegand LLC",
    "catchPhrase": "Compatible neutral hierarchy",
    "industry": "Beauty",
    "domain": "pastel-cleaner.biz",
    "email": "contact@pastel-cleaner.biz",
    "url": "https://pastel-cleaner.biz",
    "phone": "292.735.5197 x985",
    "employees": 46094,
    "foundedYear": 1956,
    "address": {
      "street": "13328 Goyette Mill",
      "city": "Port Araceliworth",
      "state": "Rhode Island",
      "zipCode": "08777",
      "country": "Bangladesh"
    }
  },
  {
    "id": "45bae71b-c8c7-4860-a10a-58e36c3142ec",
    "name": "Buckridge and Sons",
    "catchPhrase": "Synchronised secondary circuit",
    "industry": "Sports",
    "domain": "posh-final.biz",
    "email": "contact@posh-final.biz",
    "url": "https://posh-final.biz",
    "phone": "883-224-8805 x4213",
    "employees": 47146,
    "foundedYear": 1974,
    "address": {
      "street": "7399 Jess Fort",
      "city": "North Leonardo",
      "state": "Montana",
      "zipCode": "29214",
      "country": "Western Sahara"
    }
  },
  {
    "id": "aa81d520-9a08-43a2-bb6e-251ee4ad8831",
    "name": "Osinski - Ruecker",
    "catchPhrase": "Total modular flexibility",
    "industry": "Games",
    "domain": "everlasting-range.info",
    "email": "contact@everlasting-range.info",
    "url": "https://everlasting-range.info",
    "phone": "987.701.8601 x6015",
    "employees": 34596,
    "foundedYear": 1998,
    "address": {
      "street": "72376 Riverside",
      "city": "Augustusbury",
      "state": "Indiana",
      "zipCode": "93867",
      "country": "Lesotho"
    }
  }
]

Use it in code

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

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

FAQ

Is the 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 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. It returns a JSON array of records. Use ?seed=123 for deterministic output.
How many records can I generate?
Up to 100 per call for free, or up to 10,000 per call via the paid bulk API for agents and CI pipelines.

Other generators

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