Mock Data Generator β€” Fake Records as CSV/JSON avatar

Mock Data Generator β€” Fake Records as CSV/JSON

Pricing

from $0.001 / records generated

Go to Apify Store
Mock Data Generator β€” Fake Records as CSV/JSON

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

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

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.

Mock Data Generator input β€” configure the options in the Apify Console

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"] }
FieldTypeDescription
countintegerHow many records.
formatstringjson or csv.
localestringe.g. en, de, fr, es, ja.
fieldsarrayFields to include (see the input hint for the full list).
seedintegerReproducible output (0 = random).

Output

Mock Data Generator output β€” the results as a clean dataset

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

FieldTypeDescription
countintegerRecords generated.
formatstringOutput format.
resultUrlstring (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.