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
3mo 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
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 →
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.
Fincaraiz.com.co API – Colombia Property Listings · Parse