Santander Imóveis API avatar

Santander Imóveis API

Try for free

2 hours trial then $20.00/month - No credit card required now

Go to Store
Santander Imóveis API

Santander Imóveis API

brasil-scrapers/santander-imoveis-api
Try for free

2 hours trial then $20.00/month - No credit card required now

API para busca de imóveis do Santander com diversos filtros personalizáveis.

You can access the Santander Imóveis API programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1{
2  "openapi": "3.0.1",
3  "info": {
4    "version": "0.1",
5    "x-build-id": "4eed1b1P9UeAIzlQJ"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/brasil-scrapers~santander-imoveis-api/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-brasil-scrapers-santander-imoveis-api",
16        "x-openai-isConsequential": false,
17        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18        "tags": [
19          "Run Actor"
20        ],
21        "requestBody": {
22          "required": true,
23          "content": {
24            "application/json": {
25              "schema": {
26                "$ref": "#/components/schemas/inputSchema"
27              }
28            }
29          }
30        },
31        "parameters": [
32          {
33            "name": "token",
34            "in": "query",
35            "required": true,
36            "schema": {
37              "type": "string"
38            },
39            "description": "Enter your Apify token here"
40          }
41        ],
42        "responses": {
43          "200": {
44            "description": "OK"
45          }
46        }
47      }
48    },
49    "/acts/brasil-scrapers~santander-imoveis-api/runs": {
50      "post": {
51        "operationId": "runs-sync-brasil-scrapers-santander-imoveis-api",
52        "x-openai-isConsequential": false,
53        "summary": "Executes an Actor and returns information about the initiated run in response.",
54        "tags": [
55          "Run Actor"
56        ],
57        "requestBody": {
58          "required": true,
59          "content": {
60            "application/json": {
61              "schema": {
62                "$ref": "#/components/schemas/inputSchema"
63              }
64            }
65          }
66        },
67        "parameters": [
68          {
69            "name": "token",
70            "in": "query",
71            "required": true,
72            "schema": {
73              "type": "string"
74            },
75            "description": "Enter your Apify token here"
76          }
77        ],
78        "responses": {
79          "200": {
80            "description": "OK",
81            "content": {
82              "application/json": {
83                "schema": {
84                  "$ref": "#/components/schemas/runsResponseSchema"
85                }
86              }
87            }
88          }
89        }
90      }
91    },
92    "/acts/brasil-scrapers~santander-imoveis-api/run-sync": {
93      "post": {
94        "operationId": "run-sync-brasil-scrapers-santander-imoveis-api",
95        "x-openai-isConsequential": false,
96        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97        "tags": [
98          "Run Actor"
99        ],
100        "requestBody": {
101          "required": true,
102          "content": {
103            "application/json": {
104              "schema": {
105                "$ref": "#/components/schemas/inputSchema"
106              }
107            }
108          }
109        },
110        "parameters": [
111          {
112            "name": "token",
113            "in": "query",
114            "required": true,
115            "schema": {
116              "type": "string"
117            },
118            "description": "Enter your Apify token here"
119          }
120        ],
121        "responses": {
122          "200": {
123            "description": "OK"
124          }
125        }
126      }
127    }
128  },
129  "components": {
130    "schemas": {
131      "inputSchema": {
132        "type": "object",
133        "properties": {
134          "state": {
135            "title": "state",
136            "enum": [
137              "AC",
138              "AL",
139              "AM",
140              "AP",
141              "BA",
142              "CE",
143              "DF",
144              "ES",
145              "GO",
146              "MA",
147              "MG",
148              "MS",
149              "MT",
150              "PA",
151              "PB",
152              "PE",
153              "PI",
154              "PR",
155              "RJ",
156              "RN",
157              "RO",
158              "RR",
159              "RS",
160              "SC",
161              "SE",
162              "SP",
163              "TO"
164            ],
165            "type": "string",
166            "description": "State to search for",
167            "default": "SP"
168          },
169          "city": {
170            "title": "city",
171            "type": "string",
172            "description": "City to search for",
173            "default": "SAO PAULO"
174          },
175          "category": {
176            "title": "category",
177            "type": "array",
178            "description": "category My multiselect field",
179            "items": {
180              "type": "string",
181              "enum": [
182                "comercial",
183                "residencial",
184                "industrial",
185                "rural"
186              ],
187              "enumTitles": [
188                "comercial",
189                "residencial",
190                "industrial",
191                "rural"
192              ]
193            }
194          },
195          "situation": {
196            "title": "situation",
197            "type": "array",
198            "description": "situation My multiselect field",
199            "items": {
200              "type": "string",
201              "enum": [
202                "ocupado",
203                "desocupado",
204                "locado"
205              ],
206              "enumTitles": [
207                "ocupado",
208                "desocupado",
209                "locado"
210              ]
211            }
212          },
213          "type": {
214            "title": "type",
215            "type": "array",
216            "description": "type My multiselect field",
217            "items": {
218              "type": "string",
219              "enum": [
220                "apartamento",
221                "galpao",
222                "casa",
223                "loja",
224                "casacom",
225                "salacomer",
226                "chacara",
227                "lote",
228                "fazenda",
229                "lotecom"
230              ],
231              "enumTitles": [
232                "Apartamento",
233                "Galpão",
234                "Casa",
235                "Loja",
236                "Casa em condominio",
237                "Sala Comercial",
238                "Chácara",
239                "Lote",
240                "Fazenda",
241                "Lote em condominio"
242              ]
243            }
244          },
245          "maxPrice": {
246            "title": "Maximum Price",
247            "minimum": 0,
248            "type": "integer",
249            "description": "Set the maximum price for the properties (e.g., 100000)."
250          },
251          "minPrice": {
252            "title": "Min Price",
253            "minimum": 0,
254            "type": "integer",
255            "description": "Set the min price"
256          },
257          "numberOfPages": {
258            "title": "numberOfPages",
259            "maximum": 1000,
260            "type": "integer",
261            "description": "Select the number of pages to scrape"
262          },
263          "sameDomainDelaySecs": {
264            "title": "sameDomainDelaySecs",
265            "type": "integer",
266            "description": "Delay between requests to the same domain",
267            "default": 1
268          },
269          "minConcurrency": {
270            "title": "minConcurrency",
271            "type": "integer",
272            "description": "Minimum number of pages to scrape concurrently"
273          },
274          "maxConcurrency": {
275            "title": "maxConcurrency",
276            "type": "integer",
277            "description": "Maximum number of pages to scrape concurrently"
278          },
279          "proxy": {
280            "title": "Proxy",
281            "type": "object",
282            "description": "Define proxy to pass data through",
283            "default": {
284              "useApifyProxy": false
285            }
286          }
287        }
288      },
289      "runsResponseSchema": {
290        "type": "object",
291        "properties": {
292          "data": {
293            "type": "object",
294            "properties": {
295              "id": {
296                "type": "string"
297              },
298              "actId": {
299                "type": "string"
300              },
301              "userId": {
302                "type": "string"
303              },
304              "startedAt": {
305                "type": "string",
306                "format": "date-time",
307                "example": "2025-01-08T00:00:00.000Z"
308              },
309              "finishedAt": {
310                "type": "string",
311                "format": "date-time",
312                "example": "2025-01-08T00:00:00.000Z"
313              },
314              "status": {
315                "type": "string",
316                "example": "READY"
317              },
318              "meta": {
319                "type": "object",
320                "properties": {
321                  "origin": {
322                    "type": "string",
323                    "example": "API"
324                  },
325                  "userAgent": {
326                    "type": "string"
327                  }
328                }
329              },
330              "stats": {
331                "type": "object",
332                "properties": {
333                  "inputBodyLen": {
334                    "type": "integer",
335                    "example": 2000
336                  },
337                  "rebootCount": {
338                    "type": "integer",
339                    "example": 0
340                  },
341                  "restartCount": {
342                    "type": "integer",
343                    "example": 0
344                  },
345                  "resurrectCount": {
346                    "type": "integer",
347                    "example": 0
348                  },
349                  "computeUnits": {
350                    "type": "integer",
351                    "example": 0
352                  }
353                }
354              },
355              "options": {
356                "type": "object",
357                "properties": {
358                  "build": {
359                    "type": "string",
360                    "example": "latest"
361                  },
362                  "timeoutSecs": {
363                    "type": "integer",
364                    "example": 300
365                  },
366                  "memoryMbytes": {
367                    "type": "integer",
368                    "example": 1024
369                  },
370                  "diskMbytes": {
371                    "type": "integer",
372                    "example": 2048
373                  }
374                }
375              },
376              "buildId": {
377                "type": "string"
378              },
379              "defaultKeyValueStoreId": {
380                "type": "string"
381              },
382              "defaultDatasetId": {
383                "type": "string"
384              },
385              "defaultRequestQueueId": {
386                "type": "string"
387              },
388              "buildNumber": {
389                "type": "string",
390                "example": "1.0.0"
391              },
392              "containerUrl": {
393                "type": "string"
394              },
395              "usage": {
396                "type": "object",
397                "properties": {
398                  "ACTOR_COMPUTE_UNITS": {
399                    "type": "integer",
400                    "example": 0
401                  },
402                  "DATASET_READS": {
403                    "type": "integer",
404                    "example": 0
405                  },
406                  "DATASET_WRITES": {
407                    "type": "integer",
408                    "example": 0
409                  },
410                  "KEY_VALUE_STORE_READS": {
411                    "type": "integer",
412                    "example": 0
413                  },
414                  "KEY_VALUE_STORE_WRITES": {
415                    "type": "integer",
416                    "example": 1
417                  },
418                  "KEY_VALUE_STORE_LISTS": {
419                    "type": "integer",
420                    "example": 0
421                  },
422                  "REQUEST_QUEUE_READS": {
423                    "type": "integer",
424                    "example": 0
425                  },
426                  "REQUEST_QUEUE_WRITES": {
427                    "type": "integer",
428                    "example": 0
429                  },
430                  "DATA_TRANSFER_INTERNAL_GBYTES": {
431                    "type": "integer",
432                    "example": 0
433                  },
434                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
435                    "type": "integer",
436                    "example": 0
437                  },
438                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
439                    "type": "integer",
440                    "example": 0
441                  },
442                  "PROXY_SERPS": {
443                    "type": "integer",
444                    "example": 0
445                  }
446                }
447              },
448              "usageTotalUsd": {
449                "type": "number",
450                "example": 0.00005
451              },
452              "usageUsd": {
453                "type": "object",
454                "properties": {
455                  "ACTOR_COMPUTE_UNITS": {
456                    "type": "integer",
457                    "example": 0
458                  },
459                  "DATASET_READS": {
460                    "type": "integer",
461                    "example": 0
462                  },
463                  "DATASET_WRITES": {
464                    "type": "integer",
465                    "example": 0
466                  },
467                  "KEY_VALUE_STORE_READS": {
468                    "type": "integer",
469                    "example": 0
470                  },
471                  "KEY_VALUE_STORE_WRITES": {
472                    "type": "number",
473                    "example": 0.00005
474                  },
475                  "KEY_VALUE_STORE_LISTS": {
476                    "type": "integer",
477                    "example": 0
478                  },
479                  "REQUEST_QUEUE_READS": {
480                    "type": "integer",
481                    "example": 0
482                  },
483                  "REQUEST_QUEUE_WRITES": {
484                    "type": "integer",
485                    "example": 0
486                  },
487                  "DATA_TRANSFER_INTERNAL_GBYTES": {
488                    "type": "integer",
489                    "example": 0
490                  },
491                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
492                    "type": "integer",
493                    "example": 0
494                  },
495                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
496                    "type": "integer",
497                    "example": 0
498                  },
499                  "PROXY_SERPS": {
500                    "type": "integer",
501                    "example": 0
502                  }
503                }
504              }
505            }
506          }
507        }
508      }
509    }
510  }
511}

Santander Imóveis API OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for Santander Imóveis API from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients:

Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 1 star

  • >99% runs succeeded

  • Created in Nov 2024

  • Modified 3 months ago