# UK Land Registry Prices | Sold House Prices Latest Results

**Use case:** 

Latest Results of UK Land Registry Prices | Sold House Prices. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "town": "London"
}
```

## Output

```json
{
  "transactionId": {
    "label": "Transaction ID",
    "format": "text"
  },
  "pricePaid": {
    "label": "Price Paid",
    "format": "number"
  },
  "transactionDate": {
    "label": "Date",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "estateType": {
    "label": "Estate",
    "format": "text"
  },
  "newBuild": {
    "label": "New Build",
    "format": "text"
  },
  "paon": {
    "label": "PAON",
    "format": "text"
  },
  "saon": {
    "label": "SAON",
    "format": "text"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "locality": {
    "label": "Locality",
    "format": "text"
  },
  "town": {
    "label": "Town",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "postcode": {
    "label": "Postcode",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [UK Land Registry Prices Scraper | Sold House Prices](https://apify.com/parseforge/uk-land-registry-prices-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/uk-land-registry-prices-scraper) to learn more, explore other use cases, and run it yourself.