# UK street sold price monitor

**Use case:** 

Monitor UK street-level sold prices from Land Registry for investors, agents, proptech teams, and valuation workflows.

## Input

```json
{
  "postcodes": [
    "SW2 4XR"
  ],
  "towns": [
    "LONDON"
  ],
  "streets": [
    "TENHAM AVENUE"
  ],
  "maxItems": 150,
  "pageSize": 150,
  "dateFrom": "1995-01-01",
  "minPrice": 50000
}
```

## Output

```json
{
  "transactionId": {
    "label": "Transaction ID"
  },
  "pricePaid": {
    "label": "Price paid",
    "format": "number"
  },
  "transactionDateIso": {
    "label": "Sale date",
    "format": "date"
  },
  "postcode": {
    "label": "Postcode"
  },
  "fullAddress": {
    "label": "Full address"
  },
  "propertyType": {
    "label": "Property type"
  },
  "estateType": {
    "label": "Tenure"
  },
  "newBuild": {
    "label": "New build",
    "format": "boolean"
  },
  "paon": {
    "label": "PAON"
  },
  "saon": {
    "label": "SAON"
  },
  "street": {
    "label": "Street"
  },
  "locality": {
    "label": "Locality"
  },
  "town": {
    "label": "Town"
  },
  "district": {
    "label": "District"
  },
  "county": {
    "label": "County"
  },
  "transactionUri": {
    "label": "Transaction URI",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [UK Land Registry Price Paid Scraper](https://apify.com/automation-lab/uk-land-registry-price-paid-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/uk-land-registry-price-paid-scraper) to learn more, explore other use cases, and run it yourself.