Validate Phone Numbers in Bulk — International Format

Validate, format, and enrich phone numbers at scale. Supports all international formats, detects country, region, carrier type, and line type. Outputs E.164 and national format. No proxy needed — pure computation.

Open on Apify → Try it now
Docker Image
~12MB
RAM
128MB
Proxy
Not needed
Coverage
Global
Pricing
Pay-per-result
Speed
10k+ / minute

What You Can Validate

Primary Use Cases

API Example

# Start a run via the Apify API
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~phone-validator/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "phoneNumbers": [
      "+49 30 123456",
      "044 123 45 67",
      "(415) 555-0132"
    ],
    "defaultCountry": "DE"
  }'

# Or use with AI agents via MCP:
# https://mcp.apify.com?tools=santamaria-automations/phone-validator

Integrations

How It Compares

FeatureNanoScrapeAPI-based validators
Docker image~12MBN/A (hosted API)
Cost per 1k numbersPay-per-result$5 - $15
Speed10k+ / minRate limited
Proxy neededNoN/A
Offline capableYes (libphonenumber)No
Data privacyYour Apify accountThird-party API

Output Fields

FieldTypeExample
inputstring+49 30 123456
validbooleantrue
e164string+4930123456
nationalstring030 123456
country_codestringDE
country_namestringGermany
line_typestringFIXED_LINE
Open on Apify → Try it now — free tier available