Discover/fincaraiz.com.co API
live

fincaraiz.com.co APIfincaraiz.com.co

Access Colombian real estate listings, agency data, property details, and news from Fincaraiz via a structured REST API with 6 endpoints.

Endpoints
6
Updated
4mo ago
Try it
Page number for pagination.
Estrato level (1-6).
Location slug (e.g., 'bogota-dc', 'medellin', 'colombia').
Maximum area in m².
Minimum area in m².
Maximum price in COP.
Minimum price in COP.
Operation type: 'venta' or 'arriendo'.
Property type slug (e.g., 'apartamentos', 'casas', 'finca-raiz'). Use list_property_types endpoint to get available slugs.
api.parse.bot/scraper/579881f5-2b1d-44d1-b93b-70924076950c/<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/579881f5-2b1d-44d1-b93b-70924076950c/search_listings?page=1&location=bogota-dc&operation=venta&property_type=apartamentos' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for property listings with various filters. Returns a paginated list of listings from fincaraiz.com.co. Supports filtering by location, operation type, property type, price range, area range, and estrato.

Input
ParamTypeDescription
pageintegerPage number for pagination.
estratointegerEstrato level (1-6).
locationstringLocation slug (e.g., 'bogota-dc', 'medellin', 'colombia').
max_areaintegerMaximum area in m².
min_areaintegerMinimum area in m².
max_priceintegerMaximum price in COP.
min_priceintegerMinimum price in COP.
operationstringOperation type: 'venta' or 'arriendo'.
property_typestringProperty type slug (e.g., 'apartamentos', 'casas', 'finca-raiz'). Use list_property_types endpoint to get available slugs.
Response
{
  "type": "object",
  "fields": {
    "page": "integer, current page number",
    "total": "integer, total number of matching listings",
    "params": "object containing parsed search parameters",
    "listings": "array of property listing objects"
  },
  "sample": {
    "data": {
      "page": 1,
      "total": 15000,
      "params": {},
      "listings": [
        {
          "id": 7926873,
          "m2": 40.59,
          "code": "7926873",
          "price": {
            "amount": 230607000,
            "currency": {
              "id": 4,
              "name": "$"
            }
          },
          "title": "SCALENO 17, Apartamento en Venta en Paloquemao, Bogotá",
          "address": "Calle 16 No 21-68"
        }
      ]
    },
    "status": "success"
  }
}

About the fincaraiz.com.co API

The Fincaraiz API provides access to Colombian real estate data across 6 endpoints, covering property search, full listing details, agency directories, and blog content. The search_listings endpoint accepts filters for location, operation type (sale or rental), price range, area, and estrato level, returning paginated results with total counts. Developers can retrieve individual listing details including technical sheets, images, and owner information via get_listing_detail.

Property Search and Filtering

The search_listings endpoint supports filtering by location (using slugs such as bogota-dc or medellin), operation (venta or arriendo), min_price/max_price in COP, min_area/max_area in m², and estrato level (1–6). Responses include a total count of matching listings and a listings array, plus a params object that reflects the parsed search parameters actually applied. Pagination is controlled via the page parameter.

Listing Detail and Code Lookup

get_listing_detail requires both a slug_or_url and a property_id (available from search_listings results) to return the full property record. The property object includes title, address, price, owner information, location data, facilities, and an image array. A technicalSheet array provides structured specification items, each with field, value, and text keys — useful for surface area, number of rooms, parking, and similar attributes. For direct lookup by listing code or internal ID, search_by_code accepts values like FRD90636 or 7926873 and returns the first matching listing with price (amount and currency), title, and address.

Agencies and Reference Data

list_inmobiliarias returns featured real estate agencies with their id, name, logo URL, and type. list_property_types provides a static reference list of property categories — each with an id, Spanish name, and slug — used to filter search_listings. Both endpoints take no parameters.

News and Blog Content

get_news_articles retrieves paginated WordPress blog posts from the Fincaraiz editorial feed. Each article includes an id, link, a title object with a rendered key, and a content object with the full HTML in its rendered key. Pagination uses the same page parameter pattern as listing search.

Common use cases
  • Build a property search portal filtered by Colombian city slug, estrato, and price range in COP
  • Aggregate full listing details including technical sheets and images for a real estate comparison tool
  • Look up a specific Fincaraiz listing by its code to verify status and current price
  • Populate a directory of Colombian real estate agencies using names, logos, and types from list_inmobiliarias
  • Monitor Colombian real estate news and blog content for a market intelligence newsletter
  • Generate filtered rental-only (arriendo) or sale-only (venta) property feeds by city
  • Map property slugs to structured type filters using the list_property_types reference endpoint
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 Fincaraiz have an official developer API?+
Fincaraiz does not publish a public developer API or API documentation. This Parse API provides structured access to the data available on fincaraiz.com.co.
What does get_listing_detail return beyond what search_listings shows?+
get_listing_detail returns the full property record, including a technicalSheet array with structured spec items (field, value, text), facility details, the owner object, multiple images, and granular location data. search_listings returns summary-level listing objects suitable for browsing; get_listing_detail is the endpoint for complete per-property data.
Does search_listings support filtering by property type?+
The current endpoint inputs do not include a property_type filter parameter directly, though list_property_types exposes the available type slugs. You can fork this API on Parse and revise the search_listings endpoint to accept and apply a property_type parameter.
Are new construction projects or project-level listings covered?+
Not currently. The API covers individual resale and rental listings, agency data, and blog articles. New construction project pages (proyectos) are not exposed as a separate endpoint. You can fork this API on Parse and revise it to add a project search endpoint.
Does list_inmobiliarias return all registered agencies or only a subset?+
The endpoint returns a single page of featured agencies and does not accept pagination parameters, so the result set reflects the agencies surfaced on that listing rather than the full registry. The response includes id, name, logo URL, and type for each returned agency.
Page content last updated . Spec covers 6 endpoints from fincaraiz.com.co.
Related APIs in Real EstateSee all →
portalinmobiliario.com API
Search and analyze property listings from Chile's top real estate platform, accessing detailed information like prices in UF or CLP, room and bathroom counts, square footage, and locations for apartments, houses, and other properties. Quickly compare available properties and gather market data to find your ideal home or investment opportunity.
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.
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.
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.
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.
funda.nl API
Search for property listings on Funda.nl, the largest Dutch real estate platform. Access prices, addresses, property details, and agent contact information across Dutch cities and neighbourhoods. Supports paginated browsing and bulk retrieval of listings by area.
realcommercial.com.au API
Search commercial property listings across Australia, view detailed property information, and stay updated with the latest real estate market news all from one platform. Find investment opportunities, compare properties, and read industry insights to make informed decisions in the commercial property market.
encuentra24.com API
Browse Encuentra24 real estate listings by region and property category, and retrieve full details for individual listings including price, attributes, description, photos, and seller contact info.