# Trademark and Patent Conflict Scorer Insights

**Use case:** 

Monitor trademark and patent signals with insights from USPTO and PatentsView APIs. Receive concise records with source evidence and conflict scoring.

## Input

```json
{
  "sourceMode": "sample",
  "startUrls": [
    {
      "url": "https://developer.uspto.gov/api-catalog",
      "sourceId": "USPTO-API-CATALOG",
      "userData": {
        "sourceId": "USPTO-API-CATALOG"
      }
    },
    {
      "url": "https://bulkdata.uspto.gov/",
      "sourceId": "USPTO-BULK-DATA",
      "userData": {
        "sourceId": "USPTO-BULK-DATA"
      }
    },
    {
      "url": "https://patentsview.org/apis/api-endpoints",
      "sourceId": "PATENTSVIEW-API",
      "userData": {
        "sourceId": "PATENTSVIEW-API"
      }
    }
  ],
  "maxItems": 10,
  "sourceIds": [
    "USPTO-DATA",
    "USPTO-DEVELOPER"
  ],
  "pricingEvents": [],
  "sinceLastRun": false,
  "watchlistTerms": [],
  "includeSourceUrls": true,
  "includeMatchReasons": true,
  "outputMode": "buyer-ready-records"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "buyer_name": {
    "label": "Buyer name",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "deadline": {
    "label": "Deadline",
    "format": "string"
  },
  "source_url": {
    "label": "Source",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Trademark and Patent Watcher](https://apify.com/zentrafoundry/uspto-trademark-patent-watcher) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/uspto-trademark-patent-watcher) to learn more, explore other use cases, and run it yourself.