Trademark Conflict Watch — USPTO & EUIPO New-Filing Alerts avatar

Trademark Conflict Watch — USPTO & EUIPO New-Filing Alerts

Pricing

from $200.00 / 1,000 conflict / delta matches

Go to Apify Store
Trademark Conflict Watch — USPTO & EUIPO New-Filing Alerts

Trademark Conflict Watch — USPTO & EUIPO New-Filing Alerts

Pricing

from $200.00 / 1,000 conflict / delta matches

Rating

0.0

(0)

Developer

NexGenData

NexGenData

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Trademark Conflict Watch — New-Filing & Conflict Alerts (USPTO + EUIPO)

Monitor new trademark filings and detect potential conflicts across USPTO and EUIPO before they become a problem.

This is a monitoring tool, not a one-time search. You give it the marks, owners, and classes you care about; it watches the US and EU trademark systems and tells you what is new or changed since the last run — confusingly similar marks, owner overlaps, class overlaps, and status changes — early enough to act within opposition and review windows.

1. What this Actor does

On each run it searches the US and EU trademark systems for your watched marks and owners, normalizes the results, classifies each one against your watch criteria, and stores a snapshot. In delta mode it emits only what changed since last time. It is built on top of NexGenData's proven USPTO and EUIPO trademark search Actors.

2. Who this is for

Trademark attorneys, brand owners, in-house IP teams, ecommerce brands, agencies, founders checking a brand name, and competitive-intelligence teams.

Run once in full mode to create your baseline, then schedule daily delta runs to monitor new and changed filings. Full mode shows you everything that currently matches; delta mode then surfaces only what's new or changed each day — which is the way to use this as an ongoing watch. The first time you run a watch query in delta mode it records a baseline and emits nothing (this is expected, not an error); every run after that emits only changes.

4. What it watches

  • Marks you specify (watch_marks)
  • Owners / applicants you specify (owners)
  • Nice classes you specify (classes)
  • Across US (USPTO trademark records) and EU (EUIPO / TMview records)

5. Conflict types

  • exact — normalized mark equals a watched mark
  • similar — fuzzy near-match above threshold (only when similarity_mode is fuzzy)
  • same_owner — filing's owner matches a watched owner
  • same_class — filing appears in a watched Nice class
  • owner_match — an owner query matched, even when the mark itself was not watched

Every match where a comparison was performed carries a similarity_score.

6. What counts as "changed" (delta mode)

In delta mode you'll be alerted when, versus the last run, any of these happen:

  • a new application is found (added)
  • the status changed, e.g. Filed → Registered or Opposed (status_changed)
  • the owner / applicant changed (owner_changed)
  • the Nice classes changed (class_changed)
  • the mark record was otherwise amended, e.g. a publication date or registration number was added/changed (amended)

Unchanged filings are never re-emitted, so a daily run only shows you what actually moved.

7. Input options

FieldDefaultNotes
watch_marksRequired unless owners or classes is given
owners[]Owner/applicant names to monitor
classes[]Nice classes (1–45) to flag
jurisdictions["US","EU"]Which systems to watch
similarity_modenormalizedexact / normalized / fuzzy (fuzzy is opt-in)
modedeltadelta (changes only) or full (all current)
include_rawfalseAttach the raw source record
maxResults25Per mark, per jurisdiction

First-time users who want immediate results: run mode: "full" first to see all current matches and create your baseline, then switch to mode: "delta" for ongoing scheduled monitoring.

8. Output fields

jurisdiction, mark, normalized_mark, owner, classes, status, filing_date, publication_date, application_number, registration_number, source_url, office, conflict_type, conflict_with, similarity_score, change_type, detected_at (plus raw when include_raw is true).

9. Delta mode vs full mode

  • full — outputs every current match and refreshes the stored snapshot.
  • delta — outputs only new/changed matches versus the stored snapshot. The first delta run for a given watch query creates a baseline (recorded, nothing emitted) and logs that clearly; subsequent runs emit only changes. Snapshots are keyed by a deterministic hash of your marks, owners, classes, jurisdictions and similarity mode.

10. Best for / not best for

Best for: recurring brand watching · new-filing alerts · owner and class monitoring · early conflict triage.

Not best for: legal clearance opinions · guaranteed infringement analysis · replacing a full attorney-reviewed trademark watch service. Treat the output as a prioritized review queue, not a legal conclusion.

11. Example use cases

  • A brand owner watches their mark + Nice class and gets alerted when a confusingly similar mark is filed.
  • An agency watches a client's competitors as owners and sees every new filing they make.
  • An IP team runs it daily on a schedule and only ever sees changes.

12. Example input

{
"watch_marks": ["AcmeFlow", "Northstar Labs"],
"owners": ["AcmeFlow Inc."],
"classes": ["9", "42"],
"jurisdictions": ["US", "EU"],
"similarity_mode": "normalized",
"mode": "delta"
}

13. Example output

{
"jurisdiction": "US",
"mark": "ACMEFLOW",
"normalized_mark": "acmeflow",
"owner": "AcmeFlow Inc.",
"classes": ["9", "42"],
"status": "live: Published for Opposition",
"filing_date": "2026-05-30",
"publication_date": "2026-06-17",
"application_number": "98765432",
"registration_number": "",
"source_url": "https://...",
"office": "US",
"conflict_type": "exact",
"conflict_with": "acmeflow",
"similarity_score": 1.0,
"change_type": "status_changed",
"detected_at": "2026-06-19T16:00:00+00:00"
}
  • USPTO Trademark Search — one-shot USPTO lookups (trademark-search)
  • EUIPO eSearch Trademarks — one-shot EUIPO/TMview lookups (euipo-esearch-trademarks)
  • Patent Competitor Watch (coming soon) — the patent counterpart to this Actor

15. Source notes

Data comes from the US and EU trademark systems via NexGenData's existing USPTO and EUIPO search Actors. If one jurisdiction is temporarily unavailable, the run still returns results from the other and logs a clear partial-results warning.

This Actor is an alerting and filtering tool, not legal advice. A conflict_type is a signal that something deserves review, not a legal determination of infringement or likelihood of confusion. Coverage, statuses, and dates reflect what the upstream registries publish. Always confirm against the official register and consult a qualified trademark professional before acting.