API Access
Subscription-based programmatic access to our full trademark database. REST endpoints with tiered rate limits — integrate directly into your practice management tools or build client-facing applications.
Enterprise-grade trademark infrastructure for law firms and portfolio managers. Arrange a custom service package tailored to your practice.
Each service is arranged directly with our team and scoped to your portfolio size, workflow, and technical requirements.
Subscription-based programmatic access to our full trademark database. REST endpoints with tiered rate limits — integrate directly into your practice management tools or build client-facing applications.
Centralized view of an entire trademark portfolio across clients and matters. Current status, key dates, international classes, and goods/services for every mark — searchable and filterable at scale.
Automated tracking of §8 and §15 maintenance deadlines, renewal windows, and opposition periods. Configurable alerts give you and your clients advance notice before every critical date.
Scheduled trademark searches run on your defined criteria — word marks, owner names, classes, or status codes — with results delivered by email on a weekly or monthly cadence.
Continuous watch for newly-filed applications that conflict with your clients' existing registrations. Filtered by international class and similarity threshold so you only see meaningful conflicts.
Real-time alerts when status changes occur on watched serial numbers — office actions, publications for opposition, registrations, and abandonments — as soon as they appear in the USPTO database.
Our REST API gives your team or your applications programmatic access to the same USPTO trademark data that powers our search tools. Query by mark name, owner, status, class, or serial number — and receive structured JSON responses suitable for any downstream use.
Receive an API key tied to your subscription tier. Keys are scoped to your IP range and usage limits.
POST a search payload with any combination of filters — mark name, owner, status codes, date ranges, and international classes.
Consume paginated JSON results directly in your practice management system, docketing software, or custom client portal.
POST /api/search
Authorization: Bearer <api_key>
{
"ownerName": "Acme Corp",
"currentStatusCode": ["700"],
"internationalClasses": ["35"],
"page": 1,
"pageSize": 100
}{
"data": [ { "serialNumber": "98...",
"markLiteral": "ACME SHIELD",
"currentStatusCode": "700",
"filingDate": "2023-04-12" } ],
"meta": { "total": 47,
"page": 1, "pageSize": 100 }
}Subscribe online, get an API key in your portal, and start querying immediately. Cancel any time.
Need higher volume or a custom enterprise arrangement? Contact us.
Managing dozens — or hundreds — of marks across multiple clients means deadlines stack up fast. Our portfolio tracking and deadline monitoring services keep every critical date visible and send configurable alerts so nothing slips through the cracks.
Provide a list of serial or registration numbers. We ingest current status and all upcoming deadlines automatically.
Configure lead times for each deadline type — 6 months, 90 days, 30 days — and choose whether alerts go to you, your client, or both.
Automated emails arrive on schedule with the mark name, serial number, deadline type, and days remaining.