Discover/olx.com.br API
live

olx.com.br APIolx.com.br

Search OLX Brazil property listings for sale and rent. Filter by price, location, bedrooms, and area. Retrieve full listing details including specs and advertiser info.

Endpoints
4
Updated
3mo ago
Try it
Page number for pagination.
Minimum number of bedrooms.
Location path segment for filtering by region (e.g. 'sp', 'rj', 'sp/grande-sao-paulo').
Maximum area in square meters.
Minimum area in square meters.
Minimum number of bathrooms.
Maximum price in BRL.
Minimum price in BRL.
Type of property: casas, apartamentos, terrenos, comercial, quartos.
api.parse.bot/scraper/bf7032e5-846c-4e0e-a461-76d9559e9e73/<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/bf7032e5-846c-4e0e-a461-76d9559e9e73/search_real_estate_for_sale?page=1&location=sp&property_type=casas' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for real estate properties for sale in Brazil. Returns paginated results with property summaries including title, price, location, and basic specs.

Input
ParamTypeDescription
pageintegerPage number for pagination.
bedroomsintegerMinimum number of bedrooms.
locationstringLocation path segment for filtering by region (e.g. 'sp', 'rj', 'sp/grande-sao-paulo').
max_areaintegerMaximum area in square meters.
min_areaintegerMinimum area in square meters.
bathroomsintegerMinimum number of bathrooms.
max_priceintegerMaximum price in BRL.
min_priceintegerMinimum price in BRL.
property_typestringType of property: casas, apartamentos, terrenos, comercial, quartos.
Response
{
  "type": "object",
  "fields": {
    "page": "integer current page number",
    "items": "array of property listing summaries with title, price, listId, url, location, date, images, category, is_professional, area, rooms, bathrooms, garage",
    "total": "integer total number of matching listings"
  },
  "sample": {
    "data": {
      "page": 1,
      "items": [
        {
          "url": "https://sp.olx.com.br/sao-paulo-e-regiao/imoveis/sobrado-76m-2-dormitorios-2-vagas-chacara-faggion-suzano-944761107",
          "area": "76m²",
          "date": 1778762102,
          "price": "R$ 460.000",
          "rooms": "2",
          "title": "Sobrado 76m² 2 Dormitórios 2 vagas",
          "garage": "2",
          "images": [
            "https://img.olx.com.br/images/74/746694365701529.jpg"
          ],
          "listId": 944761107,
          "category": "Casas",
          "location": "Suzano -  SP",
          "bathrooms": "2",
          "is_professional": true
        }
      ],
      "total": 1848580
    },
    "status": "success"
  }
}

About the olx.com.br API

This API provides access to OLX Brazil real estate data across 4 endpoints, covering property search for sale and rent, keyword-based discovery, and full listing details. The get_listing_detail endpoint returns structured specs (bedrooms, bathrooms, parking, total area, useful area), advertiser contact information, and the full property description, all from a single listing URL.

Search and Filter Listings

The search_real_estate_for_sale and search_real_estate_for_rent endpoints return paginated arrays of property summaries. Both accept the same filter set: location (a path segment such as 'sp', 'rj', or 'sp/grande-sao-paulo'), min_price and max_price in BRL, min_area and max_area in square meters, and minimum bedrooms and bathrooms counts. Each item in the returned items array includes title, price, listId, url, location, date, images, category, is_professional, area, and rooms. The total field gives the full match count across all pages.

Keyword Search

The search_by_keyword endpoint accepts a free-text query parameter — for example 'casa com piscina' or 'apartamento mobiliado' — and returns matching listings across all for-sale property types. The response shape is identical to the structured search endpoints, giving the same items summary array and total count. This endpoint is useful when users have specific feature requirements that don't map neatly to the available filter parameters.

Full Listing Detail

Passing a listing URL from any search result to get_listing_detail returns the complete property record. The specs object contains bedrooms, bathrooms, parking, total_area, and useful_area. The location object breaks down into address, neighbourhood, city, state, and zipcode. The advertiser object includes the seller's name, type (professional or particular), and phone. The description field delivers the full property description with HTML formatting preserved.

Common use cases
  • Build a property price index for Brazilian cities by aggregating min_price/max_price filtered results across regions.
  • Monitor new rental listings in a specific neighbourhood using search_real_estate_for_rent with a location path and polling by date.
  • Enrich a CRM with advertiser contact details and property specs by feeding listing URLs into get_listing_detail.
  • Identify professional vs. private sellers in a market segment using the is_professional flag returned in search results.
  • Power a property recommendation engine with keyword-based search via search_by_keyword using natural-language queries.
  • Aggregate listing images and descriptions for a real estate content platform using the images array and description field from get_listing_detail.
  • Compare area-to-price ratios across Brazilian states by combining min_area/max_area filters with location across multiple search calls.
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 OLX Brazil have an official developer API?+
OLX Brazil does not publish a public developer API for listing data. This Parse API provides structured access to the listing and search data available on olx.com.br.
What does the `location` parameter accept in the search endpoints?+
The location parameter takes a path segment string matching OLX Brazil's regional URL structure. Accepted values include broad state codes like 'sp' or 'rj', as well as sub-regional paths such as 'sp/grande-sao-paulo'. Listings are filtered to the specified region. There is no geocoordinate or bounding-box filter currently.
Does the API return commercial properties or only residential real estate?+
The current endpoints are scoped to the residential real estate section of OLX Brazil. Commercial property categories (offices, warehouses, land, etc.) are not covered by the existing endpoints. You can fork this API on Parse and revise it to add endpoints targeting those OLX listing categories.
Is there a limit to how many pages of results I can retrieve?+
The search endpoints return a page parameter and a total count, allowing you to paginate through results. In practice, OLX Brazil limits how deep into results pages are accessible — very high page numbers may return empty or truncated results depending on the query and filter combination. The total field reflects the count reported by the source, not the number of pages guaranteed to be retrievable.
Can I retrieve historical sold listings or price history for a property?+
No historical sale data or price history is exposed. The API returns currently active listings from OLX Brazil. Once a listing is removed from the platform it is no longer accessible. You can fork this API on Parse and revise it to store snapshots over time if historical tracking is needed.
Page content last updated . Spec covers 4 endpoints from olx.com.br.
Related APIs in Real EstateSee all →
padmapper.com API
Search and browse rental listings across cities with detailed property information including prices, contact details, and market trends. Discover apartments and homes through city-wide searches or map-based exploration, and access comprehensive listing details to help you find your next rental.
casa.it API
Search and browse property listings from Casa.it, Italy's real estate marketplace. Retrieve listings by location, price, size, property type, and transaction type (sale or rent), and fetch full details for individual properties including descriptions, photos, features, and publisher information.
catastro.minhap.es API
Search Spanish property records by address, coordinates, or cadastral reference to find detailed land parcel information, ownership details, and location data across all Spanish provinces and municipalities. Browse the complete hierarchy of Spanish geographic and administrative divisions including provinces, municipalities, and streets to pinpoint exact property locations.
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.
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.
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.
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.
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.
OLX Brazil Real Estate API · Parse