# Check US trademark availability before filing

**Use case:** 

Search the USPTO database for existing trademarks before you file - check conflicts, owners, status, and classes. No USPTO account needed.

## Input

```json
{
  "query": "Nike",
  "searchType": "name",
  "territories": [
    "US"
  ],
  "maxResults": 20
}
```

## Output

```json
{
  "mark": {
    "label": "Mark",
    "format": "string"
  },
  "owner": {
    "label": "Owner",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "filing_date": {
    "label": "Filing Date",
    "format": "string"
  },
  "registration_date": {
    "label": "Registration Date",
    "format": "string"
  },
  "serial_number": {
    "label": "Serial Number",
    "format": "string"
  },
  "class": {
    "label": "Class",
    "format": "string"
  },
  "image_url": {
    "label": "Image",
    "format": "string"
  }
}
```

## About this Actor

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