Propiedades: Search Listings
Propiedades via Parse · real_estate
Search for property listings by direction ID. Returns paginated results with detailed property information including price, address, bedrooms, bathrooms, size, coordinates, and amenities. The direction_id is obtained from the search_location endpoint results (directions[*].id). Supports sorting by price and filtering by purpose (sale/rent) and property type (residential/commercial/industrial). Each page returns up to 47 listings. API for searching real estate listings and locations on propiedades.com in Mexico. Fulfilled by Parse from propiedades.com.
- maps-geo
- marketplace
- parse
- platform-key
- propiedades
- propiedades-com
- 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
- POST /scraper/8e472e31-c37a-4cf9-abab-04247e5feb37/search_listings
- Interface artifact
- sha256:a99b2153e002a868f2b74b731a488c4e12f5236731fc218adc64cc8ffc32e98d
- Manifest digest
- sha256:a9898aaa9925c3a23769fdcde73cab85f5968e99b311538b349c2bdd180ffb06
Request fields
- page (integer): Pagination page number.
- order (string): Sort order for results. Accepted values: 'precio-asc' (price low to high), 'precio-desc' (price high to low), 'default' (site default relevance). When set to 'default' or omitted, the site returns results in its default order.: Allowed values: default, precio-asc, precio-desc
- purpose (integer): Transaction type: 1 for sale (venta), 2 for rent (renta).: Allowed values: 1, 2
- direction_id (string, required): The numeric direction ID from search_location results (directions[*].id). For example '733' for Roma Norte or '138360' for DF/CDMX state.
- property_type (integer): Property category: 1 for residential, 2 for commercial, 3 for industrial.: Allowed values: 1, 2, 3
Example queries
- {"page":"1","order":"default","purpose":"1","direction_id":"150035","property_type":"1"}