Acerca de la API:
Esta API proporciona acceso bajo demanda a estimaciones de alquiler de propiedades en tiempo real y listados de alquiler comparables. Contamos con cobertura a nivel nacional para casi todas las propiedades residenciales y comerciales en los EE. UU.
Esta API recibirá información como la dirección de la que desea obtener información sobre alquiler. Latitud y longitud si no tiene la dirección.
Además, seleccionará el tipo de propiedad, el número de dormitorios y baños, el tamaño total del área habitable de la propiedad, y en pies cuadrados recibirá un listado de diferentes propiedades que se ajusten a esas características.
La API de estimación de alquiler es la herramienta perfecta para propietarios e administradores de propiedades. Le permite devolver una estimación de alquiler y listados de alquiler similares para una dirección o coordenadas lat/long. Esta herramienta mejorará la precisión de la estimación proporcionando parámetros de características de la propiedad.
Ideal para aquellas agencias inmobiliarias que desean obtener una visión de los precios de alquiler en una área determinada. Además, ayudará a establecer una base de datos de información de alquiler para usar en el futuro y comparar cuánto han cambiado los alquileres a lo largo de los años.
Además de las limitaciones de llamadas API por mes:
Con esta herramienta, puedes obtener una estimación de alquiler para una dirección o coordenadas de lat/long. También puedes obtener un listado de alquiler similar para una dirección o coordenadas de lat/long. Esta herramienta está diseñada para mejorar la precisión de tu estimación de alquiler.
Recibe una amplia lista de alquileres estimados en los EE. UU.
Tipos de Propiedades
Utilizamos los siguientes tipos de propiedades en nuestra API, tanto para el parámetro de consulta propertyType
como para los campos de tipo de propiedad, devueltos a través de nuestra API como parte de los registros de propiedad o listado:
Casa Unifamiliar
(predeterminado): una propiedad unifamiliar independienteCondominio
: una unidad única en un desarrollo o edificio de condominios, que es parte de una asociación de propietarios (HOA)Casa Adosada
: una propiedad unifamiliar que comparte paredes con otras casas adyacentes, y que generalmente es parte de una asociación de propietarios (HOA)Duplex-Tríplex
: una unidad/apartamento única dentro de un edificio residencial multifamiliar (2-4 unidades)Apartamento
: una unidad/apartamento única dentro de un edificio multifamiliar comercial o complejo de apartamentos (5+ unidades)Estimación de alquiler. - Características del Endpoint
Objeto | Descripción |
---|---|
address |
[Requerido] The property address in the format of 'Street, City, State, Zip'. You need to provide either the address or the latitude/longitude parameters |
propertyType |
Opcional Property type. |
bedrooms |
Opcional |
bathrooms |
Opcional |
squareFootage |
Opcional |
{
"rent": 3280,
"rentRangeLow": 2960,
"rentRangeHigh": 3600,
"listings": [
{
"id": "14411-Woodcrest-Dr,-Rockville,-MD-20853",
"formattedAddress": "14411 Woodcrest Dr, Rockville, MD 20853",
"longitude": -77.095534,
"latitude": 39.093589,
"city": "Rockville",
"state": "MD",
"zipcode": "20853",
"price": 3399,
"publishedDate": "2024-07-12T04:01:35.757Z",
"distance": 0.4632,
"daysOld": 179,
"correlation": 0.972,
"address": "14411 Woodcrest Dr",
"bedrooms": 4,
"bathrooms": 2,
"propertyType": "single-family",
"squareFootage": 1750.0,
"yearBuilt": null
},
{
"id": "14417-Barkwood-Dr,-Rockville,-MD-20853",
"formattedAddress": "14417 Barkwood Dr, Rockville, MD 20853",
"longitude": -77.096827,
"latitude": 39.093541,
"city": "Rockville",
"state": "MD",
"zipcode": "20853",
"price": 3249,
"publishedDate": "2025-01-06T04:15:59.613Z",
"distance": 0.5319,
"daysOld": 1,
"correlation": 0.9599,
"address": "14417 Barkwood Dr",
"bedrooms": 4,
"bathrooms": 2.5,
"propertyType": "single-family",
"squareFootage": 1657.0,
"yearBuilt": null
},
{
"id": "14305-Blackmon-Dr,-Rockville,-MD-20853",
"formattedAddress": "14305 Blackmon Dr, Rockville, MD 20853",
"longitude": -77.089707,
"latitude": 39.090765,
"city": "Rockville",
"state": "MD",
"zipcode": "20853",
"price": 3400,
"publishedDate": "2024-08-21T03:26:15.006Z",
"distance": 0.2054,
"daysOld": 139,
"correlation": 0.9326,
"address": "14305 Blackmon Dr",
"bedrooms": 4,
"bathrooms": 2,
"propertyType": "single-family",
"squareFootage": 2186.0,
"yearBuilt": 1962
},
{
"id": "14227-Arctic-Ave,-Rockville,-MD-20853",
"formattedAddress": "14227 Arctic Ave, Rockville, MD 20853",
"longitude": -77.09263,
"latitude": 39.091837,
"city": "Rockville",
"state": "MD",
"zipcode": "20853",
"price": 3250,
"publishedDate": "2024-06-05T00:00:00.000Z",
"distance": 0.312,
"daysOld": 217,
"correlation": 0.9291,
"address": "14227 Arctic Ave",
"bedrooms": 4,
"bathrooms": 3,
"propertyType": "single-family",
"squareFootage": 1730.0,
"yearBuilt": null
},
{
"id": "4011-Southend-Rd,-Rockville,-MD-20853",
"formattedAddress": "4011 Southend Rd, Rockville, MD 20853",
"longitude": -77.081576,
"latitude": 39.085452,
"city": "Rockville",
"state": "MD",
"zipcode": "20853",
"price": 3500,
"publishedDate": "2024-11-02T03:07:40.572Z",
"distance": 0.5867,
"daysOld": 66,
"correlation": 0.9282,
"address": "4011 Southend Rd",
"bedrooms": 4,
"bathrooms": 2.5,
"propertyType": "single-family",
"squareFootage": 1912.0,
"yearBuilt": 1958
},
{
"id": "14234-Chadwick-Ln,-Rockville,-MD-20853",
"formattedAddress": "14234 Chadwick Ln, Rockville, MD 20853",
"longitude": -77.083609,
"latitude": 39.091594,
"city": "Rockville",
"state": "MD",
"zipcode": "20853",
"price": 3000,
"publishedDate": "2024-09-12T03:53:13.992Z",
"distance": 0.1993,
"daysOld": 117,
"correlation": 0.9275,
"address": "14234 Chadwick Ln",
"bedrooms": 4,
"bathrooms": 2.5,
"propertyType": "single-family",
"squareFootage": 1976.0,
"yearBuilt": 1960
},
{
"id": "14407-Oakvale-St,-Rockville,-MD-20853",
"formattedAddress": "14407 Oakvale St, Rockville, MD 20853",
"longitude": -77.090195,
"latitude": 39.088681,
"city": "Rockville",
"state": "MD",
"zipcode": "20853",
"price": 3800,
"publishedDate": "2024-08-29T03:48:11.511Z",
"distance": 0.3355,
"daysOld": 131,
"correlation": 0.9091,
"address": "14407 Oakvale St",
"bedrooms": 4,
"bathrooms": 3,
"propertyType": "single-family",
"squareFootage": 1902.0,
"yearBuilt": 1964
},
{
"id": "14413-Woodcrest-Dr,-Rockville,-MD-20853",
"formattedAddress": "14413 Woodcrest Dr, Rockville, MD 20853",
"longitude": -77.095647,
"latitude": 39.093832,
"city": "Rockville",
"state": "MD",
"zipcode": "20853",
"price": 3600,
"publishedDate": "2024-07-08T03:46:57.887Z",
"distance": 0.4714,
"daysOld": 183,
"correlation": 0.907,
"address": "14413 Woodcrest Dr",
"bedrooms": 4,
"bathrooms": 3,
"propertyType": "single-family",
"squareFootage": 1900.0,
"yearBuilt": 1965
},
{
"id": "14017-Bardot-St,-Rockville,-MD-20853",
"formattedAddress": "14017 Bardot St, Rockville, MD 20853",
"longitude": -77.089622,
"latitude": 39.086721,
"city": "Rockville",
"state": "MD",
"zipcode": "20853",
"price": 3350,
"publishedDate": "2024-06-02T00:00:00.000Z",
"distance": 0.4462,
"daysOld": 220,
"correlation": 0.9007,
"address": "14017 Bardot St",
"bedrooms": 4,
"bathrooms": 2.5,
"propertyType": "single-family",
"squareFootage": 2240.0,
"yearBuilt": 1964
},
{
"id": "14020-Bardot-St,-Rockville,-MD-20853",
"formattedAddress": "14020 Bardot St, Rockville, MD 20853",
"longitude": -77.09013,
"latitude": 39.087069,
"city": "Rockville",
"state": "MD",
"zipcode": "20853",
"price": 3500,
"publishedDate": "2024-06-11T02:49:13.226Z",
"distance": 0.4334,
"daysOld": 210,
"correlation": 0.8819,
"address": "14020 Bardot St",
"bedrooms": 4,
"bathrooms": 3,
"propertyType": "single-family",
"squareFootage": 2178.0,
"yearBuilt": 1964
},
{
"id": "4208-Bel-Pre-Rd,-Rockville,-MD-20853",
"formattedAddress": "4208 Bel Pre Rd, Rockville, MD 20853",
"longitude": -77.084104,
"latitude": 39.092085,
"city": "Rockville",
"state": "MD",
"zipcode": "20853",
"price": 3200,
"publishedDate": "2024-07-09T03:44:03.538Z",
"distance": 0.1618,
"daysOld": 182,
"correlation": 0.8677,
"address": "4208 Bel Pre Rd",
"bedrooms": 3,
"bathrooms": 2.5,
"propertyType": "single-family",
"squareFootage": 1672.0,
"yearBuilt": 1961
},
{
"id": "14204-Woodcrest-Dr,-Rockville,-MD-20853",
"formattedAddress": "14204 Woodcrest Dr, Rockville, MD 20853",
"longitude": -77.099215,
"latitude": 39.090172,
"city": "Rockville",
"state": "MD",
"zipcode": "20853",
"price": 3490,
"publishedDate": "2024-08-28T03:29:26.578Z",
"distance": 0.6831,
"daysOld": 132,
"correlation": 0.8585,
"address": "14204 Woodcrest Dr",
"bedrooms": 4,
"bathrooms": 2.5,
"propertyType": "single-family",
"squareFootage": 2903.0,
"yearBuilt": 1966
},
{
"id": "4923-Baffin-Bay-Ln,-Rockville,-MD-20853",
"formattedAddress": "4923 Baffin Bay Ln, Rockville, MD 20853",
"longitude": -77.099763,
"latitude": 39.096131,
"city": "Rockville",
"state": "MD",
"zipcode": "20853",
"price": 3300,
"publishedDate": "2024-04-17T00:00:00.000Z",
"distance": 0.7242,
"daysOld": 266,
"correlation": 0.8504,
"address": "4923 Baffin Bay Ln",
"bedrooms": 5,
"bathrooms": 2.5,
"propertyType": "single-family",
"squareFootage": 1736.0,
"yearBuilt": 1966
},
{
"id": "3958-Chesterwood-Dr,-Silver-Spring,-MD-20906",
"formattedAddress": "3958 Chesterwood Dr, Silver Spring, MD 20906",
"longitude": -77.07843,
"latitude": 39.086304,
"city": "Silver Spring",
"state": "MD",
"zipcode": "20906",
"price": 2700,
"publishedDate": "2024-07-08T03:46:58.053Z",
"distance": 0.6432,
"daysOld": 183,
"correlation": 0.8343,
"address": "3958 Chesterwood Dr",
"bedrooms": 3,
"bathrooms": 2.5,
"propertyType": "single-family",
"squareFootage": 1356.0,
"y...
curl --location --request GET 'https://zylalabs.com/api/65/rental+estimate+api/138/rental+estimate?address=1600 Amphitheatre Parkway, Mountain View, CA 94043&propertyType=apartment&bedrooms=2&bathrooms=2&squareFootage=1600' --header 'Authorization: Bearer YOUR_API_KEY'
Encabezado | Descripción |
---|---|
Autorización
|
[Requerido] Debería ser Bearer access_key . Consulta "Tu Clave de Acceso a la API" arriba cuando estés suscrito. |
Sin compromiso a largo plazo. Mejora, reduce o cancela en cualquier momento. La Prueba Gratuita incluye hasta 50 solicitudes.
La API de Estimación de Alquiler proporciona estimaciones de alquiler de propiedades en tiempo real y listados de alquiler comparables para propiedades residenciales y comerciales en los EE. UU. Ofrece acceso bajo demanda a información valiosa sobre precios de alquiler, permitiendo a los desarrolladores integrar estos datos en sus aplicaciones o sitios web.
Las estimaciones de alquiler proporcionadas por la API de Estimación de Alquiler se basan en datos y algoritmos completos que tienen en cuenta diversos factores como la ubicación de la propiedad, el tamaño, las comodidades y las tendencias del mercado. Si bien las estimaciones están diseñadas para ser lo más precisas posible, es importante tener en cuenta que son estimaciones y pueden no reflejar el precio de alquiler exacto para una propiedad específica.
La API de Estimación de Alquiler recoge datos de diversas fuentes, incluidas registros públicos, listados de propiedades, bases de datos inmobiliarias y tendencias del mercado. Los algoritmos de la API analizan estos datos para generar estimaciones de alquiler e identificar listados de alquiler comparables, proporcionando a los usuarios valiosos conocimientos sobre el mercado de alquiler.
Sí, la API de Estimación de Alquiler cubre tanto propiedades residenciales como comerciales en los Estados Unidos. Ya sea que necesite estimaciones de alquiler para apartamentos, casas, oficinas, espacios comerciales u otros tipos de propiedades, la API ofrece cobertura a nivel nacional para una amplia gama de categorías inmobiliarias.
La API de Estimación de Alquiler está diseñada para ser fácilmente integrada en aplicaciones o sitios web. Normalmente sigue una arquitectura de API RESTful, lo que permite a los desarrolladores realizar solicitudes HTTP a los puntos finales de la API y recibir las estimaciones de alquiler y las listas de alquiler comparables como respuestas. Los desarrolladores pueden consultar la documentación de la API para obtener instrucciones detalladas sobre cómo utilizar la API e incorporar los datos en sus proyectos.
La API de estimación de alquiler devuelve estimaciones de alquiler, rangos de alquiler y listados de alquiler comparables. Cada anuncio incluye detalles como dirección de la propiedad, precio, número de dormitorios y baños, superficie en pies cuadrados y tipo de propiedad.
Los campos clave en la respuesta incluyen "renta" (renta estimada), "rangoDeRentaBajo" y "rangoDeRentaAlto" (rango de precios), y "listados" (arreglo de propiedades comparables con detalles como dirección, precio y tipo de propiedad).
Los datos de respuesta están estructurados en formato JSON, con el objeto principal que contiene estimaciones de alquiler y un array de anuncios. Cada anuncio incluye campos como "id," "direcciónFormateada," "precio," y características de la propiedad.
Los usuarios pueden personalizar las solicitudes utilizando parámetros como "dirección", "latitud", "longitud", "tipoDePropiedad", "habitaciones", "baños" y "metrajeCuadrado" para afinar su búsqueda de estimaciones de alquiler.
El punto final proporciona estimaciones de alquiler, listados de alquiler comparables e información detallada sobre la propiedad, incluyendo ubicación, precio, tamaño y tipo de propiedad, tanto para propiedades residenciales como comerciales.
La precisión de los datos se mantiene a través de actualizaciones continuas de diversas fuentes, incluidos registros públicos y bases de datos de bienes raíces. Los algoritmos analizan estos datos para garantizar estimaciones de alquiler confiables y listados comparables.
Los casos de uso típicos incluyen ayudar a los propietarios a establecer precios de alquiler competitivos, asistir a las agencias inmobiliarias en el análisis de mercado y permitir a los administradores de propiedades evaluar las tendencias de alquiler en áreas específicas.
Los usuarios pueden aprovechar los datos devueltos para comparar precios de alquiler, identificar tendencias del mercado y tomar decisiones informadas sobre precios y gestión de propiedades al analizar los detalles de listados comparables.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
Prices are listed in USD (United States Dollar), EUR (Euro), CAD (Canadian Dollar), AUD (Australian Dollar), and GBP (British Pound). We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world's most reliable payment companies. If you have any trouble paying by card, just contact us at [email protected]
Additionally, if you already have an active subscription in any of these currencies (USD, EUR, CAD, AUD, GBP), that currency will remain for subsequent subscriptions. You can change the currency at any time as long as you don't have any active subscriptions.
The local currency shown on the pricing page is based on the country of your IP address and is provided for reference only. The actual prices are in USD (United States Dollar). When you make a payment, the charge will appear on your card statement in USD, even if you see the equivalent amount in your local currency on our website. This means you cannot pay directly with your local currency.
Occasionally, a bank may decline the charge due to its fraud protection settings. We suggest reaching out to your bank initially to check if they are blocking our charges. Also, you can access the Billing Portal and change the card associated to make the payment. If these does not work and you need further assistance, please contact our team at [email protected]
Prices are determined by a recurring monthly or yearly subscription, depending on the chosen plan.
API calls are deducted from your plan based on successful requests. Each plan comes with a specific number of calls that you can make per month. Only successful calls, indicated by a Status 200 response, will be counted against your total. This ensures that failed or incomplete requests do not impact your monthly quota.
Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.
To upgrade your current subscription plan, simply go to the pricing page of the API and select the plan you want to upgrade to. The upgrade will be instant, allowing you to immediately enjoy the features of the new plan. Please note that any remaining calls from your previous plan will not be carried over to the new plan, so be aware of this when upgrading. You will be charged the full amount of the new plan.
To check how many API calls you have left for the current month, refer to the 'X-Zyla-API-Calls-Monthly-Remaining' field in the response header. For example, if your plan allows 1,000 requests per month and you've used 100, this field in the response header will indicate 900 remaining calls.
To see the maximum number of API requests your plan allows, check the 'X-Zyla-RateLimit-Limit' response header. For instance, if your plan includes 1,000 requests per month, this header will display 1,000.
The 'X-Zyla-RateLimit-Reset' header shows the number of seconds until your rate limit resets. This tells you when your request count will start fresh. For example, if it displays 3,600, it means 3,600 seconds are left until the limit resets.
Yes, you can cancel your plan anytime by going to your account and selecting the cancellation option on the Billing page. Please note that upgrades, downgrades, and cancellations take effect immediately. Additionally, upon cancellation, you will no longer have access to the service, even if you have remaining calls left in your quota.
You can contact us through our chat channel to receive immediate assistance. We are always online from 8 am to 5 pm (EST). If you reach us after that time, we will get back to you as soon as possible. Additionally, you can contact us via email at [email protected]
To give you the opportunity to experience our APIs without any commitment, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost. This trial can be used only once, so we recommend applying it to the API that interests you the most. While most of our APIs offer a free trial, some may not. The trial concludes after 7 days or once you've made 50 requests, whichever occurs first. If you reach the 50 request limit during the trial, you will need to "Start Your Paid Plan" to continue making requests. You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab. Alternatively, if you don't cancel your subscription before the 7th day, your free trial will end, and your plan will automatically be billed, granting you access to all the API calls specified in your plan. Please keep this in mind to avoid unwanted charges.
After 7 days, you will be charged the full amount for the plan you were subscribed to during the trial. Therefore, it's important to cancel before the trial period ends. Refund requests for forgetting to cancel on time are not accepted.
When you subscribe to an API free trial, you can make up to 50 API calls. If you wish to make additional API calls beyond this limit, the API will prompt you to perform an "Start Your Paid Plan." You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab.
Payout Orders are processed between the 20th and the 30th of each month. If you submit your request before the 20th, your payment will be processed within this timeframe.
Nivel de Servicio:
88%
Tiempo de Respuesta:
350ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
336ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
311ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1,471ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
3,333ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
2,210ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
5,785ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
286ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
3,594ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
4,528ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
0ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
0ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
0ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
0ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1,763ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1,301ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
620ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1,301ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
0ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
629ms