VOOZH about

URL: https://apify.com/doppelspotter/euipo-trademark-search

โ‡ฑ EUIPO Trademark Search ยท Apify


Pricing

Pay per usage

Go to Apify Store

EUIPO Trademark Search

Search EU trademark filings via the official EUIPO API. Supports multi-word brand names, combined keyword searches in a single run, date range and Nice class filtering, and automatic token caching.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ DoppelSpotter

DoppelSpotter

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

3 months ago

Last modified

Share

Search the official EUIPO Trademark Search API for EU trademark filings matching one or more brand keywords. Built by DoppelSpotter and published at doppelspotter/euipo-trademark-search.


Key features

  • Multi-keyword OR queries in a single run โ€” accepts a keywords array and compiles all terms into one RSQL OR group, so your entire brand vocabulary is covered in a single actor invocation: (verbalElement=="*sparx*",verbalElement=="*sparx maths*").
  • Full support for multi-word brand names โ€” all search values are correctly quoted in RSQL so terms containing spaces work exactly as expected: verbalElement=="*sparx maths*".
  • Expiry-aware token caching โ€” the EUIPO OAuth2 response includes an 8-hour expires_in. The actor caches the access token in an Apify Key-Value Store and reuses it until it is within 5 minutes of expiry, so most runs start immediately without re-authenticating.
  • Refresh-token grant โ€” when a token nears expiry, the actor uses the refresh_token returned by EUIPO to silently extend the session rather than re-sending full credentials.
  • 429 rate-limit handling โ€” respects the EUIPO Retry-After header and retries automatically.
  • Optional trademark filters โ€” filter results by Nice class, trademark status, and mark type directly from the input schema.
  • Demo mode โ€” runs without credentials and outputs registration instructions rather than failing the run, so the Apify Store healthcheck works out of the box.

Authentication

  1. Register a free account at dev.euipo.europa.eu
  2. Create an app to receive a Client ID and Client Secret
  3. Subscribe to the Trademark search API plan

The actor uses the OAuth2 client_credentials flow and caches the resulting access token in an Apify Key-Value Store named euipo-token-cache so subsequent runs in the same Apify account can reuse it without round-tripping to the auth server on every invocation.


Input

FieldTypeRequiredDescription
clientIdstring (secret)yesEUIPO developer portal Client ID
clientSecretstring (secret)yesEUIPO developer portal Client Secret
keywordsstring[]yesBrand keywords; multi-word terms with spaces are fully supported
dateFromstring (YYYY-MM-DD)noLower bound for the trademark application date
dateTostring (YYYY-MM-DD)noUpper bound for the trademark application date
maxResultsinteger 1โ€“500noDefault: 50
niceClassstringnoComma-separated class numbers, e.g. 9,42
statusenumnoREGISTERED, APPLICATION_PUBLISHED, etc.
markFeatureenumnoWORD, FIGURATIVE, etc.
useSandboxbooleannoDefault: false. Use EUIPO sandbox for testing

Output

One dataset item per matching trademark application:

{
"applicationNumber":"019301286",
"markName":"SparX Wallet",
"applicantName":"BROXUS HOLDINGS LTD",
"niceClasses":"9, 42",
"filingDate":"2026-01-09",
"registrationDate":"",
"expiryDate":"",
"status":"APPLICATION_PUBLISHED",
"markType":"Word Mark",
"markKind":"Individual",
"markBasis":"EU Trademark",
"representativeName":"",
"goodsAndServicesDescription":"Class 9: ...",
"renewalStatus":"",
"markImageUrl":"",
"euipoUrl":"https://euipo.europa.eu/eSearch/#basic/1+1+1+1/50+50+50+50/019301286",
"extractedAt":"2026-03-16T12:00:00.000Z",
"requestMetadata":{
"keywords":["sparx","sparx maths"],
"dateFrom":"2025-03-15",
"dateTo":"2026-03-16",
"maxResults":50,
"filter":"(wordMarkSpecification.verbalElement==\"*sparx*\",wordMarkSpecification.verbalElement==\"*sparx maths*\");applicationDate>=\"2025-03-15\";applicationDate<=\"2026-03-16\"",
"page":0,
"useSandbox":false
}
}

Demo mode

If no credentials are provided, the actor runs in demo mode and emits a single diagnostic dataset item explaining how to register for EUIPO API access, rather than failing the run. This lets the Apify Store healthcheck work without secrets.

You might also like

EUIPO Trademark Scraper - EU Trademark Search & Monitoring

jungle_synthesizer/euipo-trademark-scraper

Scrape EUIPO trademark database via eSearch API. Extract records: application/registration numbers, status, applicant, Nice classes, goods and services, opposition data, and mark type. Search by name, applicant, Nice class, date range, and status. For brand-protection teams and trademark attorneys.

๐Ÿ‘ User avatar

BowTiedRaccoon

4

EUIPO Trademark Search โ€” By Name, Class & Status

ryanclinton/euipo-trademark-search

Search EU trademarks via the official EUIPO API. Find registered, pending, or expired trademarks by name, Nice class, applicant, status, or date. Returns application details, owners, goods & services, and EUIPO links.

12

TMview Trademark Scraper

parseforge/tmview-trademarks-scraper

Export trademarks from EUIPO TMview, the multi-office trademark search covering 70+ trademark offices worldwide. Search by mark name and pull applicant, status, filing/registration dates, type and territory. CSV, Excel, JSON or XML for brand monitori

USPTO Trademark Search โ€” Lookup, Availability & Data

sian.agency/uspto-trademark-scraper

Search and extract USPTO trademark data โ€” keyword search, brand-name availability checks, owner and full-text search, serial-number lookups, class suggestions, and expiring-mark discovery. Seven operations, one clean dataset per run. No API key, no setup.

๐Ÿ‘ User avatar

SIรN Oรœ

3

USPTO Trademark Search & AI Analysis

abcdemprendes/uspto-trademark-search-ai

Your brand is at risk every day without a trademark. Competitors can file first. Copycats can steal your name. USPTO can reject you. Run AI-powered trademark clearance in seconds. English & Spanish.

2