# USPTO Owner Trademark Extractor

**Use case:** 

Extract USPTO trademark records by owner or applicant name with serial numbers, classes, statuses, and owner text.

## Input

```json
{
  "searchQuery": "nike",
  "ownerName": "NIKE",
  "serialNumbers": [],
  "registrationNumbers": [],
  "status": "all",
  "internationalClasses": [],
  "includeDetails": false,
  "maxItems": 50
}
```

## Output

```json
{
  "serialNumber": {
    "label": "Serial number"
  },
  "registrationNumber": {
    "label": "Registration number"
  },
  "wordmark": {
    "label": "Word mark"
  },
  "status": {
    "label": "Status"
  },
  "ownerNames": {
    "label": "Owner names"
  },
  "goodsAndServices": {
    "label": "Goods/services"
  },
  "internationalClasses": {
    "label": "Classes"
  },
  "filingDate": {
    "label": "Filing date"
  },
  "registrationDate": {
    "label": "Registration date"
  },
  "caseStatus": {
    "label": "Case status"
  },
  "detailUrl": {
    "label": "USPTO detail URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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