Mock Data Generator β Fake Records as CSV/JSON
Pricing
from $0.001 / records generated
Mock Data Generator β Fake Records as CSV/JSON
Generate realistic fake people, companies and addresses as JSON or CSV with locale support. Seed databases, demos and tests without touching real personal data.
Pricing
from $0.001 / records generated
Rating
0.0
(0)
Developer
hiper soft
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 days ago
Last modified
Categories
Share
Mock Data Generator β Fake Records as CSV or JSON
Generate realistic fake people, companies and addresses as JSON or CSV, with locale support and reproducible seeds. Seed databases, build demos and run tests without touching real personal data.

What it does
- Generates realistic records β names, emails, phones, companies, addresses and more.
- Pick your fields, choose a locale, and export as JSON or CSV.
- Optional seed for reproducible output.
Use cases
- Development & QA β seed databases and test fixtures.
- Demos β populate a product with believable sample data.
- Design β fill mockups with realistic content.
Input
{ "count": 100, "format": "json", "locale": "en", "fields": ["id", "firstName", "lastName", "email", "company", "city", "country"] }
| Field | Type | Description |
|---|---|---|
count | integer | How many records. |
format | string | json or csv. |
locale | string | e.g. en, de, fr, es, ja. |
fields | array | Fields to include (see the input hint for the full list). |
seed | integer | Reproducible output (0 = random). |
Output

The full dataset is saved as mock-data.json / mock-data.csv in your key-value store; the dataset holds a summary row with a small sample.
{ "count": 100, "format": "json", "fields": ["id","firstName","lastName","email","company","city","country"], "resultUrl": "https://api.apify.com/v2/key-value-stores/.../records/mock-data.json" }
Output schema
| Field | Type | Description |
|---|---|---|
count | integer | Records generated. |
format | string | Output format. |
resultUrl | string (URL) | Link to the generated data file. |
FAQ
Which fields can I generate? id, names, email, phone, company, job title, full address, coordinates, price, product, colors, lorem, booleans, numbers and dates β see the input hint.
Can I automate it? Yes β via integrations on the Apify platform and the Apify API.
Notes
Original clean-room implementation. All data is randomly generated β not real people.