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-metropolit
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 →
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.
cookcountyil.gov API
Search Cook County property tax records, look up court cases, find code violations, and get department contact information all in one place. Quickly access public records and government contacts without navigating multiple websites.
amberstudent.com API
Search student accommodation listings across popular cities and access comprehensive property information including room types, pricing trends, and tenant reviews. Get detailed insights into student housing options to compare amenities, prices, and community feedback all in one place.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.
homes.com API
Search for real estate agents and properties available for sale or rent, while accessing detailed agent profiles with their 1-year transaction history, active listings, and performance statistics. Get comprehensive property details and agent information all in one place to help you find the right agent or property that matches your needs.
beijing.anjuke.com API
Search Beijing real estate listings for second-hand homes and rentals, view detailed property information and price trends, and discover agents and community-specific listings. Get access to the Beijing house price index to track market movements and make informed decisions about property purchases or rentals.
58.com Housing API
Access real-time housing market data from 58.com (58同城), China's largest classifieds platform. Search house price trends across 31+ major Chinese cities at city, district, and neighborhood levels, and browse hot new property developments with prices, floor plans, and location details.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
Portal Inmobiliario API – Chile Real Estate Data · Parse