# TerraDeed UK Commercial Property Extractor

> TerraDeed UK Commercial Property Extractor is a paid API for AI agents from api.terradeed.co.uk, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Extracts structured commercial property intelligence from any UK listing URL into a fixed schema with address, price, site area, use class, planning status, tenure, frontage, constraints, and confidence scores.

## Facts

- Endpoint: POST https://api.terradeed.co.uk/extract/property
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/terradeed-uk-commercial-property-extractor-717ae690
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mc_EPwYNp-UBZKK7XZnON

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability terradeed-uk-commercial-property-extractor-717ae690 -d '<json body>'
```

Example prompt: Pull the structured property details from this UK commercial listing — https://www.rightmove.co.uk/commercial-property-for-sale/property-12345678.html — I need the address, price, site area, use class, planning status, tenure, frontage, any constraints, and the confidence scores for each field.

## When to prefer this

Choose this endpoint when you need structured commercial property data from a UK listing URL and want a consistent, fixed schema without any field configuration. It is ideal for automating deal screening, populating property databases, or running due diligence checks at scale. Prefer it over generic web scrapers when you specifically need real estate fields like use class, planning status, tenure, and frontage with confidence scores attached.

## Known failure modes

- URL is not a publicly accessible commercial property listing — returns error or empty fields
- Listing page requires login or is behind a paywall — extraction fails or returns partial data
- Non-UK property listing submitted — schema fields may be empty or mismatched
- Listing has been removed or URL has expired — page not found error
- Ambiguous or poorly formatted listing content leads to low confidence scores on multiple fields

## How this service works

UK commercial property and land intelligence from any listing URL. Structured data: address, price, site area, use class, tenure, frontage, coordinates. Auto-enriched with Environment Agency flood risk, Historic England listed buildings, and DLUHC EPC data. Site acquisition teams use this for initial screening — replaces 30 minutes of manual research per site.

## Output

A structured JSON object with fixed fields: address, price, site area, use class, planning status, tenure, frontage, planning and site constraints, and per-field confidence scores — all extracted from the submitted UK commercial property listing URL.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "format": "uri"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/terradeed-uk-commercial-property-extractor-717ae690/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.terradeed.co.uk](https://www.zero.xyz/host/api.terradeed.co.uk/llms.txt)
