Connector — WIPO Trademark (Global Brand Database)
What it does
The WIPO Global Brand Database aggregates trademark data from multiple national and international sources into a single searchable interface. The connector provides programmatic access to trademark searches as part of IP due diligence, clearance, and portfolio management workflows.
Coverage includes:
- International registrations under the Madrid System (WIPO-administered, ~130 member states including all major MENA jurisdictions).
- National trademark data from many participating IP offices (including USPTO, EUIPO, UK IPO, and selected MENA offices).
- Appellations of origin (geographical indications).
Key use cases:
- Clearance search before filing a new trademark application.
- Due diligence on a brand acquisition — identifying registered marks that could conflict.
- Infringement triage — checking whether a competitor's mark is registered and in what classes/jurisdictions.
- Portfolio monitoring — tracking the status of a client's existing international registrations.
- Madrid Protocol filing prep — confirming home-jurisdiction base registration before an international extension.
Setup / auth
The WIPO Brand Database API (branddb.wipo.int/branddb/api) is a public API with no authentication requirement for basic searches.
However:
- Rate limits apply: implement a 1-second delay between requests to respect WIPO guidance.
- For high-volume searches (e.g., bulk portfolio monitoring), request a higher-quota access token from WIPO.
- Cache search results for 24 hours for non-urgent queries — trademark status changes infrequently.
Understanding the search parameters
| Parameter |
Description |
Legal significance |
| Mark text |
Word mark, transliteration, or phonetic equivalent |
Search exact and similar marks |
| Owner/holder |
Individual or entity name |
Portfolio searches; ownership verification |
| Nice class |
International Classification of Goods and Services (1–45) |
Scope of protection |
| Vienna code |
Figurative element classification |
For device/logo marks |
| Jurisdiction |
Country or WIPO member designation |
Geographic scope |
| Filing date range |
Date of first filing |
Seniority / priority date |
| Status |
Registered, expired, pending, opposed |
Active vs lapsed rights |
Nice classification — key classes for MENA legal-AI context
| Class |
Goods/services |
Relevance |
| 9 |
Software, apps, electronic products |
Legal-tech software trademark |
| 35 |
Business services, data processing |
Legal-ops SaaS services |
| 36 |
Financial, insurance, legal services |
Financial services — note: legal services are in Class 45 |
| 41 |
Education, publishing |
Legal training platforms |
| 42 |
Scientific and technological services, IT |
Technology services |
| 45 |
Legal services, security services |
All legal-service trademarks belong here |
For a legal-AI platform, the most relevant classes are 9, 35, 42, and 45. A comprehensive trademark search for a legal-AI brand should check all four.
Usage patterns
Pattern 1 — Brand clearance before product launch
User: "Clear the brand 'LawPilot' for a UAE-based legal-AI SaaS"
→ Search WIPO Global Brand Database:
- Mark: "LawPilot" (exact + phonetically similar)
- Classes: 9, 35, 42, 45
- Jurisdictions: UAE, GCC, international (Madrid Protocol designations including UAE)
→ Return:
- Exact matches: list with owner, class, status, filing date
- Phonetically similar: "LawPilot" vs "Law Pilot" vs "LoPilot"
- Recommendation: proceed / caution / high-risk (based on hits)
Pattern 2 — M&A brand due diligence
Before acquiring a company or brand:
- Retrieve all trademarks filed by or licensed to the target entity.
- Identify any registered marks in the relevant jurisdictions.
- Check for marks due for renewal (expiring in the next 12 months).
- Flag any opposition proceedings or cancellation actions noted in the status field.
Pattern 3 — Madrid Protocol application — base registration check
For a Lebanese company wanting to extend its trademark internationally via Madrid Protocol:
- Confirm the base registration in Lebanon (via OEAP — Office de la Propriété Intellectuelle).
- Retrieve existing international designations (which countries the mark is already protected in).
- Identify target designation countries for the new application.
Note: WIPO Global Brand Database has varying coverage of Lebanese national trademark records. For authoritative Lebanese trademark search, [[connector-legal-data-hunter]] may provide better OEAP data.
Pattern 4 — Competitor trademark monitoring
For a client concerned about brand infringement:
- Set up a periodic search (via [[connector-scheduled-tasks]]) for new trademark filings with:
- Mark text similar to the client's brand.
- Relevant Nice classes.
- Target jurisdictions.
- Alert when a new application or registration is found that warrants review.
Pattern 5 — Arabic brand transliteration check
For MENA brands, a trademark in Arabic script may also need protection for its transliterated Latin form (and vice versa). Search:
- Arabic script version.
- Most common Latin transliteration(s).
- Phonetic equivalents.
For example, the brand "حقوق" (Arabic for "rights") should also be checked as "Hquq," "Huquq," and "Huqqouq" across relevant jurisdictions.
MENA trademark landscape
| Jurisdiction |
Registry |
Notes |
| UAE |
UAE Ministry of Economy (MoE) trademark registry |
UAE is a Madrid Protocol member; national and international registrations covered |
| KSA |
SAIP (Saudi Authority for Intellectual Property) |
Madrid Protocol member since 2020 |
| Lebanon |
OEAP (Office de la Propriété Intellectuelle) |
Limited digital infrastructure; WIPO coverage of Lebanese data is partial |
| Egypt |
ITDA (Intellectual Property Rights Department) |
WIPO coverage partial; in-country search recommended for clearance |
| DIFC |
UK/EU registrations are recognized in practice; no separate DIFC trademark registry |
DIFC-registered IP rights follow the underlying registration |
| ADGM |
As DIFC |
No separate ADGM registry |
| GCC |
No unified GCC trademark system; each state registers separately |
Filing in all 6 GCC states individually, or via Madrid System |
For MENA trademark matters, WIPO Global Brand Database is a starting point, not a complete clearance. National registry searches (particularly for UAE MoE and SAIP) should be conducted separately for comprehensive clearance opinions.
Limits & professional responsibility
- WIPO search ≠ clearance opinion. A "no results" from the WIPO Brand Database does not mean a mark is free to use. It means no international registrations or covered national registrations were found. Unregistered but well-known marks (particularly relevant under UAE and Lebanon law) can also create rights. A qualified IP lawyer must sign off on any clearance opinion.
- Coverage gaps. Not all MENA national registries are fully indexed in the WIPO database. Advise the client that a local registry search is necessary for UAE, KSA, Egypt, and Lebanon.
- Language and script. Arabic-script searches require the Arabic text, not just a transliteration.
Failure modes
| Failure |
Cause |
Resolution |
| No results for Arabic mark |
Query sent in Latin only |
Re-run with Arabic script; add transliterations |
| Stale status |
Mark recently expired or renewed; database not yet updated |
Note retrieval date; advise direct verification with the registry |
| Rate limited |
Too many rapid queries |
Implement per-query delay; queue bulk searches |
| Jurisdiction not covered |
Some national registries not included |
Note coverage gap; recommend local IP agent for the specific jurisdiction |
Related skills
- [[connector-eur-lex]]
- [[connector-companies-house-uk]]
- [[connector-sec-edgar]]
- [[connector-legal-data-hunter]]
1---2name: connector-wipo-trademark3description: Use when a lawyer or IP professional needs to search the WIPO Global Brand Database for existing trademark registrations — by mark name, owner, Nice class, or jurisdiction — as part of trademark clearance, freedom-to-operate analysis, brand due diligence, or Madrid Protocol application preparation. Free public API; rate-limited. Triggers on any trademark search, brand clearance, IP due diligence, or trademark conflict analysis across multiple jurisdictions including MENA, EU, UK, and international registrations.4license: MIT5---67# Connector — WIPO Trademark (Global Brand Database)89## What it does1011The WIPO Global Brand Database aggregates trademark data from multiple national and international sources into a single searchable interface. The connector provides programmatic access to trademark searches as part of IP due diligence, clearance, and portfolio management workflows.1213Coverage includes:14- International registrations under the **Madrid System** (WIPO-administered, ~130 member states including all major MENA jurisdictions).15- National trademark data from many participating IP offices (including USPTO, EUIPO, UK IPO, and selected MENA offices).16- Appellations of origin (geographical indications).1718Key use cases:19- **Clearance search** before filing a new trademark application.20- **Due diligence** on a brand acquisition — identifying registered marks that could conflict.21- **Infringement triage** — checking whether a competitor's mark is registered and in what classes/jurisdictions.22- **Portfolio monitoring** — tracking the status of a client's existing international registrations.23- **Madrid Protocol filing prep** — confirming home-jurisdiction base registration before an international extension.2425## Setup / auth2627The WIPO Brand Database API (`branddb.wipo.int/branddb/api`) is a **public API with no authentication requirement** for basic searches.2829However:30- Rate limits apply: implement a 1-second delay between requests to respect WIPO guidance.31- For high-volume searches (e.g., bulk portfolio monitoring), request a higher-quota access token from WIPO.32- Cache search results for 24 hours for non-urgent queries — trademark status changes infrequently.3334## Understanding the search parameters3536| Parameter | Description | Legal significance |37|---|---|---|38| Mark text | Word mark, transliteration, or phonetic equivalent | Search exact and similar marks |39| Owner/holder | Individual or entity name | Portfolio searches; ownership verification |40| Nice class | International Classification of Goods and Services (1–45) | Scope of protection |41| Vienna code | Figurative element classification | For device/logo marks |42| Jurisdiction | Country or WIPO member designation | Geographic scope |43| Filing date range | Date of first filing | Seniority / priority date |44| Status | Registered, expired, pending, opposed | Active vs lapsed rights |4546## Nice classification — key classes for MENA legal-AI context4748| Class | Goods/services | Relevance |49|---|---|---|50| 9 | Software, apps, electronic products | Legal-tech software trademark |51| 35 | Business services, data processing | Legal-ops SaaS services |52| 36 | Financial, insurance, legal services | Financial services — note: legal services are in Class 45 |53| 41 | Education, publishing | Legal training platforms |54| 42 | Scientific and technological services, IT | Technology services |55| 45 | Legal services, security services | All legal-service trademarks belong here |5657For a legal-AI platform, the most relevant classes are **9, 35, 42, and 45**. A comprehensive trademark search for a legal-AI brand should check all four.5859## Usage patterns6061### Pattern 1 — Brand clearance before product launch6263```64User: "Clear the brand 'LawPilot' for a UAE-based legal-AI SaaS"65→ Search WIPO Global Brand Database:66 - Mark: "LawPilot" (exact + phonetically similar)67 - Classes: 9, 35, 42, 4568 - Jurisdictions: UAE, GCC, international (Madrid Protocol designations including UAE)69→ Return:70 - Exact matches: list with owner, class, status, filing date71 - Phonetically similar: "LawPilot" vs "Law Pilot" vs "LoPilot"72 - Recommendation: proceed / caution / high-risk (based on hits)73```7475### Pattern 2 — M&A brand due diligence7677Before acquiring a company or brand:78- Retrieve all trademarks filed by or licensed to the target entity.79- Identify any registered marks in the relevant jurisdictions.80- Check for marks due for renewal (expiring in the next 12 months).81- Flag any opposition proceedings or cancellation actions noted in the status field.8283### Pattern 3 — Madrid Protocol application — base registration check8485For a Lebanese company wanting to extend its trademark internationally via Madrid Protocol:86- Confirm the base registration in Lebanon (via OEAP — Office de la Propriété Intellectuelle).87- Retrieve existing international designations (which countries the mark is already protected in).88- Identify target designation countries for the new application.8990Note: WIPO Global Brand Database has varying coverage of Lebanese national trademark records. For authoritative Lebanese trademark search, [[connector-legal-data-hunter]] may provide better OEAP data.9192### Pattern 4 — Competitor trademark monitoring9394For a client concerned about brand infringement:95- Set up a periodic search (via [[connector-scheduled-tasks]]) for new trademark filings with:96 - Mark text similar to the client's brand.97 - Relevant Nice classes.98 - Target jurisdictions.99- Alert when a new application or registration is found that warrants review.100101### Pattern 5 — Arabic brand transliteration check102103For MENA brands, a trademark in Arabic script may also need protection for its transliterated Latin form (and vice versa). Search:104- Arabic script version.105- Most common Latin transliteration(s).106- Phonetic equivalents.107108For example, the brand "حقوق" (Arabic for "rights") should also be checked as "Hquq," "Huquq," and "Huqqouq" across relevant jurisdictions.109110## MENA trademark landscape111112| Jurisdiction | Registry | Notes |113|---|---|---|114| UAE | UAE Ministry of Economy (MoE) trademark registry | UAE is a Madrid Protocol member; national and international registrations covered |115| KSA | SAIP (Saudi Authority for Intellectual Property) | Madrid Protocol member since 2020 |116| Lebanon | OEAP (Office de la Propriété Intellectuelle) | Limited digital infrastructure; WIPO coverage of Lebanese data is partial |117| Egypt | ITDA (Intellectual Property Rights Department) | WIPO coverage partial; in-country search recommended for clearance |118| DIFC | UK/EU registrations are recognized in practice; no separate DIFC trademark registry | DIFC-registered IP rights follow the underlying registration |119| ADGM | As DIFC | No separate ADGM registry |120| GCC | No unified GCC trademark system; each state registers separately | Filing in all 6 GCC states individually, or via Madrid System |121122For MENA trademark matters, WIPO Global Brand Database is a starting point, not a complete clearance. National registry searches (particularly for UAE MoE and SAIP) should be conducted separately for comprehensive clearance opinions.123124## Limits & professional responsibility125126- **WIPO search ≠ clearance opinion.** A "no results" from the WIPO Brand Database does not mean a mark is free to use. It means no international registrations or covered national registrations were found. Unregistered but well-known marks (particularly relevant under UAE and Lebanon law) can also create rights. A qualified IP lawyer must sign off on any clearance opinion.127- **Coverage gaps.** Not all MENA national registries are fully indexed in the WIPO database. Advise the client that a local registry search is necessary for UAE, KSA, Egypt, and Lebanon.128- **Language and script.** Arabic-script searches require the Arabic text, not just a transliteration.129130## Failure modes131132| Failure | Cause | Resolution |133|---|---|---|134| No results for Arabic mark | Query sent in Latin only | Re-run with Arabic script; add transliterations |135| Stale status | Mark recently expired or renewed; database not yet updated | Note retrieval date; advise direct verification with the registry |136| Rate limited | Too many rapid queries | Implement per-query delay; queue bulk searches |137| Jurisdiction not covered | Some national registries not included | Note coverage gap; recommend local IP agent for the specific jurisdiction |138139## Related skills140141- [[connector-eur-lex]]142- [[connector-companies-house-uk]]143- [[connector-sec-edgar]]144- [[connector-legal-data-hunter]]