# Trademark Phonetic Conflict Detector — USPTO Search

**Use case:** 

Detect phonetic trademark conflicts in USPTO. Searches 12+ sound variants in English & Spanish. Catches hidden conflicts. By ABCDEmprendes® Trademark Consulting

## Input

```json
{
  "searchType": "phonetic",
  "language": "both",
  "maxResults": 20,
  "monitoringMarks": []
}
```

## Output

```json
{
  "searchType": {
    "label": "Search Type",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "totalFound": {
    "label": "Total Found",
    "format": "number"
  },
  "liveMarks": {
    "label": "Live Marks",
    "format": "number"
  },
  "deadMarks": {
    "label": "Dead Marks",
    "format": "number"
  },
  "riskLevel": {
    "label": "Risk Level",
    "format": "string"
  },
  "aiRiskAssessment": {
    "label": "AI Risk Assessment",
    "format": "string"
  },
  "preparedBy": {
    "label": "Prepared By",
    "format": "string"
  },
  "contact": {
    "label": "Contact",
    "format": "string"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [USPTO Trademark Search & AI Analysis](https://apify.com/abcdemprendes/uspto-trademark-search-ai) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abcdemprendes/uspto-trademark-search-ai) to learn more, explore other use cases, and run it yourself.