VOOZH about

URL: https://apify.com/moving_beacon-owner1/fake-random-user-generator

โ‡ฑ Fake Random User Generator ยท Apify


Pricing

from $10.00 / 1,000 results

Go to Apify Store

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

3

Total users

0

Monthly active users

2 months 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.

You might also like

Random User Generator Scraper

crawlerbros/random-user-scraper

Generate realistic random user profiles from randomuser.me's public API. Filter by nationality, gender, or password rules. Returns name, email, location, phone, picture, and more. No API key required. Perfect for generating test data and mock datasets.

Random User Generator

calm_necessity/random-user-generator-apify

Random user generated for graphic designing and testing

๐Ÿ‘ User avatar

Taher Ali Badnawarwala

3

Fake Test Data Generator

automation-lab/fake-test-data-generator

Generate bulk fake/test data using @faker-js/faker. Create realistic persons, addresses, companies, finance records, and internet profiles. 50+ locales, reproducible seeds, 50 field types.

๐Ÿ‘ User avatar

Stas Persiianenko

3