Zapimoveis: Search Listings
Zapimoveis via Parse · real_estate
Search for real estate listings with extensive filters. Returns paginated results including listing details, account info, media, and total count. Supports filtering by location, property type, price range, bedrooms, bathrooms, area, and parking spaces. Pagination via page number; each page returns up to page_size results. Search and browse real estate listings on ZAP Imóveis (Brazil's largest real estate portal), including property details, location suggestions, property types, and amenities. Fulfilled by Parse from zapimoveis.com.br.
- maps-geo
- marketplace
- parse
- platform-key
- real-estate
- zapimoveis
- zapimoveis-com-br
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/724e0e0a-2b10-42c0-85e9-caa4d2f8924d/search_listings
- Interface artifact
- sha256:23fe990cb9b8f32fca2e15c3907d407b0f5b85cdcdfa1d23e6f314c53b86d9b5
- Manifest digest
- sha256:9093c710ad38489ae88b497c83f2613e946e689122dfdde906ea5dc41a3d6012
Request fields
- city (string): City name filter (e.g. 'Rio de Janeiro', 'São Paulo').
- page (integer): Page number for pagination.
- sort (string): Sort order for results.
- state (string): State name filter (e.g. 'Rio de Janeiro', 'São Paulo').
- bedrooms (integer): Number of bedrooms to filter by.
- max_area (integer): Maximum area in m².
- min_area (integer): Minimum area in m².
- bathrooms (integer): Number of bathrooms to filter by.
- max_price (integer): Maximum price filter.
- min_price (integer): Minimum price filter.
- page_size (integer): Number of results per page.
- location_id (string): Location ID from get_location_suggestions endpoint (e.g. 'BR>Rio de Janeiro>NULL>Rio de Janeiro').
- transaction (string): Transaction type: RENTAL or SALE.: Allowed values: RENTAL, SALE
- is_development (boolean): Filter for new developments only.
- parking_spaces (integer): Number of parking spaces to filter by.
- property_types (string): Comma-separated property type slugs (e.g. 'APARTMENT', 'HOME', 'APARTMENT,HOME'). Available types include APARTMENT, HOME, CONDOMINIUM, PENTHOUSE, FLAT, KITNET, VILLAGE_HOUSE, LOFT.
Example queries
- {"city":"São Paulo","page":"1","page_size":"3","location_id":"BR>Rio de Janeiro>NULL>Rio de Janeiro","transaction":"RENTAL"}