Quinto Andar Scraper avatar
Quinto Andar Scraper
Try for free

3 days trial then $25.00/month - No credit card required now

View all Actors
Quinto Andar Scraper

Quinto Andar Scraper

brazil-scrapers/quinto-andar-scraper
Try for free

3 days trial then $25.00/month - No credit card required now

Quinto Andar is a leading real estate platform based in Brazil, offering a wide range of properties for buying and renting. This scraper enables you to gather valuable information about properties listed on Quinto Andar, including property type, location, price, description, and more.

What is Quinto Andar Scraper?

This is a scraper designed to extract property data from the Quinto Andar website, one of the biggest brazilian real estate platforms for buying and renting properties. It allows you to scrape property information by providing a list of start URLs. It scrapes all the property information from the website, for example: price, location, number of bedrooms, number of bathrooms, description, etc.

Why use Quinto Andar Scraper?

Quinto Andar Scraper is a great tool for real estate agents, brokers, and investors who want to scrape property data from Quinto Andar. It allows you to scrape property data from Quinto Andar without having to write any code.

Input Options

The json below shows all the inputs available. Location can be either the city name (exactly as shown in the Quinto Andar's website) or the first URL after the first search you make in the website (example: https://www.quintoandar.com.br/alugar/imovel/sao-paulo-sp-brasil).

1{
2    "location": "São Paulo",
3    "searchType": "rent",
4    "maxConcurrency": 5,
5    "maxItems": 5,
6    "apartments": true,
7    "condominiumHouses": true,
8    "houses": true,
9    "studioApartments": true
10}

location

searchType

It can be one of those values

  • rent, to search for properties to rent
  • buy, to search for properties to sale

maxItems

  • The number of properties to scrape data.

apartments

  • Boolean value, set it true if you want to search for apartments.

houses

  • Boolean value, set it true if you want to search for houses.

studioApartments

  • Boolean value, set it true if you want to search for studioApartments.

condominiumHouses

  • Boolean value, set it true if you want to search for condominiumHouses.

Max concurrency

This property allows you to set the maximum number of concurrent requests. Default is 5. More concurrent requests needs more memory!

Sample Output JSON

This is an example of the data scraped by this scraper.

1{"url": "https://www.quintoandar.com.br/imovel/892922636/alugar/apartamento-2-quartos-freguesia-de-jacarepagua-rio-de-janeiro",
2  "title": "Apartamento com 2 quartos para alugar em Freguesia de Jacarepaguá, Rio de Janeiro por R$ 1.400,00 - QuintoAndar",
3  "houseInfo": {
4    "id": "892922636",
5    "displayId": "222636",
6    "bedrooms": 2,
7    "city": "Rio de Janeiro",
8    "cityId": 1507,
9    "bathrooms": 2,
10    "iptu": 77,
11    "area": 60,
12    "rentPrice": 1400,
13    "condoPrice": 744,
14    "condoType": "Normal",
15    "region": {
16      "name": "Freguesia ",
17      "hub": {
18        "loading": "UNSET",
19        "enabled": false,
20        "abSecretariat": false,
21        "isPrimaryMarket": false
22      },
23      "id": 1648
24    },
25    "type": "Apartamento",
26    "iptuType": "Normal",
27    "totalCost": 2276,
28    "parkingSpaces": 1,
29    "address": {
30      "street": "Rua Orizona",
31      "neighborhood": "Freguesia de Jacarepaguá",
32      "city": "Rio de Janeiro",
33      "zipCode": "22755-160",
34      "stateName": "Rio de Janeiro",
35      "stateAcronym": "RJ",
36      "lat": -22.944633,
37      "lng": -43.3433841,
38      "countryName": "Brasil",
39      "countryCode": "BR",
40      "country": "Brasil"
41    },
42    "floor": 3,
43    "homeProtection": 19,
44    "remarks": "Ampla rede de comércio próxima, condução para vários bairros inclusive Barra da Tijuca e Centro, bares restaurantes, mercados (Mundial e Prezunic), padaria, bancos, escolas, etc. Muito amplo o imóvel (construção antiga). Imóvel todo revisado. Tudo funcionando. Pronto pra morar. Preço acessível pra média da região!",
45    "furniture": "Imóvel mobiliado com armários planejados na cozinha , ventiladores de teto, luminárias, ar condicionado spliter, chuveiro elétrico, armário em um dos quartos,, espelho de banheiro e armário de bancada de pia, box de blindex, banheiro de empregada, área de serviço.",
46    "acceptsPets": true,
47    "hasFurniture": false,
48    "isNearSubway": false,
49    "placesNearby": [...],
50    "installations": [...]
51    "amenities": [...],
52    "offers": {
53      "closingRate": 0,
54      "shouldHighlightIcon": true,
55      "shouldShowOfferDialog": false,
56      "shouldShowOffers": false,
57      "summary": []
58    },
59    "condominium": {
60      "hashId": "jdjrsv2rek",
61      "name": "Edifício Meridional",
62      "slug": "edificio-meridional-catumbi-rio-de-janeiro",
63      "address": "Rua Itapiru"
64    },
65    "forRent": true,
66    "forSale": false,
67    "salePrice": 0,
68    "mortgageFirstInstallment": 0
69    ...
70  }
Developer
Maintained by Community
Actor metrics
  • 5 monthly users
  • 1 star
  • 100.0% runs succeeded
  • Created in May 2023
  • Modified 6 months ago