hf
HFLabs FactoryD is a Russian data quality platform specializing in normalization and cleansing of Russian-language contact data. It handles the unique complexities of Russian addresses (FIAS standard), full names (FIO), and phone numbers.
With the HFLabs FactoryD integration in AACFlow, you can:
- Clean Address: Normalize and standardize Russian postal addresses to FIAS format
- Clean FIO: Parse and normalize Russian full names (ФИО) into structured components
- Clean Phone: Validate and normalize Russian phone numbers to E.164 format
This integration is essential for data quality workflows in Russian CRM systems, e-commerce platforms, and any application handling Russian contact information.
Usage Instructions
Integrate HFLabs FactoryD into the workflow to clean Russian contact data. Requires an HFLabs API key. Contact HFLabs at hflabs.ru for API access and trial credentials.
Tools
hflabs_clean_address
Normalize a Russian address
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | HFLabs API key |
value | string | Yes | Russian address to clean and normalize |
Output
| Parameter | Type | Description |
|---|---|---|
message | string | Normalized address result |
result | object | Structured address components |
hflabs_clean_fio
Parse and normalize a Russian full name
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | HFLabs API key |
value | string | Yes | Full name (ФИО) to parse and normalize |
Output
| Parameter | Type | Description |
|---|---|---|
message | string | Normalized FIO result |
result | object | Structured name components (surname, name, patronymic) |
hflabs_clean_phone
Normalize a Russian phone number
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | HFLabs API key |
value | string | Yes | Phone number to validate and normalize |
Output
| Parameter | Type | Description |
|---|---|---|
message | string | Normalized phone number result |
result | object | Structured phone components |
Links
- Official API: https://hflabs.ru/
- AACFlow block source: apps/aacflow/blocks/blocks/hflabs.ts

