Urbania: Search Listings
Urbania via Parse · real_estate
Search for property listings with filters including location, price range, property type, and features. Returns paginated results with listing summaries. Pagination via page number; total_pages in response indicates last page. Each listing includes pricing for all applicable operation types. Search for properties in Peru, get location suggestions, and retrieve detailed property information including prices, features, and images. Fulfilled by Parse from urbania.pe.
- maps-geo
- marketplace
- parse
- platform-key
- real-estate
- urbania
- urbania-pe
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/674ae4c8-a300-4438-80a7-ef1b86db7513/search_listings
- Interface artifact
- sha256:3e090861f4050297891d5d37939a1a5b6b26548ad47f498db256b6c8575f138c
- Manifest digest
- sha256:fdca2de3d3e547e493bae7e4bc4e64246b4b1494117c25b4ce96c31ca7a0e453
Request fields
- page (integer): Page number for pagination.
- sort (string): Sort order for results.: Allowed values: relevance, price_asc, price_desc, newest
- query (string): Keyword search query.
- area_max (integer): Maximum area in square meters.
- area_min (integer): Minimum area in square meters.
- price_max (integer): Maximum price filter.
- price_min (integer): Minimum price filter.
- currency_id (integer): Currency for price filters.: Allowed values: 1, 2
- location_id (string): Location ID from get_location_suggestions (e.g., 'V1-D-51119497' for Miraflores). Format is V1-{type}-{id} where type is B (province), C (department), or D (district).
- parking_min (integer): Minimum number of parking spots.
- bedrooms_min (integer): Minimum number of bedrooms.
- bathrooms_min (integer): Minimum number of bathrooms.
- property_type (integer): Property type filter.: Allowed values: 1, 2, 3, 4, 5
- operation_type (integer): Operation type filter.: Allowed values: 1, 2, 4
Example queries
- {"page":"1","sort":"relevance","currency_id":"1","location_id":"V1-D-51119497","property_type":"1","operation_type":"1"}