# Find SMS-capable (text-enabled) landlines

**Use case:** 

Detect which US & Canada landlines can receive SMS — text-enabled status, messaging provider, and carrier — from real live data, not guesses.

## Input

```json
{
  "phoneNumbers": [
    "4158494349",
    "4232180111",
    "6502548131",
    "8886636856",
    "6046392550"
  ],
  "litigatorFilter": false,
  "landlineSmsLookup": true
}
```

## Output

```json
{
  "subscriber": {
    "label": "Phone number",
    "format": "string"
  },
  "dipMessagingLookup": {
    "label": "Landline-SMS lookup performed",
    "format": "string"
  },
  "dipMessagingEnabled": {
    "label": "Landline SMS-enabled",
    "format": "string"
  },
  "dipMessagingProvider": {
    "label": "SMS provider",
    "format": "string"
  },
  "dipCarrierType": {
    "label": "Carrier type",
    "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.