Fake Random User Generator avatar

Fake Random User Generator

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Fake Random User Generator

Fake Random User Generator

Generates realistic fake user profiles using the RandomUser.me API. Perfect for populating test databases, prototyping UIs, load testing, and demo data. No API key required.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

🎭 Fake Random User Generator β€” Apify Actor

Generates realistic fake user profiles using the RandomUser.me API. Perfect for populating test databases, prototyping UIs, load testing, and demo data. No API key required.

Features

  • Bulk generation β€” up to 5,000 users per run.
  • 21 nationalities β€” AU, BR, CA, CH, DE, DK, ES, FI, FR, GB, IE, IN, IR, MX, NL, NO, NZ, RS, TR, UA, US.
  • Gender filter β€” male only, female only, or mixed.
  • Age range β€” filter by minimum/maximum age (smart over-fetching to hit the target count).
  • Password rules β€” control character sets (upper, lower, number, special) and length range.
  • Field selection β€” include or exclude specific data categories.
  • Reproducible seeds β€” same seed = identical users every run.
  • 3 output formats β€” flat (spreadsheet-ready), nested (JSON-native), minimal (essentials only).
  • Sequential IDs β€” optional auto-incrementing ID on each record.

Input Example

{
"userCount": 500,
"gender": "both",
"nationalities": ["US", "GB", "DE", "FR"],
"minAge": 25,
"maxAge": 45,
"passwordCharsets": ["upper", "lower", "number", "special"],
"passwordMinLength": 12,
"passwordMaxLength": 20,
"outputFormat": "flat",
"seed": "my-test-seed",
"addSequentialId": true
}

Output Fields

Flat Format (default)

FieldExample
id1
genderfemale
titleMs
first_nameSarah
last_nameJohnson
full_nameMs Sarah Johnson
emailsarah.johnson@example.com
phone(555) 123-4567
cell(555) 987-6543
nationalityUS
street_number4280
street_nameMaple Ave
cityPortland
stateOregon
countryUnited States
postcode97201
latitude45.5231
longitude-122.6765
timezone_offset-8:00
timezone_descriptionPacific Time
usernamegoldenfish842
passwordxK9#mPq2vL
password_md5a1b2c3d4…
password_sha1e5f6a7b8…
password_sha256c9d0e1f2…
uuid7c8d9e0f-…
date_of_birth1988-03-15T12:00:00.000Z
age37
registered_date2015-06-20T08:30:00.000Z
registered_age10
id_nameSSN
id_value123-45-6789
picture_largehttps://randomuser.me/api/portraits/women/42.jpg
picture_mediumhttps://…/med/women/42.jpg
picture_thumbnailhttps://…/thumb/women/42.jpg

Minimal Format

Only: full_name, email, phone, cell, gender, age, city, state, country, postcode, username, nationality.

Nested Format

Original RandomUser.me JSON structure with name{}, location{}, login{}, dob{}, registered{}, id{}, picture{} sub-objects.

Use Cases

  • QA / Testing β€” populate a staging database with thousands of realistic profiles.
  • UI Prototyping β€” fill dashboards, user lists, and admin panels with demo data.
  • Load Testing β€” generate large datasets for performance benchmarking.
  • Workshops & Tutorials β€” demo data for teaching data analysis or web development.
  • Privacy-Safe Demos β€” present realistic-looking data without any real PII.