Overview
This guide shows you how to validate product names against trademark databases before publishing listings, helping sellers avoid infringement issues. What you’ll build:- Map product categories to Nice trademark classes
- Run fast conflict checks before publishing
- Handle different risk levels appropriately
- Display clear guidance to sellers
Use Case: Etsy Store
You’re building a tool for Etsy sellers to check if their product names might infringe on trademarks.The Problem
Etsy sellers often:- Create product names without checking trademarks
- Get listings taken down for infringement
- Lose revenue and account standing
- Don’t know which trademark classes apply to their products
The Solution
Validate product names using the Signa API before publishing.Step 1: Map Etsy Categories to Nice Classes
Etsy uses its own taxonomy. You need to map these to Nice trademark classes.Common Etsy Category Mappings
Example Usage
Step 2: Run Fast Conflict Check
Use the fast conflict check endpoint for quick validation (300-800ms).Example Request
Example Response
Step 3: Handle Risk Levels
Show appropriate guidance based on risk level.Display to Seller
Step 4: Deep Analysis for High-Risk Cases
For products flagged as MEDIUM or HIGH risk, offer deep analysis.Show Alternative Suggestions
Complete Example
Here’s a complete working example:Real-World Results
Example 1: Clear Case
Example 2: Low Risk
Example 3: High Risk
Best Practices
Cache Results
Cache validation results for 24 hours to avoid repeated checks:Validate on Blur, Not on Every Keystroke
Show Loading State
Cost Analysis
For a typical Etsy seller publishing 100 products/month:- Fast checks: 100 × 2 credits = 200 credits
- Deep analysis (20% of listings): 20 × 5 credits = 100 credits
- Total: 300 credits/month
Next Steps
API Reference
View complete API documentation
Analysis Endpoints
Explore analysis features
Rate Limits
Understand credit usage
Error Handling
Handle errors properly