C

Co · Extract Property

by Co

POSTBase

$0.1

per call · USD Coin on Base

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.

Endpoint

POST https://api.terradeed.co.uk/extract/property

2

Calls / 30d

1

Unique payers / 30d

Aug 17

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.terradeed.co.uk/extract/property", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "url": "https://www.rightmove.co.uk/commercial-property-for-sale/property-12345.html"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://api.terradeed.co.uk/extract/property" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://www.rightmove.co.uk/commercial-property-for-sale/property-12345.html"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "auth_method": "x402",
  "confidence": {
    "address": 0.98,
    "asking_price": 0.95,
    "constraints": 0.88,
    "epc_rating": 0.91,
    "planning": 0.65,
    "site_area": 0.72,
    "tenure": 0.97,
    "use_class": 0.85
  },
  "listing_type": "sale",
  "property": {
    "address": "Unit 5, Bristol Road, BS1 4NA",
    "asking_price": 650000,
    "constraints": {
      "conservation_area": true,
      "flood_zone": "3",
      "green_belt": false,
      "listed_building": "Grade II"
    },
    "coordinates": {
      "lat": 51.4545,
      "lng": -2.5879
    },
    "currency": "GBP",
    "current_use": "Ground-floor retail with first-floor office accommodation",
    "description_summary": "Prominent corner unit on a main arterial route. Former bank premises with high ceilings, large display windows, and rear access. Suitable for retail, restaurant, or office conversion (STP).",
    "epc_rating": "C",
    "frontage_road": "Bristol Road",
    "lease_years_remaining": null,
    "planning": {
      "existing_consent": "A3 (restaurant) use class — lapsed 2019",
      "pending_applications": null,
      "permitted_development_potential": "Class E to residential conversion possible under PD (prior approval required)"
    },
    "price_qualifier": "guide_price",
    "site_area_acres": 0.096,
    "site_area_sqft": 4200,
    "tenure": "freehold",
    "use_class": "E"
  },
  "source": "savills_commercial",
  "status": "success",
  "url": "https://savills.co.uk/commercial-property-for-sale/unit-5-bristol-road-bs1-4na",
  "vendor": {
    "agent_branch": "Bristol",
    "agent_name": "Savills (UK) Ltd",
    "contact_phone": "+44 (0)117 902 7000",
    "listing_ref": "SAV-BRS-2026-0542"
  }
}

Payment details

Pay to0x4e024e356bd01853654b7b5196f2b85f67cc39ec
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Co & similar services