# Weekly Brand Monitoring — USPTO Trademark Watch Service

**Use case:** 

Weekly alerts for new conflicting trademark filings in USPTO. Monitors multiple marks simultaneously. By ABCDEmprendes® Trademark Consulting.

## Input

```json
{
  "searchType": "monitor",
  "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.