# Scrape Live Apparel Trademarks - USPTO

**Use case:** 

Find live apparel trademarks in Nice class 25 with Mark, Serial #, Reg #, Status, Classes, Owner and Attorney. No login required.

## Input

```json
{
  "searchTerms": [
    "apparel"
  ],
  "offices": [
    "US"
  ],
  "niceClasses": [
    "25"
  ],
  "statusFilter": "live",
  "maxResults": 100,
  "includeFullDetail": true,
  "emitOwnerLeads": false,
  "emitAttorneyLeads": false,
  "enrichAttorneyContacts": false,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "mark": {
    "label": "Mark",
    "format": "text"
  },
  "serialNumber": {
    "label": "Serial #",
    "format": "text"
  },
  "registrationNumber": {
    "label": "Reg #",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "niceClasses": {
    "label": "Classes",
    "format": "array"
  },
  "ownerName": {
    "label": "Owner",
    "format": "text"
  },
  "filingDate": {
    "label": "Filed",
    "format": "text"
  },
  "registrationDate": {
    "label": "Registered",
    "format": "text"
  },
  "correspondentEmail": {
    "label": "Attorney email",
    "format": "text"
  },
  "attorneyOfRecord": {
    "label": "Attorney",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "tsdrUrl": {
    "label": "USPTO",
    "format": "link"
  }
}
```

## About this Actor

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