# Scrape Trademark IP-Attorney Leads - USPTO

**Use case:** 

Export trademark IP-attorney leads with Attorney, Email, Firm site, Phones, Marks handled and Lead score. Ready-to-use contact list.

## Input

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

## Output

```json
{
  "attorneyName": {
    "label": "Attorney",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "firmWebsite": {
    "label": "Firm site",
    "format": "link"
  },
  "firmPhones": {
    "label": "Phones",
    "format": "array"
  },
  "trademarkCount": {
    "label": "Marks handled",
    "format": "number"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  }
}
```

## 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.