Data Cleaner API
Clean and validate messy data: • Email — normalize (lowercase, trim) + validate format + extract domain • Phone — normalize to international format (+7XXXXXXXXXX) + detect country (RU, US, GB, DE) • Name — trim spaces + capitalize correctly Perfect for: CRM data cleaning, user registration forms, contact imports. Returns clean JSON in milliseconds. Free tier: 500 requests/day — no credit card…
Data Cleaner API endpoints
| Method | Endpoint | Description |
|---|---|---|
| clean | ||
| POST |
/clean /clean |
Normalize email, phone, and name fields. Returns cleaned values and validation results. |
Data Cleaner API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $19 / month | 20 / second |
|
| ULTRA | $49 / month | — |
|