Fake Data Generator avatar

Fake Data Generator

Pricing

Pay per usage

Go to Apify Store
Fake Data Generator

Fake Data Generator

Generate realistic fake/mock data: persons, emails, addresses, UUIDs, passwords, dates, credit cards, IPs, URLs, companies, phone numbers, lorem text, and custom schemas. Zero external dependencies for data generation. Supports EN/KR locales.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

2x lazymac

2x lazymac

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Generate realistic fake/mock data with zero external dependencies. Supports 15+ data types including persons, emails, addresses, UUIDs, passwords, dates, credit cards, IPs, URLs, companies, and custom schemas.

Features

  • Person profiles — full name, email, phone, address, company, avatar, birthDate (EN/KR locales)
  • Text — lorem ipsum words, sentences, paragraphs
  • Numbers — integers and floats with configurable range
  • Dates — past, future, or between two dates
  • UUIDs — v4 format
  • Colors — hex, rgb, hsl
  • Passwords — configurable length and complexity (low/medium/high)
  • Credit cards — test Visa/Mastercard patterns
  • IP addresses — v4 and v6
  • URLs — random realistic URLs
  • Companies — random company names
  • Emails — random email addresses
  • Phone numbers — US and KR formats
  • Addresses — US and KR formats
  • Custom schema — define your own structure using generator specs

Input

FieldTypeDefaultDescription
dataTypestringpersonType of data to generate
countinteger10Number of items (1-1000)
localestringenLocale: en or kr
textTypestringsentenceText type: words, sentence, paragraph
numberTypestringintNumber type: int or float
numberMininteger0Min value for numbers
numberMaxinteger100Max value for numbers
dateTypestringpastDate type: past, future, between
colorFormatstringhexColor format: hex, rgb, hsl
passwordLengthinteger16Password length (4-128)
passwordComplexitystringhighComplexity: low, medium, high
ipVersionstringv4IP version: v4 or v6
customSchemaobject{}Custom schema with generator specs

Custom Schema Specs

Use these as values in your custom schema object:

  • person.firstName, person.lastName, person.fullName, person.fullNameKr
  • person.email, person.phone, person.phoneKr
  • person.profile, person.profileKr
  • address, address.us, address.kr
  • company, text.word, text.sentence, text.paragraph
  • uuid, date, date.past, date.future
  • color.hex, color.rgb, color.hsl
  • password, creditCard, ip, ip.v6, url, boolean
  • number:MIN-MAX (e.g., number:18-65)
  • float:MIN-MAX (e.g., float:0-100)

Example Custom Schema

{
"customSchema": {
"name": "person.fullName",
"age": "number:18-65",
"email": "person.email",
"score": "float:0-100"
}
}

Output

Results are pushed to the default dataset. Each generated item is one dataset record.