Properati: Search Listings
Properati via Parse · real_estate
Search for real estate listings in Argentina. Returns paginated results with listing summaries including price, location, and basic features. Pagination is page-based; each page returns up to 30 listings. Server-side sorting and filtering by location, property type, and operation type. The total_count may be approximate. API for searching and retrieving real estate listings from Properati Argentina. Fulfilled by Parse from properati.com.ar.
- maps-geo
- marketplace
- parse
- platform-key
- properati
- properati-com-ar
- real-estate
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/949f4593-9550-4b68-875b-f8c72a3e3e0a/search_listings
- Interface artifact
- sha256:19fde30fc5a0c88df22ddada31d2cbbf6706f5977d322219c7318fa846944bfd
- Manifest digest
- sha256:c69c4e67da49c1303b106787c1bae962ebdde2b535116d74f4bd09bfff6fc888
Request fields
- page (integer): Page number for pagination.
- sort (string): Sort order for results.: Allowed values: precio-ascendente, precio-descendente, reciente, area-ascendente, area-descendente
- location (string): Location slug (e.g., 'capital-federal', 'bs-as-g-b-a-zona-norte').
- operation (string): Operation type for the listing.: Allowed values: venta, alquiler, alquiler-temporal
- property_type (string): Property type to filter by.: Allowed values: departamento, casa, lote, ph, quinta, local, oficina, cochera, galpon
Example queries
- {"page":"1","sort":"precio-ascendente","location":"capital-federal","operation":"venta","property_type":"departamento"}