# Scrape Restaurant Brand-Owner Leads - USPTO

**Use case:** 

Export restaurant and food-service trademark owner leads with Owner, Entity, Organized in, Address, Marks and Lead score. Ready-to-use contact list.

## Input

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

## Output

```json
{
  "ownerName": {
    "label": "Owner",
    "format": "text"
  },
  "ownerLegalEntity": {
    "label": "Entity",
    "format": "text"
  },
  "ownerOrganizedIn": {
    "label": "Organized in",
    "format": "text"
  },
  "ownerAddress": {
    "label": "Address",
    "format": "text"
  },
  "trademarkCount": {
    "label": "Marks",
    "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.