MENA Local Trademark Registers
What it does
This tool queries the national trademark registers of MENA jurisdictions for marks that are registered only domestically and therefore not captured by WIPO's Global Brand Database. In the MENA region, a significant portion of trademark filings — especially by local companies and SMEs — are made through national IP offices without filing an international application under the Madrid System.
When a WIPO search is insufficient: A WIPO search covers international registrations designating a jurisdiction. It does not show marks filed and registered purely at the national level through the domestic procedure. For a complete clearance opinion in any MENA jurisdiction, both searches are mandatory.
Register overview by jurisdiction
KSA — Saudi Authority for Intellectual Property (SAIP)
- URL: https://saip.gov.sa
- Search interface: Arabic-primary; English transliteration search available for word marks
- Coverage: All marks registered or applied for in Saudi Arabia (both national filings and Madrid System designations)
- Nice classes: All 45 classes
- Opposition window: 30 days from gazette publication in Umm Al-Qura
- Term: 10 years, renewable
- Language of register: Arabic; English names are shown where provided
- API: Limited programmatic access; primarily web scraping
UAE — Ministry of Economy (Trademark Section)
- URL: https://www.moec.gov.ae (Trademark Registration portal)
- Search interface: English + Arabic; web-based; no open API
- Coverage: Mainland UAE filings; does not cover free zone–specific registrations
- Nice classes: All 45 classes
- Opposition window: 30 days from Federal Gazette publication
- Term: 10 years, renewable
- Free zone note: DIFC and JAFZA do not maintain separate trademark registers; mainland UAE registration suffices for free zone use
Egypt — Egyptian Patent Office (EPO) / Trademark Division
- URL: https://www.egipat.sci.eg (Egyptian Patent Office)
- Search interface: Limited web search; Arabic-only for many records
- Coverage: All Egyptian national trademark filings
- Nice classes: All 45 classes
- Opposition window: 60 days from publication in the Official Gazette
- Term: 10 years, renewable
- Key feature: Egypt has a trademark watching service via private agents; direct API access is limited
Lebanon — Ministry of Economy and Trade (MoE)
- URL: https://www.economy.gov.lb
- Search interface: Basic; Arabic + French; often requires in-person or agent search for definitive results
- Coverage: Marks filed at the MoE IP department
- Nice classes: All 45 classes
- Opposition window: 30 days from Official Gazette (al-Jarida al-Rasmiyya)
- Term: 15 years (Lebanon), renewable
- Data freshness: Backend system is inconsistently updated; physical file inspection at the MoE is recommended for critical matters
Bahrain — BCIP (Bahrain Center for Intellectual Property)
- URL: https://www.bcip.gov.bh
- Search: English + Arabic; web portal search available
- Term: 10 years, renewable; 6-month opposition window from gazette
Kuwait — Ministry of Commerce and Industry (Patents & Trademarks Department)
Oman — Ministry of Commerce, Industry and Investment Promotion (Trademark Division)
Qatar — Trademark Department, Ministry of Commerce and Industry
Setup / auth
Most MENA national IP offices do not expose public APIs. The tool operates through:
- Programmatic web scraping where terms of service permit
- Agent network integration — for tenants with relationships with in-country IP agents, the tool can dispatch a search request and ingest the returned report
- Manual upload — where the user's agent provides a search certificate, the tool parses and indexes it
| Parameter |
Description |
Required |
markText |
Word mark or transliteration to search |
Yes for word marks |
niceClasses |
Comma-separated class numbers (e.g., "9,35,42") |
Recommended |
jurisdiction |
One or more MENA jurisdiction codes |
Yes |
deviceMark |
Image file for device mark search |
Conditional |
proprietorName |
Owner name for portfolio lookup |
Conditional |
Capabilities
Clearance search
Input: {
markText: "NOVA",
niceClasses: [9, 35, 42],
jurisdictions: ["KSA", "UAE", "EG"]
}
Output: {
KSA: { hits: [...], pending: [...], gaps: [...] },
UAE: { hits: [...], pending: [...], gaps: [...] },
EG: { hits: [...], pending: [...], gaps: [...] }
}
Each hit includes: mark text/image, owner, Nice classes, status, filing date, registration date, expiry date, and register URL.
Portfolio watch
Monitor registered marks for similar new filings:
Input: { markText: "NOVA", niceClasses: [9], watchJurisdictions: ["KSA", "UAE"] }
Output: New applications in gazette since last watch date
Opposition deadline tracker
For marks currently in the opposition window — calculate opposition filing deadlines per jurisdiction.
Arabic script search considerations
Word marks in Arabic require special handling:
- Transliteration variants: "محمد" can be transliterated as Muhammad, Mohammed, Mohammad — search all variants
- Root/stem matching: Arabic morphology means "عمل" (work) and "أعمال" (business) share a root; semantic similarity must be checked
- Bilingual marks: A mark filed in both Arabic and Latin script needs both searched
- Diacritics (tashkeel): Marks are usually filed without diacritics; search with and without
Nice Class quick-reference for MENA filings
The following Nice classes are most frequently relevant in MENA transactions:
| Class |
Coverage |
Common MENA context |
| 9 |
Software, apps, electronics |
Tech / fintech startups |
| 35 |
Business services, advertising |
Management consulting |
| 36 |
Financial, insurance |
Banks, financial services |
| 41 |
Education |
EdTech |
| 42 |
Technology services, SaaS |
Cloud / IT |
| 43 |
Hospitality, food |
F&B, hotels |
| 45 |
Legal services, security |
Law firms |
Clearance opinion workflow
A complete MENA trademark clearance typically involves:
- WIPO search via [[tool-wipo-trademark-search]] — captures Madrid registrations
- National register searches via this tool — captures domestic-only filings
- Common law / unregistered mark check — web search for prior business use
- Distinctiveness analysis — assess inherent registrability
- Risk matrix — color-coded by class and jurisdiction
- Clearance opinion — draft the legal opinion or memo
Permissions & safety
- Search results are advisory; always confirm with an in-country trademark agent for filing or opposition decisions.
- Do not represent a clearance search as exhaustive unless both WIPO and all relevant national registers have been queried.
- Device (image) mark searches are approximate — similarity analysis for device marks requires visual assessment and should be escalated to an IP attorney.
Failure modes
| Failure |
Symptom |
Resolution |
| No API / scraping blocked |
Empty result |
Route to agent network; flag to user |
| Arabic encoding error |
Garbled Arabic text |
Use UTF-8 encoding; try transliteration search |
| Register maintenance |
Offline |
Retry; note timestamp gap in report |
| Outdated data |
Results lag by days/weeks |
Confirm with in-country agent for pending applications |
Related skills
- [[tool-wipo-trademark-search]] — Madrid System and international registration search; always pair with this tool
- [[research-precedent-finder]] — trademark opposition decisions and MENA IP case law
- [[draft-trademark-assignment]] — draft the assignment agreement once clearance is confirmed
1---2name: tool-local-trademark-registers3description: Use when performing trademark clearance, conflict checks, or portfolio monitoring in MENA jurisdictions where WIPO's Global Brand Database does not capture purely national filings. Queries the local trademark registers of KSA (SAIP), UAE (Ministry of Economy), Egypt (EPO), Lebanon (MoE), and other GCC national offices. Always pair with WIPO search for Madrid System and international registrations. Triggers on IP clearance, brand registration, or trademark watching requests for MENA markets.4license: MIT5---67# MENA Local Trademark Registers89## What it does1011This tool queries the national trademark registers of MENA jurisdictions for marks that are registered only domestically and therefore not captured by WIPO's Global Brand Database. In the MENA region, a significant portion of trademark filings — especially by local companies and SMEs — are made through national IP offices without filing an international application under the Madrid System.1213**When a WIPO search is insufficient**: A WIPO search covers international registrations designating a jurisdiction. It does not show marks filed and registered purely at the national level through the domestic procedure. For a complete clearance opinion in any MENA jurisdiction, both searches are mandatory.1415## Register overview by jurisdiction1617### KSA — Saudi Authority for Intellectual Property (SAIP)18- **URL**: https://saip.gov.sa19- **Search interface**: Arabic-primary; English transliteration search available for word marks20- **Coverage**: All marks registered or applied for in Saudi Arabia (both national filings and Madrid System designations)21- **Nice classes**: All 45 classes22- **Opposition window**: 30 days from gazette publication in Umm Al-Qura23- **Term**: 10 years, renewable24- **Language of register**: Arabic; English names are shown where provided25- **API**: Limited programmatic access; primarily web scraping2627### UAE — Ministry of Economy (Trademark Section)28- **URL**: https://www.moec.gov.ae (Trademark Registration portal)29- **Search interface**: English + Arabic; web-based; no open API30- **Coverage**: Mainland UAE filings; does **not** cover free zone–specific registrations31- **Nice classes**: All 45 classes32- **Opposition window**: 30 days from Federal Gazette publication33- **Term**: 10 years, renewable34- **Free zone note**: DIFC and JAFZA do not maintain separate trademark registers; mainland UAE registration suffices for free zone use3536### Egypt — Egyptian Patent Office (EPO) / Trademark Division37- **URL**: https://www.egipat.sci.eg (Egyptian Patent Office)38- **Search interface**: Limited web search; Arabic-only for many records39- **Coverage**: All Egyptian national trademark filings40- **Nice classes**: All 45 classes41- **Opposition window**: 60 days from publication in the Official Gazette42- **Term**: 10 years, renewable43- **Key feature**: Egypt has a trademark watching service via private agents; direct API access is limited4445### Lebanon — Ministry of Economy and Trade (MoE)46- **URL**: https://www.economy.gov.lb47- **Search interface**: Basic; Arabic + French; often requires in-person or agent search for definitive results48- **Coverage**: Marks filed at the MoE IP department49- **Nice classes**: All 45 classes50- **Opposition window**: 30 days from Official Gazette (al-Jarida al-Rasmiyya)51- **Term**: 15 years (Lebanon), renewable52- **Data freshness**: Backend system is inconsistently updated; physical file inspection at the MoE is recommended for critical matters5354### Bahrain — BCIP (Bahrain Center for Intellectual Property)55- **URL**: https://www.bcip.gov.bh56- **Search**: English + Arabic; web portal search available57- **Term**: 10 years, renewable; 6-month opposition window from gazette5859### Kuwait — Ministry of Commerce and Industry (Patents & Trademarks Department)60- **URL**: https://www.moci.gov.kw61- **Search**: Arabic-primary; limited English search62- **Term**: 10 years, renewable6364### Oman — Ministry of Commerce, Industry and Investment Promotion (Trademark Division)65- **URL**: https://www.mociip.gov.om66- **Search**: Arabic + English; web portal search67- **Term**: 10 years, renewable6869### Qatar — Trademark Department, Ministry of Commerce and Industry70- **URL**: https://www.moci.gov.qa71- **Search**: Arabic + English72- **Term**: 10 years, renewable7374## Setup / auth7576Most MENA national IP offices do not expose public APIs. The tool operates through:771. **Programmatic web scraping** where terms of service permit782. **Agent network integration** — for tenants with relationships with in-country IP agents, the tool can dispatch a search request and ingest the returned report793. **Manual upload** — where the user's agent provides a search certificate, the tool parses and indexes it8081| Parameter | Description | Required |82|-----------|-------------|----------|83| `markText` | Word mark or transliteration to search | Yes for word marks |84| `niceClasses` | Comma-separated class numbers (e.g., "9,35,42") | Recommended |85| `jurisdiction` | One or more MENA jurisdiction codes | Yes |86| `deviceMark` | Image file for device mark search | Conditional |87| `proprietorName` | Owner name for portfolio lookup | Conditional |8889## Capabilities9091### Clearance search92```93Input: {94 markText: "NOVA",95 niceClasses: [9, 35, 42],96 jurisdictions: ["KSA", "UAE", "EG"]97}98Output: {99 KSA: { hits: [...], pending: [...], gaps: [...] },100 UAE: { hits: [...], pending: [...], gaps: [...] },101 EG: { hits: [...], pending: [...], gaps: [...] }102}103```104105Each hit includes: mark text/image, owner, Nice classes, status, filing date, registration date, expiry date, and register URL.106107### Portfolio watch108Monitor registered marks for similar new filings:109```110Input: { markText: "NOVA", niceClasses: [9], watchJurisdictions: ["KSA", "UAE"] }111Output: New applications in gazette since last watch date112```113114### Opposition deadline tracker115For marks currently in the opposition window — calculate opposition filing deadlines per jurisdiction.116117## Arabic script search considerations118119Word marks in Arabic require special handling:120- **Transliteration variants**: "محمد" can be transliterated as Muhammad, Mohammed, Mohammad — search all variants121- **Root/stem matching**: Arabic morphology means "عمل" (work) and "أعمال" (business) share a root; semantic similarity must be checked122- **Bilingual marks**: A mark filed in both Arabic and Latin script needs both searched123- **Diacritics (tashkeel)**: Marks are usually filed without diacritics; search with and without124125## Nice Class quick-reference for MENA filings126127The following Nice classes are most frequently relevant in MENA transactions:128129| Class | Coverage | Common MENA context |130|-------|----------|---------------------|131| 9 | Software, apps, electronics | Tech / fintech startups |132| 35 | Business services, advertising | Management consulting |133| 36 | Financial, insurance | Banks, financial services |134| 41 | Education | EdTech |135| 42 | Technology services, SaaS | Cloud / IT |136| 43 | Hospitality, food | F&B, hotels |137| 45 | Legal services, security | Law firms |138139## Clearance opinion workflow140141A complete MENA trademark clearance typically involves:1421. **WIPO search** via [[tool-wipo-trademark-search]] — captures Madrid registrations1432. **National register searches** via this tool — captures domestic-only filings1443. **Common law / unregistered mark check** — web search for prior business use1454. **Distinctiveness analysis** — assess inherent registrability1465. **Risk matrix** — color-coded by class and jurisdiction1476. **Clearance opinion** — draft the legal opinion or memo148149## Permissions & safety150151- Search results are advisory; always confirm with an in-country trademark agent for filing or opposition decisions.152- Do not represent a clearance search as exhaustive unless both WIPO and all relevant national registers have been queried.153- Device (image) mark searches are approximate — similarity analysis for device marks requires visual assessment and should be escalated to an IP attorney.154155## Failure modes156157| Failure | Symptom | Resolution |158|---------|---------|------------|159| No API / scraping blocked | Empty result | Route to agent network; flag to user |160| Arabic encoding error | Garbled Arabic text | Use UTF-8 encoding; try transliteration search |161| Register maintenance | Offline | Retry; note timestamp gap in report |162| Outdated data | Results lag by days/weeks | Confirm with in-country agent for pending applications |163164## Related skills165166- [[tool-wipo-trademark-search]] — Madrid System and international registration search; always pair with this tool167- [[research-precedent-finder]] — trademark opposition decisions and MENA IP case law168- [[draft-trademark-assignment]] — draft the assignment agreement once clearance is confirmed