Rightmove: Search Properties
Rightmove via Parse · real_estate
Search for property listings on Rightmove with filters like location, price range, bedrooms, and property type. Returns paginated results with 24 properties per page. Pagination is page-based; each page returns up to 24 results. Supports BUY and RENT channels with various sort options. Accepts plain place names (e.g. 'Glasgow', 'Dennistoun') or postcodes which are automatically resolved to Rightmove location identifiers via typeahead. Search and retrieve property listings from Rightmove UK, including for-sale and to-let properties with detailed information. Fulfilled by Parse from www.rightmove.co.uk.
- maps-geo
- marketplace
- parse
- platform-key
- real-estate
- rightmove
- www-rightmove-co-uk
Price and execution
- Price
- $0.06 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/86dba7ad-639c-4a75-b7f6-b5436788ce16/search_properties
- Interface artifact
- sha256:4cd8b0294cb57f3371fc16f8fa66e65cbe7323744e935ee3a69bbf7e01f0fda9
- Manifest digest
- sha256:6076c6814f01c29fc688a8004c3106c38c7277ac8fc29f8acbb1ed1f25e5a1e4
Request fields
- page (integer): Page number to start from (1-based)
- radius (string): Search radius in miles from location (e.g. 0.25, 0.5, 1, 3, 5, 10, 15, 20, 30, 40)
- channel (string): Search channel: Allowed values: BUY, RENT
- max_pages (integer): Maximum number of pages to fetch in a single request
- max_price (string): Maximum price filter (numeric string, e.g. 500000)
- min_price (string): Minimum price filter (numeric string, e.g. 100000)
- sort_type (string): Sort order for results: Allowed values: 2, 1, 6, 10
- max_bedrooms (string): Maximum number of bedrooms (numeric string, e.g. 4)
- min_bedrooms (string): Minimum number of bedrooms (numeric string, e.g. 2)
- property_types (string): Property type filter (e.g., detached, semi-detached, flat, terraced)
- location_identifier (string): Location to search. Accepts a plain place name (e.g. 'Glasgow', 'Dennistoun', 'SW1A'), a postcode, or a raw Rightmove location identifier (e.g. 'REGION^93917' for London, 'REGION^162' for Birmingham). Plain names are automatically resolved via Rightmove's typeahead.
Example queries
- {"page":"1","radius":"5","channel":"BUY","max_pages":"1","max_price":"500000","min_price":"100000","sort_type":"2","max_bedrooms":"4","min_bedrooms":"2","property_types":"detached","location_identifier":"Glasgow"}