Prerequisites
- A Signa API key with
search:read,trademarks:read,portfolios:manage, andevents:readscopes - Competitor company names or owner IDs
Identify competitor owner records
Start by searching for each competitor’s owner profile. The owner entity in Signa consolidates all filings under one canonical record, even when name variants exist across offices.Expected output:
Review each competitor's portfolio profile
Pull the full owner detail to understand each competitor’s filing patterns, top classes, jurisdictions, and preferred attorneys.Expected output:
An acceleration in the
yearly_trend (18 filings in 2025 vs 12 in 2024) signals the competitor is expanding aggressively. This is a leading indicator for new product launches or market entries.List recent filings by competitor
Pull each competitor’s most recent filings to see what brands they are pursuing right now.Expected output:
Set up competitor watches
Create a watch for each competitor to get alerted when they file new marks. One watch can track multiple owners.Expected output:
Add a class-based watch for your core categories
Complement the competitor watch with a broader class-based watch. This catches filings from any entity in your core classes and jurisdictions, not just known competitors.
Building a competitive dashboard
Combine the above queries into a weekly report that tracks:| Metric | Source |
|---|---|
| New filings per competitor (this week) | GET /v1/owners/{id}/trademarks?filing_date[gte]=... |
| Class distribution shifts | POST /v1/trademarks/search with aggregations_only |
| New jurisdictions entered | Owner detail stats.jurisdictions delta |
| Opposition activity | GET /v1/proceedings?party_owner_id=... |
| Unacknowledged alerts | GET /v1/alerts?watch_id=...&status=unacknowledged |
What’s next
Trademark Clearance
Run a clearance search against your competitors’ marks before launching a new brand.
Opposition Tracking
Monitor TTAB proceedings where your competitors are involved as parties.
M&A Due Diligence
Evaluate a competitor’s full IP portfolio if an acquisition is on the table.