Moayyad Faris
Arabic Developer Tools

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)GenderCityPhoneEmailCompany (AR)Company (EN)
نور حجازيNoor HijazifemaleMadaba+962 78 109 1593noor.hijazi12@example.comشركة الروادAl Rowad Co.
ياسمين ناصرYasmin NasserfemaleAs-Salt+962 78 684 6930yasmin.nasser54@example.comشركة المتحدةAl Muttahida Trading Co.
نور شاهينNoor ShaheenfemaleMadaba+962 77 081 1568noor.shaheen21@example.comمؤسسة الإبداعAl Ibdaa Est.
ريم ناصرReem NasserfemaleIrbid+962 77 339 1227reem.nasser86@example.comشركة الاتحادAl Ittihad Co.
حسين خليلHussein KhalilmaleMadaba+962 78 555 5252hussein.khalil22@example.comمؤسسة الحديثةAl Haditha Est.
فيصل صالحFaisal SalehmaleAmman+962 78 260 0676faisal.saleh23@example.comمؤسسة النجاحAl Najah Est.
عمر منصورOmar MansourmaleAqaba+962 77 810 7133omar.mansour89@example.comشركة المتحدةAl Muttahida LLC
يوسف جابرYousef JabermaleMadaba+962 77 490 4470yousef.jaber37@example.comشركة الحديثةAl Haditha Co.
أنس صالحAnas SalehmaleZarqa+962 79 998 0931anas.saleh14@example.comمؤسسة الاتحادAl Ittihad Est.
ناصر الأمينNasser Al-AminmaleZarqa+962 79 389 2444nasser.alamin82@example.comمؤسسة المتحدةAl Muttahida Est.
10 rows · seed 1· regenerate with the same seed for the same dataset
01

How to use

  1. Pick a country — Jordan, Saudi Arabia, UAE, or Egypt. Phone numbers follow that country's real mobile numbering plan.
  2. Choose a gender filter and how many rows to generate.
  3. Optionally set a seed so the same dataset can be regenerated later, or click Regenerate for a fresh random set.
  4. Copy or download the result as JSON or CSV to seed a test database or QA fixtures.
02

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.

03

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