Yandex
yandexYandex is a Russian internet services provider offering search, email, navigation, and other web-based solutions, often referred to as “Russia’s Google”
Acciones disponibles (4)
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.
Organization SearchYANDEX_ORGANIZATION_SEARCHAcciónTool to find businesses and organizations by name, address, or tin. use when you need to search for companies in a specific region or text query.
YANDEX_ORGANIZATION_SEARCHAcciónTool to find businesses and organizations by name, address, or tin. use when you need to search for companies in a specific region or text query.
Parámetros de entrada
llstringLongitude,latitude of search center. Used with spn or bbox to bound search area.
spnstringLongitude span,latitude span for search area. Used with ll.
uristringIdentifier from previous geosuggest result. If set, text is ignored.
bboxstringBounding box as 'lon1,lat1~lon2,lat2'. Overrides ll+spn if provided.
langstringObligatorioenumPreferred response language and regional settings in format language_region. Supported: ru_RU, uk_UA, be_BY, en_RU, en_US, tr_TR.
ru_RUuk_UAbe_BYen_RUen_UStr_TRrspnbooleanRestrict search to defined area (ll+spn or bbox). True to restrict, False to allow outside search.
skipintegerNumber of results to skip. Must be a multiple of `results` if > 0.
textstringObligatorioSearch query text: business name, address, TIN, coordinates, or phone number.
typestringType of search results; fixed to 'biz' for organization search.
apikeystringObligatorioAPI key issued in the Yandex Developer Dashboard for Places API. Activation takes up to 15 minutes.
resultsintegerMaximum number of results to return (1-50). Default is 10.
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
Yandex Geocoder ReverseYANDEX_YANDEX_GEOCODER_REVERSEAcciónTool to perform reverse geocoding using yandex maps http geocoder api.
YANDEX_YANDEX_GEOCODER_REVERSEAcciónTool to perform reverse geocoding using yandex maps http geocoder api.
Parámetros de entrada
kindstringenumType of object to return, e.g., 'house'
housestreetmetrodistrictlocalitylangstringenumLanguage and region for the response, e.g., 'en_US'
ru_RUuk_UAbe_BYen_RUen_UStr_TRapikeystringObligatorioYandex Maps HTTP Geocoder API key
formatstringResponse format; only 'json' is supported
latitudenumberObligatorioLatitude in degrees, between -90 and 90
longitudenumberObligatorioLongitude in degrees, between -180 and 180
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
Generate detailed routeYANDEX_YANDEX_ROUTEAcciónTool to generate detailed route for driving, walking, or public transport. use when planning a route between specified geographic points.
YANDEX_YANDEX_ROUTEAcciónTool to generate detailed route for driving, walking, or public transport. use when planning a route between specified geographic points.
Parámetros de entrada
modestringenumTransport mode for the route.
drivingtruckwalkingtransitbicyclescooterwidthnumberVehicle width in meters (truck only).
apikeystringObligatorioYandex Maps API key. Activation may take up to 15 minutes.
heightnumberVehicle height in meters (truck only).
lengthnumberVehicle length in meters (truck only).
levelsstringComma-separated floor levels per waypoint (must match number of waypoints). Available for walking and transit modes on paid plans.
weightnumberVehicle weight in tons (truck only).
payloadnumberVehicle load capacity in tons (truck only).
trafficstringDisable traffic-aware routing (only for driving or truck modes).
eco_classintegerVehicle emission standard (truck only).
waypointsstringObligatorioRoute waypoints in WGS84 'latitude,longitude' format separated by '|'. Use up to 50 points for driving/truck modes, and up to 25 for other modes.
max_weightnumberMaximum allowed vehicle weight in tons (truck only).
avoid_tollsbooleanAvoid toll roads (only for driving or truck modes).
avoid_zonesstring[]Polygons to avoid during routing, each formatted as 'lat,lon|lat,lon|...'. Only for driving or truck modes.
axle_weightnumberVehicle axle load in tons (truck only).
has_trailerbooleanIndicates if the vehicle has a trailer (truck only).
departure_timeintegerDeparture time as UNIX timestamp in seconds. Ignored for walking, bicycle, or scooter modes, or when traffic is disabled.
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
Yandex Tiles APIYANDEX_YANDEX_TILESAcciónTool to fetch individual map tile images by x/y coordinates and zoom level. use after calculating tile indices for custom map rendering.
YANDEX_YANDEX_TILESAcciónTool to fetch individual map tile images by x/y coordinates and zoom level. use after calculating tile indices for custom map rendering.
Parámetros de entrada
lstringObligatorioMap layer type. Only 'map' (roadmap) is supported.
xintegerObligatorioTile number on the X axis (calculate per docs).
yintegerObligatorioTile number on the Y axis (calculate per docs).
zintegerObligatorioZoom level, integer from 0 (whole world) up to 20 (street level).
langstringObligatorioenumMap caption language and region, in ISO 639-1_language + ISO 3166-1_region format. Determines feature-label language and regional settings.
ru_RUen_RUen_USuk_UAru_UAtr_TRscalenumberScale factor for tile image size (0.11.0). Values >1.0 produce larger hi-res tiles (51212 for scale=2), values <1.0 shrink the tile.
apikeystringObligatorioDeveloper API key issued in the Yandex Developer Dashboard. Activation may take up to 15 minutes.
maptypestringenumPredefined map style mode (default 'map').
mapfuture_mapdrivingtransitadminprojectionstringenumProjection: 'wgs84_mercator' for elliptical Mercator (default), 'web_mercator' for spherical Web Mercator.
wgs84_mercatorweb_mercator
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