NAiOS IconNAiOS Logo
Volver al catálogo

Yandex

yandex

Yandex is a Russian internet services provider offering search, email, navigation, and other web-based solutions, often referred to as “Russia’s Google”

Acciones
4
Triggers
0
Autenticación
OAuth gestionado
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • llstring

    Longitude,latitude of search center. Used with spn or bbox to bound search area.

  • spnstring

    Longitude span,latitude span for search area. Used with ll.

  • uristring

    Identifier from previous geosuggest result. If set, text is ignored.

  • bboxstring

    Bounding box as 'lon1,lat1~lon2,lat2'. Overrides ll+spn if provided.

  • langstringObligatorioenum

    Preferred 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_TR
  • rspnboolean

    Restrict search to defined area (ll+spn or bbox). True to restrict, False to allow outside search.

  • skipinteger

    Number of results to skip. Must be a multiple of `results` if > 0.

  • textstringObligatorio

    Search query text: business name, address, TIN, coordinates, or phone number.

  • typestring

    Type of search results; fixed to 'biz' for organization search.

  • apikeystringObligatorio

    API key issued in the Yandex Developer Dashboard for Places API. Activation takes up to 15 minutes.

  • resultsinteger

    Maximum number of results to return (1-50). Default is 10.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Yandex Geocoder ReverseYANDEX_YANDEX_GEOCODER_REVERSEAcción

Tool to perform reverse geocoding using yandex maps http geocoder api.

Parámetros de entrada

  • kindstringenum

    Type of object to return, e.g., 'house'

    housestreetmetrodistrictlocality
  • langstringenum

    Language and region for the response, e.g., 'en_US'

    ru_RUuk_UAbe_BYen_RUen_UStr_TR
  • apikeystringObligatorio

    Yandex Maps HTTP Geocoder API key

  • formatstring

    Response format; only 'json' is supported

  • latitudenumberObligatorio

    Latitude in degrees, between -90 and 90

  • longitudenumberObligatorio

    Longitude in degrees, between -180 and 180

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Generate detailed routeYANDEX_YANDEX_ROUTEAcción

Tool to generate detailed route for driving, walking, or public transport. use when planning a route between specified geographic points.

Parámetros de entrada

  • modestringenum

    Transport mode for the route.

    drivingtruckwalkingtransitbicyclescooter
  • widthnumber

    Vehicle width in meters (truck only).

  • apikeystringObligatorio

    Yandex Maps API key. Activation may take up to 15 minutes.

  • heightnumber

    Vehicle height in meters (truck only).

  • lengthnumber

    Vehicle length in meters (truck only).

  • levelsstring

    Comma-separated floor levels per waypoint (must match number of waypoints). Available for walking and transit modes on paid plans.

  • weightnumber

    Vehicle weight in tons (truck only).

  • payloadnumber

    Vehicle load capacity in tons (truck only).

  • trafficstring

    Disable traffic-aware routing (only for driving or truck modes).

  • eco_classinteger

    Vehicle emission standard (truck only).

  • waypointsstringObligatorio

    Route 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_weightnumber

    Maximum allowed vehicle weight in tons (truck only).

  • avoid_tollsboolean

    Avoid 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_weightnumber

    Vehicle axle load in tons (truck only).

  • has_trailerboolean

    Indicates if the vehicle has a trailer (truck only).

  • departure_timeinteger

    Departure time as UNIX timestamp in seconds. Ignored for walking, bicycle, or scooter modes, or when traffic is disabled.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Yandex Tiles APIYANDEX_YANDEX_TILESAcción

Tool 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

  • lstringObligatorio

    Map layer type. Only 'map' (roadmap) is supported.

  • xintegerObligatorio

    Tile number on the X axis (calculate per docs).

  • yintegerObligatorio

    Tile number on the Y axis (calculate per docs).

  • zintegerObligatorio

    Zoom level, integer from 0 (whole world) up to 20 (street level).

  • langstringObligatorioenum

    Map 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_TR
  • scalenumber

    Scale 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.

  • apikeystringObligatorio

    Developer API key issued in the Yandex Developer Dashboard. Activation may take up to 15 minutes.

  • maptypestringenum

    Predefined map style mode (default 'map').

    mapfuture_mapdrivingtransitadmin
  • projectionstringenum

    Projection: 'wgs84_mercator' for elliptical Mercator (default), 'web_mercator' for spherical Web Mercator.

    wgs84_mercatorweb_mercator

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not