Properstar: Search Homes Filtered
Properstar via Parse · real_estate
Search apartments and houses for sale with optional filters for price, bedrooms, bathrooms, property type, and size. Works like search_homes but accepts additional filter parameters. All filters are optional — omitting any filter means no restriction for that field. Each page returns up to 1000 listings. The upstream API limits total retrievable results to 2000. The Azure WAF JS challenge is solved automatically on each request, adding ~2 seconds latency. Amenities are fetched from individual listing detail pages for up to 25 listings per request; remaining listings may have amenities as null. Returns stale_input when the requested page is beyond the retrievable window. Search homes for sale on Properstar.co.uk by city, returning property listings with price, URL, pictures, bedrooms, bathrooms, size, geolocation, and location. Fulfilled by Parse from www.properstar.co.uk.
- b2b-directory
- maps-geo
- parse
- platform-key
- properstar
- real-estate
- www-properstar-co-uk
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/9800404f-6941-420d-99e7-6cb1a6d4cb67/search_homes_filtered
- Interface artifact
- sha256:99f417cd5e81132a3d0331f65667a766646850b8ae7b412d9e7fee3b5980634c
- Manifest digest
- sha256:273c9cc7afd9a6bb95c842f7c3b499515803c3a595dd6e0097336e041dcf2697
Request fields
- city (string, required): City slug for the search URL (e.g. 'cancun', 'playa-del-carmen', 'barcelona'). Use lowercase with hyphens for multi-word cities.
- page (integer): Page number for pagination (1-based). Each page returns up to 1000 listings. The API caps total retrievable results at 2000, so only pages 1 and 2 return data for most searches.
- country (string): Country slug for the search URL (e.g. 'mexico', 'spain', 'france'). Use lowercase with hyphens.
- max_price (number): Maximum asking price in GBP. Omit for no upper price bound.
- min_price (number): Minimum asking price in GBP. Omit for no lower price bound.
- max_bedrooms (integer): Maximum number of bedrooms. Omit for no upper bedroom bound.
- min_bedrooms (integer): Minimum number of bedrooms. Omit for no lower bedroom bound.
- max_bathrooms (integer): Maximum number of bathrooms. Omit for no upper bathroom bound.
- max_size_sqft (number): Maximum property living area in square feet. Omit for no upper size bound.
- min_bathrooms (integer): Minimum number of bathrooms. Omit for no lower bathroom bound.
- min_size_sqft (number): Minimum property living area in square feet. Omit for no lower size bound.
- property_type (string): Filter by property type (e.g. 'apartment', 'house'). Case-insensitive. Omit to include both apartments and houses.
Example queries
- {"city":"cancun","country":"mexico","max_price":"500000","min_bedrooms":"2"}