Free Tool

Phone Number Lookup Tool

Validate phone numbers and get detailed carrier information. Check if a number can receive SMS, WhatsApp, or RCS messages.

Instant Validation

Verify if a phone number is valid and properly formatted in seconds.

Carrier Detection

Identify the mobile carrier and line type (mobile, landline, VoIP).

Channel Support

Check which messaging channels the number can receive (SMS, WhatsApp, RCS).

Integrate with Zavu API

Need to validate phone numbers programmatically? Use our Phone Validator API.

phone-lookup.ts
import { Zavu } from '@zavu/sdk';

const zavu = new Zavu(process.env.ZAVU_API_KEY);

const result = await zavu.phone.lookup('+15551234567');

console.log(result);
// {
//   valid: true,
//   countryCode: 'US',
//   carrier: 'Verizon Wireless',
//   lineType: 'mobile',
//   canReceiveSMS: true,
//   canReceiveWhatsApp: true
// }

Ready to start messaging?

Get started with Zavu and reach your customers on every channel.