120+ countries Β· instant delivery

Receive SMS Online Instantly, Anywhere in the World

Temporary and permanent virtual numbers from 120+ countries. Get OTPs and SMS in seconds β€” no SIM card required.

120+ Countries
8M+ Phone Numbers
12M+ SMS Received
99.9% Uptime
Updated in real time

Live Numbers Right Now

A snapshot of numbers currently available to rent or buy across our network.

Global Available

+8801685764158

Rent or own

Buy Numbers From Any Country

Flexible pricing β€” pay monthly, yearly, or once for a permanent number.

Bangladesh

  • Monthly $4.99
  • Yearly $39.99
  • One-time $14.99

India

  • Monthly $4.99
  • Yearly $39.99
  • One-time $14.99

Pakistan

  • Monthly $4.99
  • Yearly $39.99
  • One-time $14.99

UAE

  • Monthly $4.99
  • Yearly $39.99
  • One-time $14.99

United State

  • Monthly $4.99
  • Yearly $39.99
  • One-time $14.99
Everything you need

Built for Every Verification Use Case

Receive OTP

Get one-time passcodes from any platform in seconds.

Temporary Numbers

Disposable numbers for quick, one-off verifications.

Permanent Numbers

Own a number long-term for ongoing SMS and calls.

Global Coverage

Numbers from 120+ countries, added weekly.

Fast SMS

Messages typically arrive in under 10 seconds.

REST API

Automate number requests and SMS retrieval programmatically.

Wallet

Recharge once, spend across any country or number.

Privacy & Security

Your identity stays yours β€” numbers are fully anonymous.

Why LiveTelePro

Trusted by Developers and Businesses Worldwide

From solo developers testing an OTP flow to companies verifying thousands of signups a day.

Bank-Grade Security

All traffic is encrypted end-to-end and payments never touch our servers directly.

Built for Speed

A globally distributed network keeps SMS delivery fast wherever you are.

True Global Network

Direct carrier relationships in 120+ countries, not resold pools.

Real Human Support

A support team that actually answers, day or night.

Simple pricing

Plans That Scale With You

No hidden fees. Cancel anytime.

Free

$0/mo

  • 1 temporary number/day
  • Community support
  • Standard delivery speed
Start Free

Basic

$9/mo

  • 10 numbers included
  • Email support
  • API access
Choose Basic

Enterprise

Custom

  • Dedicated number pools
  • SLA-backed uptime
  • Dedicated account manager
Contact Sales
For developers

One API. Every Country.

Provision numbers, poll for SMS, and manage your wallet programmatically. RESTful, well-documented, and fast to integrate.

curl -X POST https://api.livetelepro.com/v1/numbers \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d "country=US" -d "type=temporary"
$client = new LiveTelePro\Client('YOUR_API_KEY');
$number = $client->numbers->create([
    'country' => 'US',
    'type'    => 'temporary',
]);
echo $number->phone;
from livetelepro import Client

client = Client("YOUR_API_KEY")
number = client.numbers.create(country="US", type="temporary")
print(number.phone)
const LiveTelePro = require('livetelepro');
const client = new LiveTelePro('YOUR_API_KEY');

const number = await client.numbers.create({ country: 'US', type: 'temporary' });
console.log(number.phone);
LiveTeleProClient client = new LiveTeleProClient("YOUR_API_KEY");
Number number = client.numbers().create("US", NumberType.TEMPORARY);
System.out.println(number.getPhone());
var client = new LiveTeleProClient("YOUR_API_KEY");
var number = await client.Numbers.CreateAsync("US", NumberType.Temporary);
Console.WriteLine(number.Phone);
Loved worldwide

What Our Customers Say

β˜…β˜…β˜…β˜…β˜…

Verified three different apps in one sitting without touching my real SIM. Numbers were live within seconds.

Amara O. Nigeria
β˜…β˜…β˜…β˜…β˜…

The API is the cleanest I have used for OTP automation β€” integrated it into our signup flow in under an hour.

Diego R. Mexico
β˜…β˜…β˜…β˜…β˜†

Solid coverage across Southeast Asia, which is rare. Support answered a billing question within minutes.

Mei L. Singapore
Questions & answers

Frequently Asked Questions

How fast do I receive SMS?
Most messages arrive within 5–15 seconds thanks to our direct carrier connections across 120+ countries.
What is the difference between temporary and permanent numbers?
Temporary numbers are shared and expire after a short window β€” ideal for one-off OTPs. Permanent numbers are yours alone for as long as your subscription is active.
Can I use the API without a dashboard account?
No β€” you need a free account to generate an API key, but there is no separate developer application process.
Do you offer refunds?
Unused wallet balance can be refunded within 14 days of purchase. See our Refund Policy for full details.
Is my identity ever linked to a number?
No. Numbers are provisioned anonymously β€” we never share account identity with SMS senders.