Fake Random User Generator
Pricing
from $10.00 / 1,000 results
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
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
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)
| Field | Example |
|---|---|
id | 1 |
gender | female |
title | Ms |
first_name | Sarah |
last_name | Johnson |
full_name | Ms Sarah Johnson |
email | sarah.johnson@example.com |
phone | (555) 123-4567 |
cell | (555) 987-6543 |
nationality | US |
street_number | 4280 |
street_name | Maple Ave |
city | Portland |
state | Oregon |
country | United States |
postcode | 97201 |
latitude | 45.5231 |
longitude | -122.6765 |
timezone_offset | -8:00 |
timezone_description | Pacific Time |
username | goldenfish842 |
password | xK9#mPq2vL |
password_md5 | a1b2c3d4β¦ |
password_sha1 | e5f6a7b8β¦ |
password_sha256 | c9d0e1f2β¦ |
uuid | 7c8d9e0f-β¦ |
date_of_birth | 1988-03-15T12:00:00.000Z |
age | 37 |
registered_date | 2015-06-20T08:30:00.000Z |
registered_age | 10 |
id_name | SSN |
id_value | 123-45-6789 |
picture_large | https://randomuser.me/api/portraits/women/42.jpg |
picture_medium | https://β¦/med/women/42.jpg |
picture_thumbnail | https://β¦/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.