Processed locally in your browser — not uploaded
Arabic Test Data Generator
Generate realistic-looking Arabic test data — full names in Arabic and Latin transliteration, phone numbers matching each country's real mobile numbering plan, example.com emails, cities, and company names — for Jordan, Saudi Arabia, the UAE, and Egypt. Set a seed to reproduce the same dataset later, or randomize for a fresh one. Export as JSON or CSV. Runs entirely in your browser.
| Name (AR) | Name (EN) | Gender | City | Phone | Company (AR) | Company (EN) | |
|---|---|---|---|---|---|---|---|
| نور حجازي | Noor Hijazi | female | Madaba | +962 78 109 1593 | noor.hijazi12@example.com | شركة الرواد | Al Rowad Co. |
| ياسمين ناصر | Yasmin Nasser | female | As-Salt | +962 78 684 6930 | yasmin.nasser54@example.com | شركة المتحدة | Al Muttahida Trading Co. |
| نور شاهين | Noor Shaheen | female | Madaba | +962 77 081 1568 | noor.shaheen21@example.com | مؤسسة الإبداع | Al Ibdaa Est. |
| ريم ناصر | Reem Nasser | female | Irbid | +962 77 339 1227 | reem.nasser86@example.com | شركة الاتحاد | Al Ittihad Co. |
| حسين خليل | Hussein Khalil | male | Madaba | +962 78 555 5252 | hussein.khalil22@example.com | مؤسسة الحديثة | Al Haditha Est. |
| فيصل صالح | Faisal Saleh | male | Amman | +962 78 260 0676 | faisal.saleh23@example.com | مؤسسة النجاح | Al Najah Est. |
| عمر منصور | Omar Mansour | male | Aqaba | +962 77 810 7133 | omar.mansour89@example.com | شركة المتحدة | Al Muttahida LLC |
| يوسف جابر | Yousef Jaber | male | Madaba | +962 77 490 4470 | yousef.jaber37@example.com | شركة الحديثة | Al Haditha Co. |
| أنس صالح | Anas Saleh | male | Zarqa | +962 79 998 0931 | anas.saleh14@example.com | مؤسسة الاتحاد | Al Ittihad Est. |
| ناصر الأمين | Nasser Al-Amin | male | Zarqa | +962 79 389 2444 | nasser.alamin82@example.com | مؤسسة المتحدة | Al Muttahida Est. |
How to use
- Pick a country — Jordan, Saudi Arabia, UAE, or Egypt. Phone numbers follow that country's real mobile numbering plan.
- Choose a gender filter and how many rows to generate.
- Optionally set a seed so the same dataset can be regenerated later, or click Regenerate for a fresh random set.
- Copy or download the result as JSON or CSV to seed a test database or QA fixtures.
Understanding the output
Each row is a synthetic Arabic name (with a Latin transliteration), phone number, email, city, and company — all fake, generated locally in your browser, never sent anywhere. Phone numbers match each country's real mobile prefix and digit-length rules, so they look structurally valid to client-side validation without belonging to a real subscriber. Emails use the example.com domain, reserved by RFC 2606 specifically so it never resolves to a real inbox.
Common issues & tips
- •This generates realistic-looking data, not demographically representative data — it's built for filling forms and databases during testing, not for statistical research.
- •Company names combine a real Arabic business-entity word (شركة/مؤسسة/مجموعة) with a generic brand word; they aren't checked against any real company registry, which is the point for fake test data.
Frequently asked questions
- Are these phone numbers real?
- No. Each number is randomly generated, but it follows the real mobile numbering plan for the selected country — the correct country code, a valid operator prefix, and the correct total digit count — so it looks structurally valid to client-side validation without belonging to a real subscriber.
- Will the generated emails actually receive mail?
- No. Every email uses the example.com domain, which RFC 2606 reserves specifically for documentation and testing so it never resolves to a real inbox.
- Can I get the same dataset again later?
- Yes. Set the same seed value and country/gender/row-count combination and you'll get an identical dataset, useful for reproducible test fixtures or bug reports.
- Is any of this sent to a server?
- No. Generation runs entirely in your browser; nothing is uploaded.
Related tools
Arabic Form Validation
Test inclusive or Arabic-only validation for names, phone numbers, and Arabic text with copyable JavaScript.
Arabic Slug Generator
Generate URL-safe slugs from Arabic text — Arabic-preserving or transliterated.
Arabic Developer Kit (RTL Snippets)
Copyable TypeScript functions, Next.js RTL layouts, and React BiDi isolation snippets.