Dadata Ru

Learn how to use Dadata Ru with Composio

Overview

Enum

DADATA_RU

Description

DaData provides APIs for data validation, standardization, and enrichment, including address parsing, company information retrieval, and more.

Authentication Details

api_key
stringRequired
secret_key
stringRequired

Actions

Tool to find address by identifier. use when you need full address details from a cadastral number, fias id, or kladr code.

Action Parameters

query
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to clean and standardize russian postal addresses. use when you need structured address fields from raw strings.

Action Parameters

addresses
arrayRequired

Action Response

data
array
error
string
successful
boolean
Tool to standardize and validate birthdate strings. use after capturing raw birthdate inputs to normalize them to yyyy-mm-dd.

Action Parameters

birthdate
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool 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.

Action Parameters

emails
arrayRequired

Action Response

data
object
error
string
successful
boolean
Tool 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.

Action Parameters

fios
arrayRequired

Action Response

data
object
error
string
successful
boolean
Tool to validate a russian passport number against the official registry. use after collecting passport details.

Action Parameters

passport
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool 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.

Action Parameters

phones
arrayRequired

Action Response

data
object
error
string
successful
boolean
Tool to standardize and parse vehicle data fields. use after obtaining raw vehicle info to extract brand, model, year, vin, and other identifiers.

Action Parameters

vehicles
arrayRequired

Action Response

data
array
error
string
successful
boolean
Tool 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.

Action Parameters

kpp
string
query
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to find car brand by its identifier. use when you need detailed car brand information by code. example: find details for brand code '1010'.

Action Parameters

query
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to find country details by iso or numeric code. use when you have a valid country code and need full metadata.

Action Parameters

language
string
query
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to find currency details by iso 4217 code. use when you have a currency code and need its full metadata.

Action Parameters

query
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool 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.

Action Parameters

query
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool 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.

Action Parameters

query
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to find customs (fts) office by code. use when you have a customs office identifier and need detailed information.

Action Parameters

count
integer
query
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to find mktu classification details by code. use when you have an mktu code and need its descriptions and metadata.

Action Parameters

count
integer
query
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to find okved2 classifier entries by code. use when you have an okved2 code and need full metadata.

Action Parameters

query
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to find company or individual entrepreneur details by inn, ogrn, or kpp. use when you have a valid identifier and need full registration data.

Action Parameters

branch_type
string
query
stringRequired
type
string

Action Response

data
object
error
string
successful
boolean
Tool 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".

Action Parameters

filters
array
query
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool 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.

Action Parameters

kpp
string
query
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to find nearest addresses by geographic coordinates. use when you need address suggestions around a specific location.

Action Parameters

count
integer
lat
numberRequired
lon
numberRequired
radius_meters
integer

Action Response

data
object
error
string
successful
boolean
Tool to retrieve current dadata account balance. use before making api calls that consume funds.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool 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.

Action Parameters

date
string

Action Response

data
object
error
string
successful
boolean
Tool 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.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to determine russian address by ip. use when you need to resolve an ip to city/region data.

Action Parameters

ip
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to autocomplete and suggest addresses. use when user types partial address fragments to retrieve possible address completions.

Action Parameters

bounds
array
count
integer
from_bound
object
geo_lat
number
geo_lon
number
language
string
query
stringRequired
radius_meters
integer
restrict_value
boolean
to_bound
object

Action Response

data
object
error
string
successful
boolean
Tool to autocomplete and suggest banks by partial details. use when you need to find russian banks by name, bic, inn, swift, or registry number.

Action Parameters

count
integer
filters
object
query
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to suggest car brands. use when you need to autocomplete or correct partial car brand names in russian or english.

Action Parameters

count
integer
query
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to suggest russian courts by name or location. use when user types partial court name or provides filters to retrieve possible court suggestions.

Action Parameters

count
integer
filters
object
locations
array
query
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to suggest currencies by iso 4217 code or name. use when you need currency autocompletion.

Action Parameters

count
integer
query
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to autocomplete and suggest email addresses. use when user provides an email prefix and you need possible completions.

Action Parameters

count
integer
query
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to autocomplete and suggest passport issuing authorities. use when you need to lookup russian fms units by partial code or name.

Action Parameters

count
integer
query
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool 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.

Action Parameters

count
integer
query
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to autocomplete and suggest russian customs (fts) units. use when user provides partial name or code to retrieve matching offices.

Action Parameters

count
integer
filters
object
query
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to suggest metro stations. use when you need to autocomplete metro station names in russian cities.

Action Parameters

count
integer
filters
array
query
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to suggest mktu entries. use when you need to autocomplete or find international classifier of goods and services codes based on name or description.

Action Parameters

count
integer
filter
object
query
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to autocomplete and suggest full names (fio). use when user types partial name fragments to retrieve possible full name completions.

Action Parameters

count
integer
gender
string
language
string
parts
array
query
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to autocomplete and suggest russian product classification codes (okpd2). use when you need to find or validate okpd2 codes by partial queries.

Action Parameters

count
integer
query
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to suggest russian municipal territory codes (oktmo). use when user needs to autocomplete or search for oktmo codes by name or code fragment.

Action Parameters

count
integer
query
stringRequired
status
array

Action Response

data
object
error
string
successful
boolean
Tool 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.

Action Parameters

count
integer
from_bound
object
query
stringRequired
to_bound
object

Action Response

data
object
error
string
successful
boolean
Tool to autocomplete and suggest russian companies or entrepreneurs. use when you have a partial name, inn, ogrn, or address and need structured suggestions.

Action Parameters

branches
string
count
integer
filters
array
query
stringRequired
status
array
type
string

Action Response

data
object
error
string
successful
boolean
Tool to suggest russian postal units by index or coordinates. use when autocompleting postal office codes or finding nearby mail offices.

Action Parameters

count
integer
filters
object
query
stringRequired

Action Response

data
object
error
string
successful
boolean