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
4mo 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 →
olx.pt API
Search and monitor real estate listings and business advertisements from OLX Portugal with advanced filtering and pagination options. Get detailed information about specific listings including prices, descriptions, and seller details to find exactly what you're looking for.
m.olx.ro API
Search and retrieve structured real estate listings from OLX Romania, including apartments, houses, land, and other properties with detailed information. Access category IDs and browse available properties by type to find what you're looking for on Romania's popular classifieds platform.
olx.ba API
Search and browse listings on OLX.ba across all categories. Retrieve listing names, prices, categories, and URLs, or drill into individual listings for detailed attributes such as location, address, area, floor, condition, and seller information. Includes dedicated support for apartment listings.
olx.in API
Search and browse OLX India listings across real estate and general products with powerful filtering by category and location. Get location suggestions, explore popular areas, and access detailed product information all in one place.
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.
vivareal.com.br API
Search for properties across Brazil's real estate marketplace and access detailed listings with photos, amenities, contact information, and agency portfolios. Discover homes by location, browse available property types, and connect directly with real estate advertisers.
olx.ro API
Search OLX Romania listings and access detailed ad information including seller contact details. Get real-time access to product listings, pricing, and phone numbers for sellers across the platform.
m.olx.pl API
Search and browse listings from OLX.pl across a wide range of categories including vehicles, electronics, real estate, fashion, and more. Access detailed offer information, price comparisons, seller details, and the latest postings — with support for keyword search and category filtering.