# USPTO Trademark Assignment Full Export

**Use case:** 

Full Export of USPTO Trademark Assignment. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "searchQuery": "APPLE INC.",
  "maxItems": 500
}
```

## Output

```json
{
  "mark": {
    "label": "Mark",
    "format": "text"
  },
  "serialNumber": {
    "label": "Serial #",
    "format": "text"
  },
  "registrationNumber": {
    "label": "Reg #",
    "format": "text"
  },
  "currentOwner": {
    "label": "Current Owner",
    "format": "text"
  },
  "assigneeName": {
    "label": "Assignee",
    "format": "text"
  },
  "assignorName": {
    "label": "Assignor",
    "format": "text"
  },
  "conveyance": {
    "label": "Conveyance",
    "format": "text"
  },
  "recordationDate": {
    "label": "Recordation Date",
    "format": "text"
  },
  "applicationFilingDate": {
    "label": "Filing Date",
    "format": "text"
  },
  "registrationDate": {
    "label": "Reg Date",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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