Discover/portalinmobiliario.com API
live

portalinmobiliario.com APIwww.portalinmobiliario.com

Access property listings from portalinmobiliario.com. Search by type, operation, and location. Retrieve price in UF/CLP, rooms, bathrooms, area m², and address.

Endpoints
2
Updated
2mo ago
Try it
Page number (1-based). Each page returns up to 48 listings.
Location slug (e.g., vitacura-metropolitana, santiago-metropolitana, las-condes-metropolitana, providencia-metropolitana)
Operation type: venta (sale) or arriendo (rent)
Property type slug: departamento, casa, oficina, terreno, local-comercial
api.parse.bot/scraper/f3817e67-e705-4258-a9a6-8fa44f79e1e1/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/f3817e67-e705-4258-a9a6-8fa44f79e1e1/search_listings?location=santiago-metropolitana&operation=venta&property_type=departamento' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Search property listings by type, operation, and location. Returns up to 48 listings per page with price, rooms, bathrooms, area, and location information.

Input
ParamTypeDescription
pageintegerPage number (1-based). Each page returns up to 48 listings.
locationstringLocation slug (e.g., vitacura-metropolitana, santiago-metropolitana, las-condes-metropolitana, providencia-metropolitana)
operationstringOperation type: venta (sale) or arriendo (rent)
property_typestringProperty type slug: departamento, casa, oficina, terreno, local-comercial
Response
{
  "type": "object",
  "fields": {
    "page": "integer - current page number",
    "total": "integer - total number of listings matching the search",
    "listings": "array of listing objects with title, url, id, currency, price, rooms, bathrooms, area_m2, area_type, location, and optional price_prefix",
    "listings_count": "integer - number of listings returned on this page"
  },
  "sample": {
    "data": {
      "page": 1,
      "total": 3299,
      "listings": [
        {
          "id": "MLC-1863859893",
          "url": "https://portalinmobiliario.com/MLC-1863859893-parque-costanera-residences-_JM",
          "price": 7990,
          "rooms": "1 a 3",
          "title": "Parque Costanera Residences",
          "area_m2": "46 - 149",
          "currency": "UF",
          "location": "Américo Vespucio Nte. 2920, Vitacura, Parque Bicentenario, Vitacura",
          "area_type": "útiles",
          "bathrooms": "1 a 4"
        }
      ],
      "listings_count": 48
    },
    "status": "success"
  }
}

About the portalinmobiliario.com API

The Portal Inmobiliario API provides 2 endpoints for accessing property listing data from Chile's largest real estate platform. Use search_listings to query apartments, houses, offices, land, and commercial properties across sale and rental operations, returning up to 48 results per page with price, rooms, bathrooms, area in m², and location. Use get_listing_detail to pull the full attribute set for any individual listing by its MLC ID or URL.

Search Listings

The search_listings endpoint accepts four optional filters: operation (venta or arriendo), property_type (slugs include departamento, casa, oficina, terreno, local-comercial), location (slugs such as vitacura-metropolitana or las-condes-metropolitana), and page for 1-based pagination. Each response includes a total count of matched listings alongside a listings array. Each listing object carries id, title, url, price, currency (UF or CLP $), rooms, bathrooms, area_m2, area_type, and location. Project listings may also include a price_prefix field such as "Desde".

Listing Detail

The get_listing_detail endpoint accepts either a listing_url taken from search results or a listing_id in MLC format (e.g., MLC-1234567890). The response returns the same core fields — id, title, price, currency, rooms, bathrooms, area_m2, location — plus an attributes object containing all specification table fields for that listing, which can include surface details, floor number, parking, and other property-specific metadata that does not appear in search result objects.

Currency and Pricing

Chilean real estate is priced in both UF (Unidad de Fomento, a inflation-indexed unit) and CLP (Chilean pesos). The currency field identifies which unit applies to a given price value. Project listings that represent a range of units often set price_prefix to "Desde" to indicate a starting price. Both rooms and bathrooms can return a string representing either a single value or a range, reflecting multi-unit project listings.

Common use cases
  • Aggregate sale and rental prices by neighborhood using the location filter to track UF/m² trends across Santiago communes.
  • Build a property comparison tool that fetches full attributes objects via get_listing_detail for user-selected listings.
  • Monitor new listings for a specific property_type and operation combination by polling search_listings and comparing against a stored listing id set.
  • Populate a CRM with lead properties by ingesting title, url, price, and location from paginated search results.
  • Analyze room-to-price ratios for departamento listings in providencia-metropolitana using rooms, area_m2, and price fields.
  • Compile a dataset of commercial properties (local-comercial, oficina) available for arriendo to support business location research.
  • Validate listing data by cross-referencing search_listings results with the full attributes object returned by get_listing_detail.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Portal Inmobiliario have an official developer API?+
Portal Inmobiliario does not publish a public developer API or documented data access program. This Parse API provides structured access to listing data from the platform.
What does `get_listing_detail` return that `search_listings` does not?+
The attributes object, which contains the full specification table for a listing. This can include fields like parking count, floor number, property condition, and other metadata specific to the listing type. The search_listings endpoint returns only the core fields common to all listings.
Does the API cover regions outside Santiago?+
The location parameter accepts slugs that correspond to locations across Chile, not just Santiago. However, listing density is significantly higher for Santiago communes. Coverage for other regions depends on what is published on the platform at query time.
Does the API return contact details or agent information for listings?+
Not currently. The API returns listing content — price, rooms, bathrooms, area, location, and attributes — but does not expose agent names, phone numbers, or email addresses. You can fork this API on Parse and revise it to add an endpoint that retrieves contact or agency data if it appears in the listing detail page.
How does pagination work in `search_listings`?+
Each request returns up to 48 listings. The total field in the response indicates the full count of matching results. Increment the page parameter (1-based) to walk through subsequent pages. If listings_count is less than 48, you have reached the last page of results.
Page content last updated . Spec covers 2 endpoints from www.portalinmobiliario.com.
Related APIs in Real EstateSee all →
inmuebles24.com API
Search and browse real estate listings from inmuebles24.com, Mexico's leading property portal. Filter by property type, operation type, and location, with pagination support to explore available rentals and sales across regions and property categories.
zonaprop.com.ar API
Search and retrieve property listings from Zonaprop, Argentina's leading real estate portal. Filter by operation type, property category, and location, then fetch full details for any listing.
propiedades.com API
Search and browse real estate listings from Mexico's Propiedades.com, view detailed property information including images and descriptions, and use location autocomplete to find homes in your desired area. Access comprehensive listing data to compare properties and make informed real estate decisions.
inmuebles.mercadolibre.com.ar API
Search and browse apartment listings on Mercado Libre Argentina with detailed information including prices, addresses, and full descriptions. Get access to paginated results to easily explore available properties across different areas.
properati.com.ar API
Search and browse real estate listings in Argentina with detailed property information, including descriptions, prices, and similar properties. Filter listings by property type and operation type (buy, rent, etc.) to find exactly what you're looking for.
imovelweb.com.br API
Search and browse detailed real estate listings on imovelweb.com.br by city, state, and neighborhood. Retrieve structured property data including pricing, size, room counts, features, and full listing descriptions — ready for analysis, comparison, or portfolio tracking.
urbania.pe API
Search for properties across Peru and get detailed information including prices, features, and images to find your ideal home. Browse location suggestions and access comprehensive listing details to make informed real estate decisions.
idealista.pt API
Search and filter property listings across Portugal by location, price, and size, then access detailed information about each property including its characteristics and pricing history. Monitor how property prices change over time to help you make informed decisions about buying or selling real estate.