Rightmove Scraper

ENDPOINTS
GET/rightmove/house-prices/details

Sold House Price Details

One sold property's full record: every transaction, source, coordinates, plus the matched listing.

QUERY PARAMS

The sold-property record.

Examples:

  • Id (from /rightmove/house-prices/search): 42bd91fa-2b51-480d-aa4e-6764e7e3ca73
  • Link: https://www.rightmove.co.uk/house-prices/details/42bd91fa-2b51-480d-aa4e-6764e7e3ca73
{
  "id": "42bd91fa-2b51-480d-aa4e-6764e7e3ca73",
  "link": "https://www.rightmove.co.uk/house-prices/details/42bd91fa-2b51-480d-aa4e-6764e7e3ca73",
  "address": {
    "display": "112, Mead Way, Coulsdon CR5 1PH",
    "outcode": "CR5",
    "incode": "1PH",
    "country": "ENGLAND"
  },
  "property_type": "Semi-detached",
  "source": "land_registry",
  "transactions": [
    {
      "price": {
        "amount": 225000,
        "currency": "GBP",
        "display": "£225,000"
      },
      "date_sold": "2026-05-29",
      "tenure": "FREEHOLD",
      "is_new_build": false,
      "percentage_change": -27
    },
    {
      "price": {
        "amount": 310000,
        "currency": "GBP",
        "display": "£310,000"
      },
      "date_sold": "2007-09-12",
      "tenure": "FREEHOLD",
      "is_new_build": false,
      "percentage_change": 29
    },
    {
      "price": {
        "amount": 240000,
        "currency": "GBP",
        "display": "£240,000"
      },
      "date_sold": "2005-04-05",
      "tenure": "FREEHOLD",
      "is_new_build": false,
      "percentage_change": 34
    },
    {
      "price": {
        "amount": 179000,
        "currency": "GBP",
        "display": "£179,000"
      },
      "date_sold": "2001-10-19",
      "tenure": "FREEHOLD",
      "is_new_build": false,
      "percentage_change": null
    }
  ],
  "location": {
    "latitude": 51.30641,
    "longitude": -0.12572
  },
  "listing": {
    "id": 4021113,
    "link": "https://www.rightmove.co.uk/properties/4021113",
    "channel": "sale",
    "is_on_market": false,
    "bedrooms": 2,
    "bathrooms": null,
    "property_type": "Bungalow",
    "key_features": null,
    "last_listed": "April 2005",
    "advertised_from": "October 2004",
    "advertised_to": "April 2005",
    "address": "Mead Way,\r\nCoulsdon,\r\nCR5",
    "sizes": null,
    "images": [
      {
        "link": "https://media.rightmove.co.uk/property-photo/625f6956c/4021113/625f6956cec6025ae060bbcd62bb6e1a.jpg",
        "caption": null
      },
      {
        "link": "https://media.rightmove.co.uk/property-photo/c5de5dcc9/4021113/c5de5dcc9f1187e8f958602ff2afba84.jpg",
        "caption": null
      },
      {
        "link": "https://media.rightmove.co.uk/property-photo/de4bdaf87/4021113/de4bdaf87a54ad12ce0fdb41304e7265.jpg",
        "caption": null
      },
      {
        "link": "https://media.rightmove.co.uk/property-photo/50c71258a/4021113/50c71258ae74c17a9aadc126abae4898.jpg",
        "caption": null
      }
    ],
    "floorplans": [],
    "nearest_stations": [
      {
        "name": "Coulsdon South Station",
        "types": [
          "NATIONAL_TRAIN"
        ],
        "distance_miles": 0.82
      },
      {
        "name": "Coulsdon Town Station",
        "types": [
          "NATIONAL_TRAIN"
        ],
        "distance_miles": 1.12
      },
      {
        "name": "Woodmansterne Station",
        "types": [
          "NATIONAL_TRAIN"
        ],
        "distance_miles": 1.49
      }
    ]
  }
}