NAiOS IconNAiOS Logo
Volver al catálogo

Melo

melo

Melo provides a comprehensive API for accessing real-time, deduplicated real estate listings and market analytics across France.

Acciones
4
Triggers
0
Autenticación
OAuth gestionado
No
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.

Get CitiesMELO_GET_CITIESAcción

Tool to retrieve a list of cities with optional filters. use when you need to fetch available cities before processing location-specific data.

Parámetros de entrada

  • pageinteger

    Page number for paginated results (must be ≥ 1).

  • searchstring

    Search keyword to filter cities.

  • per_pageinteger

    Number of results per page (1–50).

  • country_codestring

    Filter by ISO 2-letter country code (e.g., 'US').

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

List SearchesMELO_LIST_SEARCHESAcción

Tool to list all searches. use after authenticating to retrieve the user's searches.

Parámetros de entrada

  • pageinteger

    Page number for pagination (must be >= 1)

  • sortstring

    Sort order of the results, e.g., 'created_at' or '-created_at'

  • limitinteger

    Number of results per page (must be >= 1)

  • statusstring

    Filter searches by status

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

Location AutocompleteMELO_LOCATION_AUTOCOMPLETEAcción

Tool to fetch location autocomplete suggestions. use when you have a partial location query and need possible matching locations from melo api. supports filtering by country and location type. use after forming the query string.

Parámetros de entrada

  • typestringenum

    Type of location to retrieve (city, region, or country).

    cityregioncountry
  • limitinteger

    Maximum number of results (default is 5, maximum is 20).

  • querystringObligatorio

    Text query to autocomplete locations for.

  • countryCodestring

    ISO 3166-1 alpha-2 country code to filter results.

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

Simulate WebhookMELO_SIMULATE_WEBHOOKAcción

Tool to simulate sending a webhook event. use when testing webhook integrations. call after configuring endpoint and payload.

Parámetros de entrada

  • urlstringObligatorio

    Target URL to which the webhook should be sent.

  • payloadobjectObligatorio

    Data payload to send with the webhook.

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