Directory / api.terradeed.co.uk
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.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X POST 'https://api.terradeed.co.uk/extract/property' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch -X POST 'https://api.terradeed.co.uk/extract/property'
Endpoint: https://api.terradeed.co.uk/extract/property. Operated by api.terradeed.co.uk, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Structured JSON from any webpage. Name the fields you want — company data, job listings, product specs, contact details, financial figures — and get them back w…
Clean, LLM-ready markdown from any URL. JavaScript rendering included. Feed web content directly into agent context without parsing HTML.