---
name: property.payapi.market
description: property.payapi.market provides a single skill that estimates gross rental yield for UK properties by combining regional rental data with Land Registry sold prices. It returns an estimated annual rent, property value baseline, and gross yield percentage for a given postcode. Results are estimates based on regional averages, not formal appraisals.
host: property.payapi.market
---

# property.payapi.market

This host serves buy-to-let investors and property screening tools focused on the UK market. It offers a lightweight, programmatic way to get a gross yield estimate for any UK postcode, optionally anchored to a known property value. It is a narrow, single-purpose tool with no broader property data, valuation, or portfolio management capabilities.

## When to use this host

Use this host when an agent needs a quick gross rental yield estimate for a UK postcode to support buy-to-let screening or investment triage. It is appropriate for early-stage filtering where a regional average estimate is sufficient. Do not use it for non-UK properties, for precise or address-level valuations, or where a formal RICS appraisal is required. It does not provide house price trends, comparable sales, rental market depth, or portfolio analytics — for those needs, look to dedicated UK property data providers such as Zoopla, Rightmove, or Land Registry direct APIs.

## Capabilities

### Rental Yield Estimation

Estimates gross rental yield for a UK postcode using regional rental averages and Land Registry sold price data as a baseline, returning annual rent and yield percentage.

- **`fetch-property-yield-estimate`** — Calculates estimated gross rental yield for a UK postcode using regional rental data and Land Registry sold prices as a baseline.

## Skill reference

### `fetch-property-yield-estimate`

**YieldPulse Property Yield Estimate** — Calculates estimated gross rental yield for a UK postcode using regional rental data and Land Registry sold prices as a baseline.

*Use when:* Use when an agent needs to estimate the gross rental yield for a UK property given a postcode, optionally with a known property value, to support buy-to-let analysis or investment screening.

*Not for:* Do not use for non-UK properties or for precise valuations; this returns an estimate based on regional averages, not a formal RICS appraisal.

**Inputs:**

- `postcode` (string, required) — UK postcode for which to estimate rental yield.
- `property_value` (number) — Known property value in GBP. If omitted, the API fetches the average recent sold price from Land Registry as a baseline.

**Returns:** Returns estimated gross rental yield percentage, annual rent estimate, and the property value baseline used, sourced from regional rental data and optionally Land Registry.

**Example:** `{"postcode": "SW1A 1AA", "property_value": 500000}`

---
