Órulo is a Brazilian real estate marketplace platform that connects developers, brokers, and real estate agencies. It provides a comprehensive catalog of properties (empreendimentos), including building details, typologies, units, images, floor plans, and commercial partners.Documentation Index
Fetch the complete documentation index at: https://docs.nekt.com/llms.txt
Use this file to discover all available pages before exploring further.
Configuring Órulo as a Source
In the Sources tab, click on the “Add source” button located on the top right of your screen. Then, select the Órulo option from the list of connectors. Click Next and you’ll be prompted to add your access.1. Add account access
You’ll need OAuth2 client credentials to connect. These are provided by Órulo when you sign a partnership contract. The following configurations are available:- Client ID: Your OAuth2 client ID provided by Órulo.
- Client Secret: Your OAuth2 client secret provided by Órulo.
-
Start Date: (Optional) The earliest date from which records will be synced, in
DD/MM/YYYY HH:MM:SSformat.
2. Select streams
Choose which data streams you want to sync. For faster extractions, select only the streams that are relevant to your analysis.Tip: The stream can be found more easily by typing its name.Select the streams and click Next.
3. Configure data streams
Customize how you want your data to appear in your catalog. Select the desired layer, a folder to organize it, a name for each table, and the type of sync.- Layer: choose between the existing layers on your catalog.
- Folder: a folder can be created inside the selected layer to group all tables.
- Table name: we suggest a name, but feel free to customize it.
- Sync Type: choose between INCREMENTAL and FULL_TABLE.
4. Configure data source
Describe your data source for easy identification within your organization. Define your Trigger based on how often you need data updated. Once you are ready, click Next to finalize the setup.5. Check your new source
You can view your new source on the Sources page. If needed, manually trigger the source extraction by clicking on the arrow button.Streams and Fields
Below you’ll find all available data streams from Órulo and their corresponding fields:Buildings
Buildings
| Field | Type |
|---|---|
| id | string |
| name | string |
| status | string |
| stage | string |
| developer | string (JSON) |
| publisher | string (JSON) |
| address | string (JSON) |
| min_price | number |
| price_per_private_square_meter | number |
| min_bathrooms | integer |
| max_bathrooms | integer |
| min_area | number |
| max_area | number |
| min_bedrooms | integer |
| max_bedrooms | integer |
| min_suites | integer |
| max_suites | integer |
| number_of_floors | integer |
| number_of_towers | integer |
| apts_per_floor | integer |
| min_parking | integer |
| max_parking | integer |
| min_rental_price | number |
| max_rental_price | number |
| min_condominium_value | number |
| description | string |
| finality | string |
| opportunity | string (JSON) |
| default_image | string (JSON) |
| features | string (JSON) |
| building_features | string (JSON) |
| unit_features | string (JSON) |
| stock | integer |
| orulo_url | string |
| updated_at | string |
| building_permit | string |
| portfolio | string (JSON) |
Typologies
Typologies
| Field | Type |
|---|---|
| id | string |
| building_id | string |
| type | string |
| original_price | number |
| discount_price | number |
| private_area | number |
| total_area | number |
| bedrooms | integer |
| bathrooms | integer |
| suites | integer |
| parking | integer |
| solar_position | string |
| total_units | integer |
| condominium_value | number |
| urban_land_tax | number |
| rental_price | number |
| stock | integer |
| reference | string |
| updated_at | string |
Images
Images
| Field | Type |
|---|---|
| id | string |
| building_id | string |
| description | string |
| type | string |
| associations | string (JSON) |
| 200x140 | string |
| 520x280 | string |
| 1024x1024 | string |
| 2280x1800 | string |
Floor Plans
Floor Plans
| Field | Type |
|---|---|
| id | string |
| building_id | string |
| description | string |
| type | string |
| associations | string (JSON) |
| 200x140 | string |
| 520x280 | string |
| 1024x1024 | string |
| 2280x1800 | string |
Units
Units
| Field | Type |
|---|---|
| reference | string |
| building_id | string |
| typology_id | integer |
| original_price | number |
| price | number |
| private_area | number |
| status | string |
| type | string |
| bedrooms | integer |
| bathrooms | integer |
| suites | integer |
| parking | integer |
| available | boolean |
| updated_at | string |
| unit_end | integer |
| floor | integer |
| section | string |
Partners
Partners
| Field | Type |
|---|---|
| id | string |
| name | string |
| type | string |
| updated_at | string |
| logo | string |
| phone | string |
| string | |
| webpage | string |
Active Building IDs
Active Building IDs
| Field | Type |
|---|---|
| id | string |
| updated_at | string |
Removed Building IDs
Removed Building IDs
| Field | Type |
|---|---|
| id | string |
| updated_at | string |
| reason | string |