Zap Imóveis — Full Detail Scraper avatar

Zap Imóveis — Full Detail Scraper

Under maintenance

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Zap Imóveis — Full Detail Scraper

Zap Imóveis — Full Detail Scraper

Under maintenance

The most complete and cheap Zap Imóveis scraper. Neighborhood-level targeting, 20+ search filters (amenities, construction status, condo fee, and more), and a clean flat dataset — no nested JSON to untangle.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

aiteks

aiteks

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

14 days ago

Last modified

Categories

Share

Get structured real estate listings from Zap Imóveis (zapimoveis.com.br) — Brazil's largest property portal. Search by city or target specific neighborhoods, apply over 20 filters, and download a clean dataset ready for spreadsheets, databases, or any analysis tool.

Why this scraper

Most Zap Imóveis scrapers support only basic filters and return raw, hard-to-use data. This one gives you:

  • Neighborhood-level targeting — scrape Ipanema, Vila Madalena, or any neighborhood directly, not just the whole city
  • 20+ filters — bedrooms, bathrooms, parking, price, area, condo fee, amenities, construction status, and more
  • Clean output — every field is a simple key at the top level, no nested objects to dig through
  • Working image URLs — photos load directly, no broken placeholder links
  • Advertiser context — optionally include links to all other active listings from the same real estate agent

Filters available

FilterOptions
Transaction typeSale or Rent
Search scopeEntire city or specific neighborhoods
Property typeApartment, House, Studio, Penthouse, Flat, Loft, Townhouse, Land, and more
BedroomsMinimum 1–4
BathroomsMinimum 1–4
Parking spacesMinimum 1–4
Price rangeMin and/or max in BRL
Usable areaMin and/or max in m²
Condo feeMin and/or max per month in BRL
Construction statusOff-plan, Under construction, or Move-in ready
FurnishedYes/No
Pets allowedYes/No
Has poolYes/No
Has balconyYes/No
Near metro / trainYes/No
Below market priceYes/No
Advertiser's other listingsYes/No (fetches all other active listings from the same agent)

Input

Fill in the form in the Apify Console — no JSON editing required.

City and state accept natural input. Rio de Janeiro, RJ, São Paulo, sp — all work.

Required fields

FieldDefaultDescription
StateRJTwo-letter state abbreviation.
CityRio de JaneiroCity name.
Transaction typeSaleSale or Rent.
Search typeNeighborhoodNeighborhood (target specific areas) or City (full city sweep).
Max pages per location100Each page returns up to 30 listings.

If searching by neighborhood

List the neighborhoods you want, one per line — for example: copacabana, ipanema, leblon. The scraper finds the right location for your city automatically.


Output

One row per listing. All fields at the top level.

FieldDescription
idListing ID
titleListing title
hrefFull URL to the listing on Zap Imóveis
businessSALE or RENTAL
prices_main_valueSale price, or monthly rent for rentals
prices_condominiumMonthly condo fee
prices_iptuAnnual property tax (IPTU)
prices_rentTotal monthly rental cost including fees (when provided)
prices_periodBilling period for rentals
address_neighborhoodNeighborhood
address_cityCity
address_state_acronymState abbreviation
address_streetStreet name
address_coordinate_lat / _lngGPS coordinates
address_is_approximate_locationtrue if the pin is not at the exact address
amenities_bedroomsNumber of bedrooms
amenities_bathroomsNumber of bathrooms
amenities_suitesNumber of suites
amenities_parking_spacesNumber of parking spaces
amenities_usable_areasUsable area in m²
amenities_total_areasTotal area in m²
construction_statusPLAN_ONLY, UNDER_CONSTRUCTION, READY, or empty
descriptionFull listing description
created_atDate the listing was published
media_thumbnailURL of the first photo
media_countTotal number of photos
media_urlsList of all photo URLs
advertiser_nameReal estate agent or agency name
advertiser_phoneContact phone number
advertiser_whatsappWhatsApp number
advertiser_hrefLink to the advertiser's profile page
advertiser_licenseCRECI license number
advertiser_tierAdvertiser tier on the platform
advertiser_other_listingsURLs of the advertiser's other active listings (when enabled)
scraped_atTimestamp of when the data was collected

Example inputs

Rental apartments in Copacabana — furnished, pets allowed, near metro:

{
"state": "RJ",
"city": "Rio de Janeiro",
"business": "aluguel",
"searchType": "neighborhood",
"neighborhoods": ["copacabana"],
"propertyTypes": ["Apartamento"],
"furnished": true,
"petsAllowed": true,
"nearMetro": true,
"maxPagesPerLocation": 10
}

Off-plan apartments in São Paulo under R$600k:

{
"state": "SP",
"city": "São Paulo",
"business": "venda",
"searchType": "neighborhood",
"neighborhoods": ["vila-madalena", "pinheiros", "moema"],
"propertyTypes": ["Apartamento", "Studio"],
"constructionStatus": "Na planta",
"maxPrice": 600000,
"maxPagesPerLocation": 20
}

Full city sweep — Belo Horizonte, 3+ bedroom homes for sale:

{
"state": "MG",
"city": "Belo Horizonte",
"business": "venda",
"searchType": "city",
"minBedrooms": 3,
"maxPagesPerLocation": 50
}

Disclaimer

This scraper collects only publicly available listing data from Zap Imóveis. You are responsible for ensuring your use complies with Zap Imóveis' terms of service and applicable data privacy regulations.