Pricing
$3.00/month + usage
Synthetic Data Generator
Generate realistic fake data for testing and development. Create profiles, addresses, companies, and transactions using Faker. 50+ locales, deterministic mode, custom schemas.
Pricing
$3.00/month + usage
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
4
Total users
0
Monthly active users
5 months ago
Last modified
Categories
Share
๐ญ Generate realistic fake data for testing, development, and demos. Create thousands of profiles, addresses, companies, or transactions instantly using Faker.
๐ Apify Actor
๐ License: MIT
๐ฏ What This Actor Does
Generate unlimited realistic fake data without manual creation:
- User Profiles - Names, emails, phones, addresses, jobs
- Companies - Business names, industries, contact info
- Transactions - Payment records, amounts, statuses
- Products - E-commerce items with prices, SKUs
- Custom Schemas - Define your own data structure
๐ Use Cases
| Use Case | Description |
|---|---|
| Testing | Populate databases with realistic test data |
| Development | Build UIs with sample data before backend is ready |
| Demos | Create compelling product demos with realistic data |
| Load Testing | Generate thousands of records for stress tests |
| Privacy | Replace real customer data with fake equivalents |
| Training | Create datasets for ML model development |
๐ฅ Input Examples
Generate 1000 User Profiles
{"count":1000,"preset":"profiles","locale":"en_US"}
Generate German Companies
{"count":500,"preset":"companies","locale":"de_DE"}
Custom Schema
{"count":100,"preset":"custom","schema":{"order_id":"uuid4","customer_name":"name","product":"catch_phrase","quantity":"random_int(1, 10)","total":"pyfloat(min_value=10, max_value=500, right_digits=2)","status":"random_element(['pending', 'shipped', 'delivered'])"}}
โ๏ธ Configuration
| Parameter | Type | Default | Description |
|---|---|---|---|
count | integer | 100 | Number of records (1-100,000) |
locale | string | en_US | Language/region for data |
preset | string | profiles | Data template to use |
seed | integer | - | For reproducible results |
schema | object | - | Custom field definitions |
Available Presets
| Preset | Fields |
|---|---|
profiles | name, email, phone, address, job, company |
companies | name, industry, address, phone, website, employees |
addresses | street, city, state, postal_code, country, lat/lng |
transactions | id, amount, merchant, category, timestamp, status |
products | id, name, description, price, category, sku, rating |
users | id, username, email, created_at, role, is_active |
Supported Locales
๐บ๐ธ en_US, ๐ฌ๐ง en_GB, ๐ฉ๐ช de_DE, ๐ซ๐ท fr_FR, ๐ช๐ธ es_ES, ๐ฎ๐น it_IT, ๐ง๐ท pt_BR, ๐ฏ๐ต ja_JP, ๐จ๐ณ zh_CN, ๐ฐ๐ท ko_KR, ๐ท๐บ ru_RU, ๐ธ๐ฆ ar_SA, ๐ฎ๐ณ hi_IN, ๐ณ๐ฑ nl_NL, ๐ต๐ฑ pl_PL, ๐ธ๐ช sv_SE, ๐ฉ๐ฐ da_DK, ๐ซ๐ฎ fi_FI, ๐ณ๐ด no_NO, ๐น๐ท tr_TR
๐ค Output
{"_index":1,"first_name":"John","last_name":"Smith","email":"john.smith@example.com","phone":"+1-555-123-4567","birth_date":"1985-03-15","address":"123 Main St, Apt 4B","city":"New York","country":"United States","job":"Software Engineer","company":"Tech Corp"}
๐จ Custom Schema Field Types
Use any Faker provider:
{"name":"name","email":"email","phone":"phone_number","address":"address","company":"company","job":"job","text":"paragraph","date":"date","time":"time","uuid":"uuid4","url":"url","ip":"ipv4","price":"pricetag","boolean":"boolean","color":"color_name","country":"country","currency":"currency_code","credit_card":"credit_card_number","iban":"iban","random_number":"random_int(1, 100)","random_choice":"random_element(['A', 'B', 'C'])"}
๐ฐ Cost Estimation
| Records | Approx. Time | Compute Units |
|---|---|---|
| 1,000 | ~2 seconds | ~0.001 |
| 10,000 | ~5 seconds | ~0.003 |
| 100,000 | ~30 seconds | ~0.02 |
๐ง Technical Details
- Language: Python 3.12
- Library: Faker 24.x
- Memory: 128MB-512MB
- Speed: ~50,000 records/second
๐ License
MIT License - see LICENSE for details.
๐ช Apify Store Listing
Keywords: fake data generator, synthetic data, test data, Faker, mock data, sample data, dummy data, data generation, testing data, development data, random data generator
