🏒 QuintoAndar Scraper β€” Brazil Property Listings avatar

🏒 QuintoAndar Scraper β€” Brazil Property Listings

Pricing

from $0.0015 / item scraped

Go to Apify Store
🏒 QuintoAndar Scraper β€” Brazil Property Listings

🏒 QuintoAndar Scraper β€” Brazil Property Listings

Scrape public real-estate listings from QuintoAndar, Brazil's largest rental & sale property portal. Pick a city or paste a search URL and export one clean row per property: price, rent, area, bedrooms, bathrooms, parking, address, neighbourhood, photos and listing URL β€” as JSON, CSV or Excel.

Pricing

from $0.0015 / item scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Scrape public real-estate listings from QuintoAndar, Brazil's largest rental and sale property portal, and export clean, structured data. Pick a city and choose sale or rent β€” or paste a ready-made QuintoAndar search or property URL β€” and get one tidy row per property: sale price, rent, condo + IPTU cost, area, bedrooms, bathrooms, parking, address, neighbourhood, photos and the listing link. Download everything as JSON, CSV or Excel, or pull it straight from the API.

Great for real-estate market research, price benchmarking, investment analysis, building a property feed, or tracking listings across Brazilian cities.

What it does

  • πŸ™οΈ Search by city β€” e.g. sao-paulo-sp-brasil, rio-de-janeiro-rj-brasil, belo-horizonte-mg-brasil, curitiba-pr-brasil.
  • 🏷️ For sale or for rent β€” choose the listing type you want.
  • πŸ”— Paste Start URLs β€” drop in any QuintoAndar search or property URL straight from your browser.
  • πŸ“ Rich property fields β€” price, rent, total cost, area (mΒ²), bedrooms, bathrooms, parking, furnished flag, amenities and photos.
  • πŸ“ Location details β€” street, neighbourhood, city and state (plus map coordinates on property pages).
  • πŸ“Š Clean, flat output β€” ready for spreadsheets, databases and dashboards.

Input

FieldDescription
CityCity to search, written as in a QuintoAndar URL (e.g. sao-paulo-sp-brasil).
Listing typeCollect properties for sale or for rent.
Start URLsOptional list of QuintoAndar search or property URLs. When set, these are used instead of City / Listing type.
Max itemsMaximum number of properties to collect (0 = no limit).

Example input

{
"citySlug": "sao-paulo-sp-brasil",
"listingType": "sale",
"maxItems": 100
}

Output

Each property is one record. Example (fields vary by listing):

{
"id": "893786684",
"listingType": "sale",
"type": "Apartamento",
"salePrice": 1200000,
"rentPrice": 4500,
"totalCost": 5706,
"condoIptu": 1032,
"area": 77,
"bedrooms": 2,
"bathrooms": 2,
"parkingSpots": 2,
"isFurnished": false,
"forSale": true,
"forRent": true,
"street": "Rua Amaral Gama",
"neighbourhood": "Santana",
"city": "SΓ£o Paulo",
"state": "SP",
"latitude": -23.4978458,
"longitude": -46.6275126,
"coverImage": "https://www.quintoandar.com.br/img/med/original893786684-405...IMG1968.jpg",
"photos": ["https://www.quintoandar.com.br/img/med/original893786684-405...IMG1968.jpg"],
"photoCount": 12,
"listingTags": ["NEW_AD"],
"amenities": ["Varanda", "Ar condicionado", "Área de serviço"],
"url": "https://www.quintoandar.com.br/imovel/893786684/comprar",
"collectedAt": "2026-09-06T08:27:39.083Z"
}

Search results always include price, area, rooms, address, neighbourhood, photos and the listing link. Map coordinates (latitude / longitude) and the readable amenity list are filled in when you scrape a single property URL.

Tips

  • For a specific neighbourhood or filter combination, run your search on the QuintoAndar website, then paste the resulting URL into Start URLs β€” the city and filters in the URL are respected.
  • Set Listing type to rent to collect rental listings, or sale for properties on the market to buy.
  • Use Max items to cap large searches, or set it to 0 to collect everything a search surfaces.

Notes

This scraper collects public property listings only. It does not access, require or return any user account, login or private data. Please use the data responsibly and in line with QuintoAndar's terms.