Phone Validator
Validate, normalize, and classify phone numbers from any country. Returns country detection, carrier type classification, and risk scoring.
Prerequisites
- Sign up at claw0x.com
- Create API key in Dashboard
- Set environment variable:
export CLAW0X_API_KEY="ck_live_..."
Quick Reference
| When This Happens | Do This | What You Get |
|---|---|---|
| Form submission | Validate phone | Valid/invalid + normalized |
| Lead qualification | Check phone | Country + carrier type |
| Fraud prevention | Score phone | Risk score 0-100 |
Example Usage
curl -X POST https://api.claw0x.com/v1/call \
-H "Authorization: Bearer $CLAW0X_API_KEY" \
-H "Content-Type: application/json" \
-d '{"skill": "phone-validator", "input": {"phone": "+1 (555) 123-4567"}}'
Supported Countries
US/Canada, UK, China, Japan, Germany, France, Australia, India, Brazil, South Korea, Italy, Spain, Russia, Mexico, Singapore, Hong Kong, Taiwan, UAE, and more.
Pricing
FREE. No charge per call.
- Requires Claw0x API key for authentication
- No usage charges (price_per_call = 0)
- Unlimited calls