# Trademark Due Diligence Status Export

**Use case:** 

Run a conservative USPTO trademark due diligence export with status, dates, live/dead flags, owner data, and source links.

## Input

```json
{
  "trademarkNumbers": [
    "85071981",
    "90000000",
    "74656267"
  ],
  "numbersText": "85071981\n90000000\n74656267",
  "includeDocuments": true,
  "maxConcurrency": 1,
  "requestDelayMs": 1000,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "inputNumber": {
    "label": "Input number"
  },
  "normalizedNumber": {
    "label": "Normalized number"
  },
  "markName": {
    "label": "Mark"
  },
  "status": {
    "label": "Status"
  },
  "liveDeadFlag": {
    "label": "Live/dead"
  },
  "ownerName": {
    "label": "Owner"
  },
  "filingDate": {
    "label": "Filing date"
  },
  "registrationNumber": {
    "label": "Registration no."
  },
  "registrationDate": {
    "label": "Registration date"
  },
  "classes": {
    "label": "Classes"
  },
  "tsdrUrl": {
    "label": "TSDR URL",
    "format": "link"
  },
  "error": {
    "label": "Error"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [USPTO Trademark Status Checker](https://apify.com/automation-lab/uspto-trademark-status-checker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/uspto-trademark-status-checker) to learn more, explore other use cases, and run it yourself.