DaData.ru
dadata_ruDaData provides APIs for data validation, standardization, and enrichment, including address parsing, company information retrieval, and more.
Acciones disponibles (42)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Clean AddressDADATA_RU_CLEAN_ADDRESSAcciónTool to clean and standardize russian postal addresses. use when you need structured address fields from raw strings.
DADATA_RU_CLEAN_ADDRESSAcciónTool to clean and standardize russian postal addresses. use when you need structured address fields from raw strings.
Parámetros de entrada
addressesstring[]ObligatorioList of raw address strings to standardize. Must contain between 1 and 1000 items.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Clean BirthdateDADATA_RU_CLEAN_BIRTHDATEAcciónTool to standardize and validate birthdate strings. use after capturing raw birthdate inputs to normalize them to yyyy-mm-dd.
DADATA_RU_CLEAN_BIRTHDATEAcciónTool to standardize and validate birthdate strings. use after capturing raw birthdate inputs to normalize them to yyyy-mm-dd.
Parámetros de entrada
birthdatestringObligatorioBirthdate string to clean (e.g., '22.08.1966', '3/7/85').
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Clean EmailDADATA_RU_CLEAN_EMAILAcciónTool to standardize and validate email addresses. use when you have raw email input and need to fix typos, correct domains, and classify as personal, corporate, or disposable. use after collecting user-provided emails.
DADATA_RU_CLEAN_EMAILAcciónTool to standardize and validate email addresses. use when you have raw email input and need to fix typos, correct domains, and classify as personal, corporate, or disposable. use after collecting user-provided emails.
Parámetros de entrada
emailsarrayObligatorioList of email addresses to clean and validate
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Clean Name (FIO)DADATA_RU_CLEAN_NAMEAcciónTool to standardize and parse full names (fio), detect gender, and return grammatical cases. use when you need structured name parsing and declensions from raw fio inputs.
DADATA_RU_CLEAN_NAMEAcciónTool to standardize and parse full names (fio), detect gender, and return grammatical cases. use when you need structured name parsing and declensions from raw fio inputs.
Parámetros de entrada
fiosstring[]ObligatorioList of raw full name strings (FIO) to standardize and parse.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Clean PassportDADATA_RU_CLEAN_PASSPORTAcciónTool to validate a russian passport number against the official registry. use after collecting passport details.
DADATA_RU_CLEAN_PASSPORTAcciónTool to validate a russian passport number against the official registry. use after collecting passport details.
Parámetros de entrada
passportstringObligatorioPassport series and number in a single string, e.g. '4509 235857'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Clean PhoneDADATA_RU_CLEAN_PHONEAcciónTool to standardize and validate phone numbers. use when you need to convert arbitrary phone inputs into a uniform, validated 11-digit format for further processing.
DADATA_RU_CLEAN_PHONEAcciónTool to standardize and validate phone numbers. use when you need to convert arbitrary phone inputs into a uniform, validated 11-digit format for further processing.
Parámetros de entrada
phonesstring[]ObligatorioList of phone numbers to standardize and validate. Provide numbers in any format, including international formats.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Clean VehicleDADATA_RU_CLEAN_VEHICLEAcciónTool to standardize and parse vehicle data fields. use after obtaining raw vehicle info to extract brand, model, year, vin, and other identifiers.
DADATA_RU_CLEAN_VEHICLEAcciónTool to standardize and parse vehicle data fields. use after obtaining raw vehicle info to extract brand, model, year, vin, and other identifiers.
Parámetros de entrada
vehiclesstring[]ObligatorioList of vehicle strings to clean (e.g., license plate, VIN, model).
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Find AddressDADATA_RU_FIND_ADDRESSAcciónTool to find address by identifier. use when you need full address details from a cadastral number, fias id, or kladr code.
DADATA_RU_FIND_ADDRESSAcciónTool to find address by identifier. use when you need full address details from a cadastral number, fias id, or kladr code.
Parámetros de entrada
querystringObligatorioUnique address identifier (cadastral number, FIAS ID, or KLADR code).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Find BankDADATA_RU_FIND_BANKAcciónTool to find bank by bic, swift, inn, or registration number. use when you need full bank details for a specific identifier. provide optional kpp for branch-level queries.
DADATA_RU_FIND_BANKAcciónTool to find bank by bic, swift, inn, or registration number. use when you need full bank details for a specific identifier. provide optional kpp for branch-level queries.
Parámetros de entrada
kppstringTax Registration Reason Code (KPP), used together with INN for specific branch queries
querystringObligatorioBank identifier: BIC, SWIFT, INN, or registration number
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Find Car BrandDADATA_RU_FIND_CAR_BRANDAcciónTool to find car brand by its identifier. use when you need detailed car brand information by code. example: find details for brand code '1010'.
DADATA_RU_FIND_CAR_BRANDAcciónTool to find car brand by its identifier. use when you need detailed car brand information by code. example: find details for brand code '1010'.
Parámetros de entrada
querystringObligatorioCar brand code (ID) to search for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Find CountryDADATA_RU_FIND_COUNTRYAcciónTool to find country details by iso or numeric code. use when you have a valid country code and need full metadata.
DADATA_RU_FIND_COUNTRYAcciónTool to find country details by iso or numeric code. use when you have a valid country code and need full metadata.
Parámetros de entrada
querystringObligatorioCountry code in ISO 3166-1 alpha-2, alpha-3, or numeric format
languagestringenumResponse language: 'ru' (default) or 'en'
ruen
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Find CurrencyDADATA_RU_FIND_CURRENCYAcciónTool to find currency details by iso 4217 code. use when you have a currency code and need its full metadata.
DADATA_RU_FIND_CURRENCYAcciónTool to find currency details by iso 4217 code. use when you have a currency code and need its full metadata.
Parámetros de entrada
querystringObligatorioCurrency code (numeric ISO 4217 or alphabetic ISO 4217, e.g., '643' or 'RUB')
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Find Delivery City IDsDADATA_RU_FIND_DELIVERYAcciónTool to get delivery service city ids by kladr code. use when you need the cdek, boxberry, or dpd city identifiers for a given kladr code.
DADATA_RU_FIND_DELIVERYAcciónTool to get delivery service city ids by kladr code. use when you need the cdek, boxberry, or dpd city identifiers for a given kladr code.
Parámetros de entrada
querystringObligatorioKLADR code of the city to retrieve delivery service identifiers for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Find FMS UnitDADATA_RU_FIND_FMS_UNITAcciónTool to find passport authority (fms unit) by code. use when you have the fms unit code or name and need to retrieve detailed authority information.
DADATA_RU_FIND_FMS_UNITAcciónTool to find passport authority (fms unit) by code. use when you have the fms unit code or name and need to retrieve detailed authority information.
Parámetros de entrada
querystringObligatorioFMS unit code (e.g., '770-001') or unit name to search for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Find FTS UnitDADATA_RU_FIND_FTS_UNITAcciónTool to find customs (fts) office by code. use when you have a customs office identifier and need detailed information.
DADATA_RU_FIND_FTS_UNITAcciónTool to find customs (fts) office by code. use when you have a customs office identifier and need detailed information.
Parámetros de entrada
countintegerNumber of results to return (default 1)
querystringObligatorioIdentifier of the FTS unit (code or GUID)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Find MKTUDADATA_RU_FIND_MKTUAcciónTool to find mktu classification details by code. use when you have an mktu code and need its descriptions and metadata.
DADATA_RU_FIND_MKTUAcciónTool to find mktu classification details by code. use when you have an mktu code and need its descriptions and metadata.
Parámetros de entrada
countintegerNumber of results to return (1-20). Default is 1 if not specified
querystringObligatorioMKTU code to search for (e.g., '250173')
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Find OKVED2DADATA_RU_FIND_OKVED2AcciónTool to find okved2 classifier entries by code. use when you have an okved2 code and need full metadata.
DADATA_RU_FIND_OKVED2AcciónTool to find okved2 classifier entries by code. use when you have an okved2 code and need full metadata.
Parámetros de entrada
querystringObligatorioOKVED2 classifier code to search for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Find Company or EntrepreneurDADATA_RU_FIND_PARTYAcciónTool to find company or individual entrepreneur details by inn, ogrn, or kpp. use when you have a valid identifier and need full registration data.
DADATA_RU_FIND_PARTYAcciónTool to find company or individual entrepreneur details by inn, ogrn, or kpp. use when you have a valid identifier and need full registration data.
Parámetros de entrada
typestringenumFilter by entity type: 'LEGAL' or 'INDIVIDUAL'
LEGALINDIVIDUALquerystringObligatorioINN, OGRN, or KPP of the company or entrepreneur to find
branch_typestringenumFilter by branch type: 'MAIN' for head office or 'BRANCH' for branches
MAINBRANCH
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Find Belarus Party by UNPDADATA_RU_FIND_PARTY_BYAcciónTool to find a belarusian company or entrepreneur by unp. use when you have the unp and need the full registry record. example: "find party by unp = 190657494".
DADATA_RU_FIND_PARTY_BYAcciónTool to find a belarusian company or entrepreneur by unp. use when you have the unp and need the full registry record. example: "find party by unp = 190657494".
Parámetros de entrada
querystringObligatorioUNP (Belarus taxpayer ID) or other identifier to lookup.
filtersobject[]Optional list of filters to narrow results. Each filter may include `status` or `type`.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Find Kazakhstan Company by BINDADATA_RU_FIND_PARTY_KZAcciónTool to find kazakhstan company or entrepreneur details by bin or name. use when you have a bin or official name and need specific registration data for kz entities.
DADATA_RU_FIND_PARTY_KZAcciónTool to find kazakhstan company or entrepreneur details by bin or name. use when you have a bin or official name and need specific registration data for kz entities.
Parámetros de entrada
kppstringTax Registration Reason Code (KPP) for the company, if available
querystringObligatorioBIN (Business Identification Number) or company name to search for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Geolocate AddressDADATA_RU_GEOLOCATE_ADDRESSAcciónTool to find nearest addresses by geographic coordinates. use when you need address suggestions around a specific location.
DADATA_RU_GEOLOCATE_ADDRESSAcciónTool to find nearest addresses by geographic coordinates. use when you need address suggestions around a specific location.
Parámetros de entrada
latnumberObligatorioLatitude of the point in decimal degrees
lonnumberObligatorioLongitude of the point in decimal degrees
countintegerNumber of results to return (max: 20, default: 5)
radius_metersintegerSearch radius in meters (default: 100)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Profile BalanceDADATA_RU_GET_PROFILE_BALANCEAcciónTool to retrieve current dadata account balance. use before making api calls that consume funds.
DADATA_RU_GET_PROFILE_BALANCEAcciónTool to retrieve current dadata account balance. use before making api calls that consume funds.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Profile StatisticsDADATA_RU_GET_PROFILE_STATISTICSAcciónTool to get daily aggregated usage statistics per dadata api service. use when you need a breakdown of calls and remaining balances for a specific date.
DADATA_RU_GET_PROFILE_STATISTICSAcciónTool to get daily aggregated usage statistics per dadata api service. use when you need a breakdown of calls and remaining balances for a specific date.
Parámetros de entrada
datestringDate for statistics in YYYY-MM-DD format (default: today)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Reference VersionsDADATA_RU_GET_REFERENCE_VERSIONSAcciónTool to retrieve the last update dates for dadata reference datasets (fias, egrul, banks, etc.). use before performing operations that depend on the currency of reference data.
DADATA_RU_GET_REFERENCE_VERSIONSAcciónTool to retrieve the last update dates for dadata reference datasets (fias, egrul, banks, etc.). use before performing operations that depend on the currency of reference data.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
IP Locate AddressDADATA_RU_IP_LOCATE_ADDRESSAcciónTool to determine russian address by ip. use when you need to resolve an ip to city/region data.
DADATA_RU_IP_LOCATE_ADDRESSAcciónTool to determine russian address by ip. use when you need to resolve an ip to city/region data.
Parámetros de entrada
ipstringObligatorioIPv4 or IPv6 address to locate within Russia
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Suggest AddressDADATA_RU_SUGGEST_ADDRESSAcciónTool to autocomplete and suggest addresses. use when user types partial address fragments to retrieve possible address completions.
DADATA_RU_SUGGEST_ADDRESSAcciónTool to autocomplete and suggest addresses. use when user types partial address fragments to retrieve possible address completions.
Parámetros de entrada
countintegerNumber of suggestions to return (1–20). Defaults to 10 if omitted
querystringObligatorioText fragment to autocomplete addresses
boundsstring[]Restrict suggestions to certain address levels (e.g., ['city','street'])
geo_latnumberLatitude for geo-based ranking of suggestions
geo_lonnumberLongitude for geo-based ranking of suggestions
languagestringenumResponse language: 'ru' or 'en'
ruento_boundobjectUpper boundary of address granularity
from_boundobjectLower boundary of address granularity
radius_metersintegerRadius around geo coordinates in meters to narrow search
restrict_valuebooleanWhether to restrict results to the specified bounds only
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Suggest BankDADATA_RU_SUGGEST_BANKAcciónTool to autocomplete and suggest banks by partial details. use when you need to find russian banks by name, bic, inn, swift, or registry number.
DADATA_RU_SUGGEST_BANKAcciónTool to autocomplete and suggest banks by partial details. use when you need to find russian banks by name, bic, inn, swift, or registry number.
Parámetros de entrada
countintegerNumber of suggestions to return (1–20)
querystringObligatorioSearch text: partial name, BIC, INN, SWIFT, or registration number
filtersobjectOptional filters to refine bank suggestions.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Suggest Car BrandDADATA_RU_SUGGEST_CAR_BRANDAcciónTool to suggest car brands. use when you need to autocomplete or correct partial car brand names in russian or english.
DADATA_RU_SUGGEST_CAR_BRANDAcciónTool to suggest car brands. use when you need to autocomplete or correct partial car brand names in russian or english.
Parámetros de entrada
countintegerMaximum number of suggestions to return. Defaults to 10
querystringObligatorioText fragment to autocomplete car brands
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Suggest CourtDADATA_RU_SUGGEST_COURTAcciónTool to suggest russian courts by name or location. use when user types partial court name or provides filters to retrieve possible court suggestions.
DADATA_RU_SUGGEST_COURTAcciónTool to suggest russian courts by name or location. use when user types partial court name or provides filters to retrieve possible court suggestions.
Parámetros de entrada
countintegerNumber of suggestions to return (1–20). Defaults to 10 if omitted
querystringObligatorioText fragment to search courts by name or address
filtersobjectAdditional search filters (e.g., {'region_code': '77', 'court_type': 'arbitration'})
locationsobject[]Filter results by FIAS-based location identifiers
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Suggest CurrencyDADATA_RU_SUGGEST_CURRENCYAcciónTool to suggest currencies by iso 4217 code or name. use when you need currency autocompletion.
DADATA_RU_SUGGEST_CURRENCYAcciónTool to suggest currencies by iso 4217 code or name. use when you need currency autocompletion.
Parámetros de entrada
countintegerNumber of suggestions to return (1–20). Defaults to 10 if omitted
querystringObligatorioCurrency code or name to search for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Suggest EmailDADATA_RU_SUGGEST_EMAILAcciónTool to autocomplete and suggest email addresses. use when user provides an email prefix and you need possible completions.
DADATA_RU_SUGGEST_EMAILAcciónTool to autocomplete and suggest email addresses. use when user provides an email prefix and you need possible completions.
Parámetros de entrada
countintegerNumber of suggestions to return (1–20). Defaults to 10 if omitted
querystringObligatorioEmail prefix or partial email to autocomplete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Suggest FMS UnitDADATA_RU_SUGGEST_FMS_UNITAcciónTool to autocomplete and suggest passport issuing authorities. use when you need to lookup russian fms units by partial code or name.
DADATA_RU_SUGGEST_FMS_UNITAcciónTool to autocomplete and suggest passport issuing authorities. use when you need to lookup russian fms units by partial code or name.
Parámetros de entrada
countintegerNumber of suggestions to return (1–20). Defaults to 10 if omitted
querystringObligatorioText fragment to search for a passport issuing authority by code or name
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Suggest FNS UnitDADATA_RU_SUGGEST_FNS_UNITAcciónTool to suggest russian tax inspection units by partial name or code. use when you need to identify a tax inspection authority from incomplete user input. for example, use query='7700' to retrieve units with code 7700.
DADATA_RU_SUGGEST_FNS_UNITAcciónTool to suggest russian tax inspection units by partial name or code. use when you need to identify a tax inspection authority from incomplete user input. for example, use query='7700' to retrieve units with code 7700.
Parámetros de entrada
countintegerNumber of suggestions to return (120); defaults to 10 if omitted
querystringObligatorioText fragment to search for a tax inspection unit by name or code
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Suggest FTS UnitDADATA_RU_SUGGEST_FTS_UNITAcciónTool to autocomplete and suggest russian customs (fts) units. use when user provides partial name or code to retrieve matching offices.
DADATA_RU_SUGGEST_FTS_UNITAcciónTool to autocomplete and suggest russian customs (fts) units. use when user provides partial name or code to retrieve matching offices.
Parámetros de entrada
countintegerNumber of suggestions to return (1–20). Defaults to 10 if omitted
querystringObligatorioText fragment for FTS unit (customs office) autocomplete
filtersobjectOptional filters to narrow suggestions
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Suggest MetroDADATA_RU_SUGGEST_METROAcciónTool to suggest metro stations. use when you need to autocomplete metro station names in russian cities.
DADATA_RU_SUGGEST_METROAcciónTool to suggest metro stations. use when you need to autocomplete metro station names in russian cities.
Parámetros de entrada
countintegerNumber of suggestions to return (minimum 1)
querystringObligatorioText fragment to autocomplete metro station names
filtersobject[]Optional list of filters to narrow down suggestions
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Suggest MKTUDADATA_RU_SUGGEST_MKTUAcciónTool to suggest mktu entries. use when you need to autocomplete or find international classifier of goods and services codes based on name or description.
DADATA_RU_SUGGEST_MKTUAcciónTool to suggest mktu entries. use when you need to autocomplete or find international classifier of goods and services codes based on name or description.
Parámetros de entrada
countintegerNumber of suggestions to return (1–20). Defaults to 10 if omitted
querystringObligatorioText to search suggestions by MKTU name, code, or description
filterobjectAdditional filters to narrow suggestions. E.g., {'code': '35'}
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Suggest NameDADATA_RU_SUGGEST_NAMEAcciónTool to autocomplete and suggest full names (fio). use when user types partial name fragments to retrieve possible full name completions.
DADATA_RU_SUGGEST_NAMEAcciónTool to autocomplete and suggest full names (fio). use when user types partial name fragments to retrieve possible full name completions.
Parámetros de entrada
countintegerNumber of suggestions to return (1–20). Defaults to 10 if omitted
partsstring[]Specific name parts to search: ['SURNAME','NAME','PATRONYMIC']
querystringObligatorioText fragment to autocomplete full names (FIO)
genderstringenumDesired gender for suggestions: 'MALE' or 'FEMALE'
MALEFEMALElanguagestringenumResponse language: 'ru' or 'en'. Defaults to 'ru'
ruen
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Suggest OKPD2DADATA_RU_SUGGEST_OKPD2AcciónTool to autocomplete and suggest russian product classification codes (okpd2). use when you need to find or validate okpd2 codes by partial queries.
DADATA_RU_SUGGEST_OKPD2AcciónTool to autocomplete and suggest russian product classification codes (okpd2). use when you need to find or validate okpd2 codes by partial queries.
Parámetros de entrada
countintegerNumber of suggestions to return (1–20). Defaults to 10 if omitted
querystringObligatorioSearch query for OKPD2 code or name
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Suggest OKTMODADATA_RU_SUGGEST_OKTMOAcciónTool to suggest russian municipal territory codes (oktmo). use when user needs to autocomplete or search for oktmo codes by name or code fragment.
DADATA_RU_SUGGEST_OKTMOAcciónTool to suggest russian municipal territory codes (oktmo). use when user needs to autocomplete or search for oktmo codes by name or code fragment.
Parámetros de entrada
countintegerNumber of suggestions to return (1–20). Defaults to 10 if omitted
querystringObligatorioSearch query for OKTMO codes (name or code fragment)
statusstring[]Filter by status values 'ACTIVE' or 'LIQUIDATED'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Suggest OKVED2DADATA_RU_SUGGEST_OKVED2AcciónTool to suggest okved2 codes by text query. use when you have a fragment of a russian economic activity code or name and need structured suggestions.
DADATA_RU_SUGGEST_OKVED2AcciónTool to suggest okved2 codes by text query. use when you have a fragment of a russian economic activity code or name and need structured suggestions.
Parámetros de entrada
countintegerNumber of suggestions to return (1–20). Defaults to 10 if omitted.
querystringObligatorioFragment of OKVED2 code or activity name to search for
to_boundobjectUpper boundary of OKVED2 selection
from_boundobjectLower boundary of OKVED2 selection
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Suggest PartyDADATA_RU_SUGGEST_PARTYAcciónTool to autocomplete and suggest russian companies or entrepreneurs. use when you have a partial name, inn, ogrn, or address and need structured suggestions.
DADATA_RU_SUGGEST_PARTYAcciónTool to autocomplete and suggest russian companies or entrepreneurs. use when you have a partial name, inn, ogrn, or address and need structured suggestions.
Parámetros de entrada
typestringenumFilter by entity type: "LEGAL" (juridical) or "INDIVIDUAL" (entrepreneur).
LEGALINDIVIDUALcountintegerNumber of suggestions to return (1–20). Defaults to 10 if omitted.
querystringObligatorioSearch query: company name, INN, OGRN, address, etc.
statusstring[]Filter by entity status.
filtersobject[]Additional filters as defined in DaData docs (e.g., legalForm, region).
branchesstringenumWhich branches to include: "main" only, or "all" (default).
mainall
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Suggest Postal UnitDADATA_RU_SUGGEST_POSTAL_UNITAcciónTool to suggest russian postal units by index or coordinates. use when autocompleting postal office codes or finding nearby mail offices.
DADATA_RU_SUGGEST_POSTAL_UNITAcciónTool to suggest russian postal units by index or coordinates. use when autocompleting postal office codes or finding nearby mail offices.
Parámetros de entrada
countintegerNumber of suggestions to return (1–20). Defaults to 10 if omitted
querystringObligatorioSearch string: postal unit name, address fragment, or postal code
filtersobjectOptional filters to refine postal unit suggestions.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not