Properstar: Search Homes
Properstar via Parse · real_estate
Search apartments and houses for sale in a specified country and city across Properstar's international listings (covering Spain, France, and other countries worldwide). Returns paginated results with property details including price, listing URL, pictures, bedroom/bathroom count, size in square feet, text location, latitude/longitude coordinates, full description text, and amenities. Each page returns up to 1000 listings. The upstream API limits total retrievable results to 2000 (effectively 2 pages of 1000 each). 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. Transient upstream 502 errors and WAF blocks are retried before surfacing a failure. 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.20 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
- Interface artifact
- sha256:45fd224ec0e5bff3793ccfcfb426c2400d471798a98576045937af3d33552f9e
- Manifest digest
- sha256:8cc9e65376fc49408ee261846ed409214bc165d362c5b518f7750bcb57adf42f
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.
Example queries
- {"city":"cancun","page":"1","country":"mexico"}