# Scrape US Patent Agents - USPTO

**Use case:** 

Export all US registered patent agents with Practitioner, Type, Firm / Organization, Setting, City, State, Phone and Reg. No. No login required.

## Input

```json
{
  "states": [
    "CA",
    "NY",
    "TX"
  ],
  "practitionerTypes": [
    "agent"
  ],
  "practiceSettings": [
    "law_firm",
    "solo"
  ],
  "withPhoneOnly": false,
  "withFirmOnly": false,
  "sortBy": "leadScore",
  "maxResults": 100,
  "monitorMode": false,
  "monitorKey": "default",
  "includeRawFields": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "fullName": {
    "label": "Practitioner",
    "format": "text"
  },
  "practitionerTypeLabel": {
    "label": "Type",
    "format": "text"
  },
  "firmName": {
    "label": "Firm / Organization",
    "format": "text"
  },
  "practiceSettingLabel": {
    "label": "Setting",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "registrationNumber": {
    "label": "Reg. No.",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  }
}
```

## About this Actor

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