da
Dadata is a leading Russian data enrichment and validation service that provides address standardization, company verification (via INN, OGRN), personal data cleaning, and geolocation services. It is widely used by Russian businesses for ensuring data quality in CRM, logistics, and compliance systems.
With the Dadata integration in AACFlow, you can:
- Clean addresses: Normalize and standardize Russian addresses into a structured format with postal codes and FIAS codes
- Find by INN: Look up company details by Taxpayer Identification Number — name, address, status, management
- Find by phone: Retrieve information about phone number owners and carriers
- Suggest addresses: Provide autocomplete suggestions for Russian addresses in real time
- Validate contacts: Clean and format person names, passport data, and contact information
- Geolocate addresses: Obtain geographic coordinates (latitude/longitude) for postal addresses
This integration ensures data quality and regulatory compliance in your automated workflows, leveraging Dadata's comprehensive Russian data sources.
Nutzungsanleitung
Integrate Dadata into the workflow. Can clean addresses, find companies by INN, validate contacts, and suggest addresses. Requires Dadata API key and secret.
Tools
dadata_address_clean
Clean and normalize a Russian address
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
address | string | Ja | Raw address text |
apiKey | string | Ja | Dadata API key |
secretKey | string | Ja | Dadata secret key |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
source | string | Original address |
result | string | Cleaned address |
postalCode | string | Postal code |
region | string | Region |
city | string | City |
street | string | Street |
house | string | House number |
flat | string | Apartment |
geoLat | string | Latitude |
geoLon | string | Longitude |
dadata_find_by_inn
Find company by INN
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
inn | string | Ja | Taxpayer Identification Number |
apiKey | string | Ja | Dadata API key |
secretKey | string | Ja | Dadata secret key |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
name | object | Company full and short name |
inn | string | INN |
kpp | string | KPP |
ogrn | string | OGRN |
address | object | Legal address |
status | string | Company status |
dadata_suggest
Suggest addresses by query fragment
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
query | string | Ja | Address fragment |
count | number | Nein | Number of suggestions (default: 10) |
apiKey | string | Ja | Dadata API key |
secretKey | string | Ja | Dadata secret key |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
suggestions | array | Array of address suggestions with value, data |

