Fake Company Data Generator
Generate fake companies with names, domains, industries and addresses for B2B test fixtures and demos.
Generate now
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
Fake Person Data Generator
person
Fake Email Address Generator
email
Fake Name Generator
fullName
Fake Address Generator
address
UUID Generator
uuid
Fake Product Data Generator
product
Fake Credit Card Number Generator (Test)
creditCardFake
Fake Phone Number Generator
phoneNumber
MockForge generates fully synthetic data — no real personal information, ever.