Japanese Fake Company Data Generator

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

This generator produces Japanese (ja) 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=ja"

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

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

[
  {
    "id": "d9b0fd32-2486-4492-8457-c3890921ffc4",
    "name": "株式会社石黒製薬",
    "catchPhrase": "Public-key holistic artificial intelligence",
    "industry": "Health",
    "domain": "cuddly-clavicle.biz",
    "email": "contact@cuddly-clavicle.biz",
    "url": "https://cuddly-clavicle.biz",
    "phone": "09263-5-5197",
    "employees": 46976,
    "foundedYear": 2017,
    "address": {
      "street": "6丁目9番1号",
      "city": "北弘子区",
      "state": "東京都",
      "zipCode": "832-5180",
      "country": "ザンビア"
    }
  },
  {
    "id": "151d9514-5bae-471b-bc8c-786010a58e36",
    "name": "菊地ガス株式会社",
    "catchPhrase": "Ergonomic asynchronous definition",
    "industry": "Books",
    "domain": "sarcastic-rationale.net",
    "email": "contact@sarcastic-rationale.net",
    "url": "https://sarcastic-rationale.net",
    "phone": "08-6881-8588",
    "employees": 15901,
    "foundedYear": 1958,
    "address": {
      "street": "3丁目4番8号",
      "city": "佐々木町",
      "state": "長野県",
      "zipCode": "213-9357",
      "country": "グアテマラ"
    }
  },
  {
    "id": "9804e327-f3ac-43b5-aaa8-1d5209a083a2",
    "name": "渡邊印刷合資会社",
    "catchPhrase": "Implemented value-added benchmark",
    "industry": "Games",
    "domain": "frivolous-edge.biz",
    "email": "contact@frivolous-edge.biz",
    "url": "https://frivolous-edge.biz",
    "phone": "09826-8-5520",
    "employees": 44861,
    "foundedYear": 2017,
    "address": {
      "street": "6丁目4番4号",
      "city": "港岩瀬村",
      "state": "鳥取県",
      "zipCode": "018-6016",
      "country": "アフガニスタン"
    }
  }
]

Use it in code

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

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

FAQ

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

Fake Company Data Generator in other locales

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