# USPTO Trademark Owner and Class Extractor

**Use case:** 

Extract owner, attorney, goods and services, classes, status, and TSDR URLs from selected USPTO trademark records.

## Input

```json
{
  "trademarkNumbers": [
    "85071981",
    "97089837"
  ],
  "includeDocuments": true,
  "maxConcurrency": 1,
  "requestDelayMs": 500,
  "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.