rightmove_listing
Fetch full details for a Rightmove listing by ID or URL.
Returns price, tenure, lease years remaining, service charge, ground rent, council tax band, floor area, key features, nearest stations, and floorplan URLs. Set include_images=True to also fetch and return image URLs (use rightmove_listing without include_images for basic detail, check image_urls field for photos).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_images | No | Max image URLs to include when include_images=True (default 8) | |
| property_id | Yes | Rightmove property URL (e.g. "https://www.rightmove.co.uk/properties/12345678") or numeric ID (e.g. "12345678") | |
| include_images | No | Include image URLs in the response (default False) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||