Melo
meloMelo provides a comprehensive API for accessing real-time, deduplicated real estate listings and market analytics across France.
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ónTool to retrieve a list of cities with optional filters. use when you need to fetch available cities before processing location-specific data.
MELO_GET_CITIESAcciónTool 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
pageintegerPage number for paginated results (must be ≥ 1).
searchstringSearch keyword to filter cities.
per_pageintegerNumber of results per page (1–50).
country_codestringFilter by ISO 2-letter country code (e.g., 'US').
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
List SearchesMELO_LIST_SEARCHESAcciónTool to list all searches. use after authenticating to retrieve the user's searches.
MELO_LIST_SEARCHESAcciónTool to list all searches. use after authenticating to retrieve the user's searches.
Parámetros de entrada
pageintegerPage number for pagination (must be >= 1)
sortstringSort order of the results, e.g., 'created_at' or '-created_at'
limitintegerNumber of results per page (must be >= 1)
statusstringFilter searches by status
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
Location AutocompleteMELO_LOCATION_AUTOCOMPLETEAcciónTool 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.
MELO_LOCATION_AUTOCOMPLETEAcciónTool 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
typestringenumType of location to retrieve (city, region, or country).
cityregioncountrylimitintegerMaximum number of results (default is 5, maximum is 20).
querystringObligatorioText query to autocomplete locations for.
countryCodestringISO 3166-1 alpha-2 country code to filter results.
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
Simulate WebhookMELO_SIMULATE_WEBHOOKAcciónTool to simulate sending a webhook event. use when testing webhook integrations. call after configuring endpoint and payload.
MELO_SIMULATE_WEBHOOKAcciónTool to simulate sending a webhook event. use when testing webhook integrations. call after configuring endpoint and payload.
Parámetros de entrada
urlstringObligatorioTarget URL to which the webhook should be sent.
payloadobjectObligatorioData payload to send with the webhook.
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