EUIPO Trademark Search — EU Brand Clearance API
Pricing
from $100.00 / 1,000 trademarks
EUIPO Trademark Search — EU Brand Clearance API
Search EUIPO trademarks for EU brand clearance. Clean JSON for IP counsel, brand teams and AI agents.
Pricing
from $100.00 / 1,000 trademarks
Rating
0.0
(0)
Developer
NexGenData
Maintained by CommunityActor stats
0
Bookmarked
23
Total users
14
Monthly active users
a day ago
Last modified
Categories
Share
EUIPO Trademark Search
Search EUIPO trademarks for EU brand clearance. Built for IP counsel, brand teams, researchers and AI agents.
⏰ Run this as a brand watch (recommended)
Every IP registry actor is a monitoring subscription, not a one-shot lookup. Schedule a weekly sweep and catch new filings as they land:
{"query": "Adidas","limit": 100}
Weekly cron (0 8 * * 1) turns this into an always-on brand watch.
📊 What you get
Clean JSON, one record per trademark (full output has 8 fields):
application_number— Application numbermark_name— Mark nameapplicant_name— Applicant namenice_classes— Nice classesstatus— Statusfiling_date— Filing dateoffice— Officemark_image_url— Mark image url
Pricing: $0.10 per trademark (Pay-Per-Event) — about 10 trademarks per $1.
🤖 Use with AI agents
Point Claude, the OpenAI Agents SDK, an n8n flow or any MCP-aware client at it and run EU trademark clearance searches on demand.
Sample agent prompt:
Watch for new EU trademark filings matching my brand weekly and flag conflicts.
Agentic payments (x402): Supports agentic payment via x402 — agents can call this actor with USDC, no API key required.
🔗 Related IP actors
Clear a mark across every major registry: USPTO Trademarks, WIPO PatentScope, CNIPA China, Korea KIPO, Japan JPO
IP agent front door: Patents & Trademarks IP MCP
Data from public intellectual-property registries.
EU + UK = full European clearance. Since Brexit, EU trademark coverage no longer includes the UK — run uk-trademark-search alongside this Actor for complete European clearance.
Watch mode — monitor filings on a schedule
Set Mode = Watch (monitor changes) and run this Actor on a schedule (daily or weekly) to turn a one-off clearance search into ongoing monitoring. Watch mode:
- Remembers the marks it has already seen for each query (per optional Watch label), persisted across runs.
- On the first run, it establishes a baseline silently — no alerts, it just records what currently exists.
- On every later run, it returns only the deltas: newly-filed marks and marks whose status changed (e.g. Filed → Opposed, Filed → Registered). Quiet runs return an empty dataset.
- Every record carries a composite similarity_score (text + token + phonetic) and a clearance_risk band (Low / Medium / High), plus
change_type,previous_status,first_seenanddetected_at.
Wire it to alerts with Apify integrations: trigger an email, Slack message or webhook whenever a watch run produces items. Optional Similarity threshold % narrows alerts to the most confusingly-similar marks.
Watch inputs
mode:search(default) orwatchwatchLabel: optional name to keep multiple watches independentsimilarityThresholdPct: 0–100, optional noise filter (0 = all new/changed matches)alertOnNewFilings: alert on marks not seen last run (default on)alertOnStatusChange: alert on status changes for known marks (default on)
Set up a recurring watch — Saved Task + Schedule + integration
- Save a Task. Configure the Actor with
Mode = Watch, your brand in Search Query, the offices you care about (e.g.EMfor EUIPO), an optional Watch label, then click Save as a new task. Name it e.g.Watch: <brand> across EUIPO. - Schedule it. Open Schedules → Create schedule, add your saved task as the action, and pick a cadence (daily is typical for clearance monitoring). The first scheduled run establishes the baseline; every run after that returns only new or changed filings.
- Wire an alert. On the task's Integrations tab, add an email, Slack, or webhook integration and set it to trigger on run success with a non-empty dataset — so you're notified only when there's actually a new or changed mark. Zero-delta runs stay silent.
A ready-to-clone example task, "Watch: Spotify across EUIPO", is published on this Actor's Saved tasks tab — open it to see the exact watch configuration and run it in one click.
Watch-mode pricing
Watch mode adds one non-primary event, Watch check ($0.05 per watch-mode run), on top of the existing per-result and Actor-start pricing. Search mode is unaffected. Quiet monitoring runs cost only the Actor-start + one Watch check; you pay the per-result price only when a new or changed mark is actually returned.
Watch your mark in the EU and the US
This Actor is the EU half of a pair. For US / USPTO coverage use its sibling, USPTO Trademark Search — US Brand Clearance API — the same watch-mode monitoring for US trademark filings. Run both on a schedule to watch your brand across the two largest trademark systems in one workflow.