# TCPA Litigator Scrub for US & Canada Phone Numbers List

**Use case:** 

Screen US & Canada numbers for TCPA litigators & serial plaintiffs — industry-leading data from federal & state court records, refreshed daily.

## Input

```json
{
  "phoneNumbers": [
    "6108095225",
    "7047122446",
    "5154945996",
    "4157012311"
  ],
  "litigatorFilter": true,
  "landlineSmsLookup": false
}
```

## Output

```json
{
  "subscriber": {
    "label": "Phone number",
    "format": "string"
  },
  "litigatorLookup": {
    "label": "Litigator scrub performed",
    "format": "string"
  },
  "litigator": {
    "label": "Litigator",
    "format": "string"
  },
  "litigator_type": {
    "label": "Litigator type",
    "format": "string"
  },
  "litigator_name": {
    "label": "Litigator name",
    "format": "string"
  },
  "dipCarrier": {
    "label": "Carrier (current)",
    "format": "string"
  },
  "deliverable": {
    "label": "Deliverable",
    "format": "string"
  },
  "credits_used": {
    "label": "Credits used",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [Phone Number Validator, Carrier & Litigator Lookup (US, Canada)](https://apify.com/checkthatphone/phone-validator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/checkthatphone/phone-validator) to learn more, explore other use cases, and run it yourself.